Actions
Bug #76
closedMultiple fastcgi.server's
ASK QUESTIONS IN Forums:
Description
When using '''$HTTPurl''' it seems you cannot wrap it around a fastcgi.server () like you can with a '''$HTTPhost'''. Seems it has trouble finding the 404-handler.
Tried all sorts of combinations with help from #lighttpd
2005-03-24 15:23:41: (response.c.1144) file not found: /foo/crazy/index -> /pub/ror/foo 2005-03-24 15:23:41: (response.c.1144) file not found: /dispatch.fcgi -> /pub/ror/dispatch.fcgi 2005-03-24 15:23:41: (connections.c.1253) error-handler not found: /dispatch.fcgi 2005-03-24 15:23:41: (response.c.250) Response-Header: HTTP/1.1 404 Not Found^M Connection: close^M Date: Thu, 24 Mar 2005 20:23:41 GMT^M Content-Length: 345^M Accept-Ranges: bytes^M Content-Type: text/html^M Server: lighttpd/1.3.13^M
-- paul.marsh
Files
Updated by Anonymous about 19 years ago
I think you must use
server.error-handler-404 = "/foo/dispatch.fcgi"
instead of
server.error-handler-404 = "/dispatch.fcgi"
-- inando <inando
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
Too old :)
Updated by stbuehler about 16 years ago
- Status changed from Fixed to Missing Feedback
Actions
Also available in: Atom