Project

General

Profile

Actions

Bug #319

closed

Should warn if two FastCGI servers point to same socket file

Added by Anonymous over 18 years ago. Updated about 8 years ago.

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

Actions #1

Updated by gstrauss about 8 years ago

  • Description updated (diff)
  • Status changed from New to Patch Pending
  • Assignee deleted (jan)
  • Target version set to 1.4.40
Actions #2

Updated by gstrauss about 8 years ago

  • Status changed from Patch Pending to Fixed

committed in 97556d99

Actions

Also available in: Atom