dgaudet     97/07/13 20:20:22

  Modified:    htdocs/manual/misc  compat_notes.html
  Log:
  PR#861: note the lack of the "optional" keyword in VirtualHost
  
  Revision  Changes    Path
  1.12      +5 -0      apache/htdocs/manual/misc/compat_notes.html
  
  Index: compat_notes.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** compat_notes.html 1997/07/08 19:58:32     1.11
  --- compat_notes.html 1997/07/14 03:20:21     1.12
  ***************
  *** 118,123 ****
  --- 118,128 ----
    
      <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....
  
  
  

Reply via email to