Actions
Bug #319
closedShould warn if two FastCGI servers point to same socket file
ASK QUESTIONS IN Forums:
Description
I accidentally had two fastcgi.server definitions (in two separately included config files written by my users) both pointing to the same socket. This caused constant and inexplicable FastCGI connection failures and log entries such as these:
2005-10-06 21:08:28: (mod_fastcgi.c.1532) connect failed: 25 No such file or directory 2 0 /var/run/lighttpd/php-cgi.socket-0 2005-10-06 21:08:28: (mod_fastcgi.c.2678) fcgi-server disabled: 0 /var/run/lighttpd/php-cgi.socket-0
The server should warn, on startup, if two or more fastcgi.server definitions point to the same socket file.
-- alex
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Status changed from New to Patch Pending
- Assignee deleted (
jan) - Target version set to 1.4.40
Submitted pull request https://github.com/lighttpd/lighttpd1.4/pull/51
Updated by gstrauss over 8 years ago
- Status changed from Patch Pending to Fixed
committed in 97556d99
Actions
Also available in: Atom