]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Introduced -E startup_logfile_name option to httpd to allow admins
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Apr 2002 16:36:28 +0000 (16:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Apr 2002 16:36:28 +0000 (16:36 +0000)
commita43f5c4eb3528b676e73ae3ab9f60d44898b4711
tree471d503004b38bf675344f1a70c458402355dc76
parent3f449a651eb953bfcc0ef353efaef350946ce676
 Introduced -E startup_logfile_name option to httpd to allow admins
     to begin logging errors immediately.  This provides Win32 users
     an alternative to sending startup errors to the event viewer, and
     allows other daemon tool authors an alternative to logging to stderr.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94681 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_log.h
include/http_main.h
server/log.c
server/main.c
server/mpm/winnt/mpm_winnt.c
server/mpm/winnt/service.c