]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#861: note the lack of the "optional" keyword in VirtualHost
authordgaudet <dgaudet@unknown>
Mon, 14 Jul 1997 03:20:21 +0000 (03:20 +0000)
committerdgaudet <dgaudet@unknown>
Mon, 14 Jul 1997 03:20:21 +0000 (03:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78607 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/compat_notes.html

index 7d13fbaa89e0805d5cafec5f43e28a40298a894d..64d4b2eda9e58a340c41eecf1be8545187e89573 100644 (file)
@@ -118,6 +118,11 @@ it added one automatically if the .asis file contained a Location header.
 
   <LI>Apache does not permit commas delimiting the methods in &lt;Limit&gt;.
 
+  <LI>Apache's <CODE>&lt;VirtualHost&gt;</CODE> 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 <code>optional</code> keyword is included.
+
 </OL>
 
 More to come when we notice them....