search for: howtodeploywithlighttpdonwindows

Displaying 5 results from an estimated 5 matches for "howtodeploywithlighttpdonwindows".

2006 Feb 24
2
Help with the configuration of apache and fcgi
...mended on these websites for different things (lighttpd, fcgi, etc.. etc..) http://scottstuff.net/blog/articles/2005/07/20/apache-tuning-for-rails-and-fastcgi http://www.kevinworthington.com:8181/?p=102 http://www.zedshaw.com/projects/scgi_rails/lighttpd.html http://wiki.rubyonrails.org/rails/pages/HowToDeployWithLighttpdOnWindows and bunch of other places. I am utterly confused and do not know what I am doing. Basically what I am asking is first and foremost On a given windows xp (later to be moved to windows 2003 server), how do i configure my httpd.conf and other necessary files to get things faster (I mean much much fast...
2006 Feb 28
6
scgi+lighttpd+windows - why wont it work?
...3/lib/scgi.rb:393:in `run'' from c:/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/bin/scgi_service:61 from c:/ruby/bin/scgi_service:18:in `load'' from c:/ruby/bin/scgi_service:18 I also followed the lighttpd tute at http://wiki.rubyonrails.org/rails/pages/HowToDeployWithLighttpdOnWindows and have my lighttpd.conf file as follows: server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_status"...
2006 May 18
2
Lighttpd scgi error on windows
Hi, I have followed the instructions below to get lighttpd and scgi working on windows. http://wiki.rubyonrails.org/rails/pages/HowToDeployWithLighttpdOnWindows When i typ in the following address http://127.0.0.1:9999/ i get just a blank white page. In the scgi.log file i have the following error but dont know what the problem is [INF][3552] Running in production mode on 127.0.0.1:9999 [ERR][3552] Malformed request, does not end with '','...
2006 Aug 15
2
Apache & FCGI: Premature end of script headers:
Hi, I have quite a problem right now. After finish of development I installed rails with fcgi and apache on my production env. Everything seems to be configured ok, but once I while I get the famous error message: " Premature end of script headers: dispatch.fcgi" I cant see any generel configuration problem, as sometimes everything is running fine. Maybe it is a problem related to
2006 Jan 27
5
Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
I''ve run into a problem on one of my development machines. I''m trying to run multiple rails apps on one dev machine that runs Windows. Problem is that is seems that I can only run one scgi_service at a time, meaning that only one of my apps will function at a time. Anyone know how I can get around this, other than getting a *nix box (which I should have soon, hopefully) ?