Displaying 2 results from an estimated 2 matches for "lighttpd_error".
2006 Jun 26
2
running lighttpd -> Recognition failed for "/"
...; )
server.document-root = "/home/sergio/test/public/"
server.indexfiles = ( "dispatch.fcgi", "index.html" )
accesslog.filename =
"/home/sergio/test/log/lighttpd_access.log"
server.errorlog = "/home/sergio/test/log/lighttpd_error.log"
server.error-handler-404 = "/dispatch.fcgi"
#### fastcgi module
## read fastcgi.txt for more info
fastcgi.server = (
".fcgi" => (
"test" => (
"socket" => "/tmp/test1.socket",
"bin-path" => "/...
2006 Sep 07
4
Install config: lighttpd dead but pid file exists
I''m trying to run rails on RHED (centos 4) by following this tutorial:
http://wiki.rubyonrails.org/rails/pages/RailsOnRHEL
and something is gone a bit astray during the install process that is
not allowing lighttpd \ apache to run rails on the web.
Since i''m running Centos, I should mention I''m NOT running SELinux.
As it is, i''m at a total loss as to why