]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added the -e command line directive for NetWare to force all fatal
authorBradley Nicholes <bnicholes@apache.org>
Wed, 13 Mar 2002 16:03:58 +0000 (16:03 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 13 Mar 2002 16:03:58 +0000 (16:03 +0000)
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

src/CHANGES

index ca77fe4084d78daf574ee4f35fa58bf9ed56decc..ebcffd27a9cc97c0ee0235109a13e457f001cffd 100644 (file)
@@ -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]