Bug #319
Should warn if two FastCGI servers point to same socket file
| Status: | New | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | jan | % Done: | 0% |
|
| Category: | mod_fastcgi | |||
| Target version: | - | |||
| Pending: | Resolution: | |||
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