[mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)
commitb67ff2aaca9f741a1283320180ca598b57f65765
authorGlenn Strauss <gstrauss@gluelogic.com>
Sun, 10 Jul 2016 19:08:28 +0000 (10 15:08 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Sun, 10 Jul 2016 19:08:28 +0000 (10 15:08 -0400)
treea37c8c1ec6ef0b74f1dd935537a108d20a1d8abb
parentfe02be7e34d4925d0b9ab0a39d0534cdbe202d8a
[mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)

silently use same 'host' if unix socket path is duplicated
(instead of erroring out).  Updates commit 97556d99

(It is possible for use of += in config to result in duplicated
 fastcgi.server and scgi.server entries)

x-ref:
  "Should warn if two FastCGI servers point to same socket file"
  https://redmine.lighttpd.net/issues/319
src/mod_fastcgi.c
src/mod_scgi.c