Project

General

Profile

Actions

Bug #76

closed

Multiple fastcgi.server's

Added by Anonymous about 19 years ago. Updated over 15 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
mod_fastcgi
Target version:
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

lighttpd.conf.and.error.txt (4.19 KB) lighttpd.conf.and.error.txt The lighttpd.conf and the error from server.log -- paul.marsh Anonymous, 2005-03-24 21:37
Actions #1

Updated by Anonymous over 18 years ago

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

-- inando <inando

Actions #2

Updated by stbuehler over 15 years ago

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

Too old :)

Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom