Allow to specify a FastCGI TCP socket on localhost (eg. :9000). Used
authorreyk <reyk@openbsd.org>
Sat, 2 Aug 2014 11:52:00 +0000 (11:52 +0000)
committerreyk <reyk@openbsd.org>
Sat, 2 Aug 2014 11:52:00 +0000 (11:52 +0000)
commit2204991274ff67f80cfd592f8470cdaca7a906e9
tree6f8bd9de04da5a9860c80f68a51b1080174e4a58
parent4d9cf27e50a269c4ac08fc3506d4aa95eb2b8bc3
Allow to specify a FastCGI TCP socket on localhost (eg. :9000).  Used
for debugging, you should prefer local UNIX sockets, but it helped to
find an issue that will be fixed with the next commit.

OK florian@
usr.sbin/httpd/httpd.h
usr.sbin/httpd/server.c
usr.sbin/httpd/server_fcgi.c