Improve logging to allow per- server/location log files. The log
authorreyk <reyk@openbsd.org>
Tue, 5 Aug 2014 15:36:59 +0000 (15:36 +0000)
committerreyk <reyk@openbsd.org>
Tue, 5 Aug 2014 15:36:59 +0000 (15:36 +0000)
commitcf605f4015a9b06f518dbd43645169563aa0c871
treea79859e84d16067d5bc7cb910588de1a2f7913ea
parent940320ea001dd3ee714065b5cf12da145929825c
Improve logging to allow per- server/location log files.  The log
files can also be owned by root now: they're opened by the parent and
send to the logger process with fd passing.  This also works with reload.

ok deraadt@
usr.sbin/httpd/config.c
usr.sbin/httpd/httpd.c
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/httpd.h
usr.sbin/httpd/logger.c
usr.sbin/httpd/parse.y
usr.sbin/httpd/server.c