Bug #76

Multiple fastcgi.server's

Added by Anonymous 1351 days ago. Updated 55 days ago.

Status:Missing Feedback Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:mod_fastcgi
Target version:1.4.20
Pending:

No

Resolution:

worksforme

Patch available:


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

lighttpd.conf.and.error.txt - The lighttpd.conf and the error from server.log -- paul.marsh (4.2 KB) Anonymous, 03/24/2005 09:37 PM

History

09/24/2005 01:01 PM - Anonymous

I think you must use
server.error-handler-404 = "/foo/dispatch.fcgi"
instead of
server.error-handler-404 = "/dispatch.fcgi"

-- inando <inando

08/01/2008 07:33 PM - stbuehler

  • Status changed from New to Fixed
  • Resolution set to worksforme

Too old :)

10/10/2008 07:10 PM - stbuehler

  • Status changed from Fixed to Missing Feedback

Also available in: Atom PDF