search for: bbraem

Displaying 3 results from an estimated 3 matches for "bbraem".

Did you mean: braem
2006 Aug 04
0
Proxy from Apache to local Lighttpd instance
...0:in `each_cgi'' /usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:53:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:23:in `process!'' /home/bbraem/cookbook/public/dispatch.fcgi:24 Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/templates/rescues/layout.rhtml (404 Page Not Found) my Lighttpd error log: 2006-08-04 16:23:34: (request.c.293) fd: 7 request-len: 521 GET /cookbook/MyTest HTTP/1.1 Host: localhos...
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux. Two apps... Myserver.com/code/ => /apps/code/ Myserver.com/test/ +> /apps/test/ Each application needs this in the environment.rb /apps/code/config/environment.rb ActionController::AbstractRequest.relative_url_root = "/code" /apps/test/config/environment.rb ActionController::AbstractRequest.relative_url_root
2006 Mar 07
0
The ''failed to catch: (interrupt)'' problem
...8/fcgi.rb:597:in `each'' /usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in `process!'' /home/bbraem/cookbook/public/dispatch.fcgi:26 killed by this error How can I solve this problem? My weblog is down and the production systems where I am considering Rails do not solve this either. I even got the problem when installing the Typo port from FreeBSD... Is there a problem with FastCGI? With the Fas...