Displaying 20 results from an estimated 22 matches for "lighttp".
Did you mean:
lighttpd
2006 Mar 09
13
Apache or lighttp for Ror/2003server?
160,000 pages
99% static, only minor stuff done in rail (search, contact us, etc.)
windows server 2003
Ror 1.0
Currently 30K Hits /day on IIS.
Apache or Lighttp? Fast_CGI seems kinda slow with a 2003/Apache
configuration.
The only thing I''ll get rid of for sure is IIS.
-Cedric
--
Posted via http://www.ruby-forum.com/.
2006 Feb 21
0
Deployment question: running multiple applications using symlinks, what does my lighttp.conf look like?
Hi,
I''m looking to run several installation of a rails app. Each one has
certain unique elements, like database.yml some and some css stuff,
possible some templates as well.
I''ve set this up like
/w/sites/clienta
/w/sites/clientb
/w/sites/clientc
Inside these directories there will be mostly symlinks to:
/apps/myapp
Urls for these apps will be:
http://clienta.example.com
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
...grief with the redirected urls.
This surprised me. A lot. I''d used mod_proxy with other apps and
redirection was never an issue. Why now?
I googled and found that other people were running into similar
issues. Some resolved the issue by using mod_rewrite. Not my
preferred solution. lighttp is not currently under consideration.
Here''s what I''ve found. I''ll start with the 3 things that, as I
understand it, should happen during a proxied request. A proxy
service will need to perform at least the first item.
The second and third could be implemented by the...
2005 Dec 19
4
Locomotive 500 - Internal Server Error
I''m getting this in my Lighttp.error.log file when trying to run typo
in Locomotive. What does this mean?
2005-12-19 16:56:57: (mod_fastcgi.c.1532) connect failed: 9
Connection refused 61 0 /tmp/ruby-fastcgi.A5364CB4-70E2-11DA-
AC3C-000A95BA28D0-5471-00000DCDBD6C54E6.socket-1
2005-12-19 16:57:01: (mod_fastcgi.c.2196) unex...
2006 Apr 27
6
Why not mod_ruby?
Hi!
I''ve understood that the mod_ruby apache module is not recommended for
running Ruby on Rails applications. But I haven''t found any information
as to why that is so. Please enlighten me. And could you point me to the
(currently) prefered production environment. (That can handle both RoR
and PHP sites).
Thank you and best regards
Hans-Eric Gr?nlund
--
Posted via
2006 May 02
4
recommended setup of Mongrel_cluster + SSL for multiple apps?
...a lot of
emails on this topic, and checked out the Mongrel pages, etc, but I''m left
with this question of what is recommended:
For a client-login application (no pages/images/anything are accessible
without logging in first - and the authentication is being done in Rails,
not in Apache/Lighttpd):
1) Is there a recommended setup to put SSL in front of a mongrel cluster?
(pound is said to be somewhat slow and therefore won''t scale well; lighttpd
has ssl built in, but there are some problems with mod_proxy so on the
mongrel website it says to connect to one port which is running...
2006 Feb 02
4
Random (connections.c.1330) error-handler not found: /dispatch.fcgi
Hello,
Again another random occurance of a problem.
lighttpd.error.log contains lines like:
2006-02-02 05:02:00: (connections.c.1330) error-handler not found:
/dispatch.fcgi
2006-02-02 05:02:00: (connections.c.1330) error-handler not found:
/dispatch.fcgi
2006-02-02 05:02:00: (connections.c.1330) error-handler not found:
/dispatch.fcgi
2006-02-02 05:35:08:...
2006 Jun 04
1
Problem with images on Apache and Lighttpd
Hello.
Since two days I am trying to set up two rails-apps on a vserver-host so
that I can access from work ;-)
I tried all I can imagine and what Google/MSN teached me: FastCGI, SCGI,
Lighttpd, Apache, Alias, Vhosts,....
But nothing really works. I am on Debian 3.1 with Ruby 1.8.4, Rails
1.1.2, FastCGI 2.4.0, mod_fastcgi 2.4.2, ruby_fcgi 0.8.6, ruby_gems
0.8.11, Apache 2.0.54, Lighttpd 1.4.11
At last I was really near my favorite solution. So that I can reach:
http://my.server.net/Bl...
2006 Nov 25
5
Newline problem
Hello all,
Recently I have started writing some small package apps. The main app
I''m working on at the moment is Camping/Photos[1]. Here I use
a controller to serve static files (Theme[3]) that I have copied from [2].
There seems a problem however, when using this via lighttpd. All files
that get served (via photos-dispatch.rb) get an extra ''\r\n'' in front.
This means that PNG and JPEG files break. I tried serving an empty file
(0B) and got served a file of 2 bytes containing ''\r\n''. Since I use
the X-Sendfile header I kind of ass...
2006 Jan 22
12
Problems with File_column
...ads to an error. I can change it to:
<%= start_form_tag({:action => ''create''}, :multipart => true) %>
which generates the correct form tag. Why does the first one not work?
Then, when I tried to submit, Safari would just time out. I found an
item about changing the lighttp.conf to work with Safari, but that
didn''t help.
If I then tried Firefox, I would then get an error instead:
same file:
/Users/john/Desktop/Mytest/public/../config/../public/team/image/tmp/1137961236.548784.3649/IMG_0008.JPG
and
/Users/john/Desktop/Mytest/public/../config/../public/te...
2005 Dec 26
5
linux install of RR
Hi. I''ve installed ruby, gems, rails into a user directory according to the
installation instructions (for linux). I haven''t setup any path information
nor setup any symlinks or any compilation options. When I try rails, I find
that the system accesses controllers but that the corresponding views are
not displayed. I wonder if there is something that I forgot to configure
2006 Jun 07
9
lighttpd/fastcgi - where does stdout go?
i''m using lighty and fastcgi in my rails production environment.
standard output appears to get swallowed up somewhere... it''s clearly
not coming out of the development log. don''t know where to look for
it.
is this a byproduct of running in production mode? is there a way to
turn this off?
thanks,
paul
2006 Jan 13
6
rails bug ? metadata lost between page invocation ?
Ok, so I posted this on the ''ruby on rails'' newsgroup
(http://groups.google.com/group/rubyonrails/browse_frm/thread/cfce770d3fbfbd1f/a51aad47e46e2adf#a51aad47e46e2adf)
but didn''t get very far.
Hopefully this community will be able to help or let me know whether
this is a genuine rails bug. This is a lengthy post, but please bear
with me.
So, I am trying to cache
2006 Aug 22
9
Article: High-Performance Ruby On Rails Setups Test...
...bout future platform I’ve
decided to make some performance tests of the some most popular rails
web servers/frontends. Results of these tests you can find here with
configuration samples for all software that I have used.
Details:
http://blog.kovyrin.net/2006/08/22/high-performance-rails-nginx-lighttpd-mongrel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@p...
2006 Feb 26
28
A Follow up to my fedora question: Favorite Flavor Of Linux?
...ssues than those mentioned about fedora and through
it away faster than one could shake a stick at. Here are our
requirements for a stage/dev box and production:
Stage/Dev:
SVN 1.3
Rails
ImageMagick/RMagick
Apache 2 (have two apps one requires us to use apache to serve it
don''t ask)
Lighttp (for the other app)
FastCGI
MySQL 5
Production Web/App (combined for now)
Rails
Apache 2
Lighttp
FastCGI
Production DB
MySQL
My quesiton is what is everyones flavor of linux for production?
Personally I would prefer an Xserver but my boss is an admitted cheep
bastard. And since he is a che...
2005 May 06
7
Rails hosting per user
I''m trying to set up shared rails websites, so every user has its own
public_html for rails scripts.
I''m not really satisfied with the fastcgi approach (cgi scripts can
sometimes be nasty security problems) so I''d like to try the another
approach. (If someone knows a good tutorial on installing rails on FreeBSD
including the fastcgi configuration that would be nice).
2006 Mar 09
5
Comet support?
Just out of curiosity, is there a plan to support Comet (name coined by the
dojo guys) w/ prototype? Comet represents persisting an http connection for
low latency data operations. It also represents a nice alternative to
polling.
Jim
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2007 Oct 15
24
Design flaw? - num_processors, accept/close
Rails instances themselves are almost always single-threaded, whereas
Mongrel, and it''s acceptor, are multithreaded.
In a situation with long-running Rails pages this presents a problem for
mod_proxy_balancer.
If num_processors is greater than 1 ( default: 950 ), then Mongrel will
gladly accept incoming requests and queue them if its rails instance is
currently busy. So even
2006 Mar 29
13
Rails on Mongrel
...el website - and it
worked right out of the box which is great - and it''s very fast :)
I have got a bit stuck though. I have two MS Word files in
/public/files/. I can pull back these files no problem but it isn''t
sending a mimetype.
I think I have two options, either to tell lighttpd to serve files in
/public/ itself and not pass them on to mongrel ( I have various paths
though i.e /store, /csv and /products to proxy ) or add to mongrels list
of mime types.
I''d prefer to do the former - but if that can''t be done, does anyone
have an example mime file in...
2006 Jan 16
42
Linux Suggestions
...trying to move into the world of open source, but I don''t have a good roadmap.
I''m starting to develop a Rails-based product and I want to have the option to
distribute it to non-hosted customers. So I''ve said all that to say this... I
want to learn how to setup linux and lighttpd along with MySQL and Ruby on
Rails. What do I need to know? What version of linux works best for this? What
kind of hardware do I need? What resources are available to me?
Thanks!