From f7067b3c85ac038de57c17c257a4608e3ac33651 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Mon, 14 Jul 1997 03:20:21 +0000 Subject: [PATCH] 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 --- docs/manual/misc/compat_notes.html | 5 +++++ 1 file changed, 5 insertions(+) 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.... -- 2.47.2