[mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)
commitc1af146a6e17f22ee401fe787a161c36bfabe4cb
authorGlenn Strauss <gstrauss@gluelogic.com>
Sun, 10 Jul 2016 21:22:10 +0000 (10 17:22 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Sun, 10 Jul 2016 21:24:39 +0000 (10 17:24 -0400)
treed488f4cc6210acf4dc4ef60bcb4be7cb79455905
parentb67ff2aaca9f741a1283320180ca598b57f65765
[mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)

error out if duplicated unix socket path and different bin-path is
used by lighttpd to start the backend.  This is an error.
Updates commits 97556d99 and b67ff2aa

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