Here''s the error:
2005-03-17 01:58:27: (connections.c.1235) error-handler not found:
/dispatch.fcgi
I get this every time I access a page. The pages work fine, though, so
it must be finding it somehow. Here''s my lighttpd.conf:
************************
server.port = 8080
server.bind = "127.0.0.1"
server.event-handler = "freebsd-kqueue"
server.modules = ( "mod_rewrite", "mod_fastcgi" )
server.pid-file = "/var/run/lighttpd.pid"
server.document-root =
"/Users/ocean/Sites/ccafundraising.org/apps/site/public"
server.errorlog =
"/Users/ocean/Sites/ccafundraising.org/apps/site/log/server.log"
server.error-handler-404 = "/dispatch.fcgi"
fastcgi.server = ( ".fcgi" =>
( "localhost" =>
(
"min-procs" => 1,
"max-procs" => 2,
"socket" => "/tmp/site.fcgi.socket",
"bin-path" =>
"/Users/ocean/Sites/ccafundraising.org/apps/site/public/dispatch.fcgi",
"bin-environment" => ( "RAILS_ENV" =>
"development" )
)
)
)
mimetype.assign = (
[lots of mime types]
)
************************
Any ideas why I''m getting that error? Is that standard for Routes and
0.10.x?
Best, Eric
David Heinemeier Hansson
2005-Mar-17 11:29 UTC
Re: lighttpd error-handler not found: error
> Any ideas why I''m getting that error? Is that standard for Routes and > 0.10.x?It''s just lighttpd being noisy. I uncommented that line from the code and recompiled. Jan (author of lighttpd) is looking for a better solution. -- David Heinemeier Hansson, http://www.basecamphq.com/ -- Web-based Project Management http://www.rubyonrails.org/ -- Web-application framework for Ruby http://www.loudthinking.com/ -- Broadcasting Brain