CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/08/05 09:36:59
Modified files: usr.sbin/httpd : config.c httpd.c httpd.conf.5 httpd.h logger.c parse.y server.c Log message: 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@