search for: logapp1

Displaying 1 result from an estimated 1 matches for "logapp1".

Did you mean: logapp
2006 May 26
2
Lighttpd Config
...server.indexfiles = ( "dispatch.fcgi", "index.html" ) server.error-handler-404 = "/dispatch.fcgi" # rails stuff #### fastcgi module fastcgi.server = ( ".fcgi" => ( "logapp" => ( "socket" => "/tmp/logapp1.socket", "bin-path" => "/home/jturnbull/logapp/public/dispatch.fcgi", "min-procs" => 1, "max_procs" => 2, "bin-environment" => ("RAILS_ENV" => "production") ) ) ) }...