From: dgaudet Date: Mon, 14 Jul 1997 03:20:21 +0000 (+0000) Subject: PR#861: note the lack of the "optional" keyword in VirtualHost X-Git-Tag: APACHE_1_3a1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7067b3c85ac038de57c17c257a4608e3ac33651;p=thirdparty%2Fapache%2Fhttpd.git PR#861: note the lack of the "optional" keyword in VirtualHost git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78607 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index 7d13fbaa89e..64d4b2eda9e 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -118,6 +118,11 @@ it added one automatically if the .asis file contained a Location header.
  • Apache does not permit commas delimiting the methods in <Limit>. +
  • Apache's <VirtualHost> treats all addresses as + "optional" (i.e. the server should continue booting if it can't resolve + the address). Whereas in NCSA the default is to fail booting unless + an added optional keyword is included. + More to come when we notice them....