From: Bradley Nicholes Date: Wed, 13 Mar 2002 16:03:58 +0000 (+0000) Subject: Added the -e command line directive for NetWare to force all fatal X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd2e8dc36bc95bf66f6fe89012341b507a16620;p=thirdparty%2Fapache%2Fhttpd.git Added the -e command line directive for NetWare to force all fatal configuration file errors to the logger screen rather than to the Apache screen. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93905 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index ca77fe4084d..ebcffd27a9c 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 1.3.24 + *) NetWare: Added the command line directive -e that forces all + fatal configuration error messages to the logger screen rather + than the Apache screen before Apache is unloaded. + [Brad Nicholes bnicholes@novell.com] + *) Add the ProxyIOBufferSize option. Previously the size of the buffer used while reading from the remote server in proxy was taken from ProxyReceiveBufferSize. [Graham Leggett]