marc        98/03/13 11:20:02

  Modified:    htdocs/manual/misc compat_notes.html
  Log:
  We don't allow ServerRoot in vhost.  1.2 just does it and changes
  the global one, 1.3 whines.
  
  PR: 1935
  Submitted by:   Randy Moore <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.20      +5 -0      apache-1.3/htdocs/manual/misc/compat_notes.html
  
  Index: compat_notes.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/compat_notes.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- compat_notes.html 1998/02/11 15:14:34     1.19
  +++ compat_notes.html 1998/03/13 19:19:57     1.20
  @@ -143,6 +143,11 @@
     PR#968</A> for a few brief suggestions on alternative ways to 
     implement the same thing under Apache.
   
  +  <LI>Apache does not allow ServerRoot settings inside a VirtualHost
  +  container.  There is only one global ServerRoot in Apache; any desired
  +  changes in paths for virtual hosts need to be made with the explicit
  +  directives, eg. DocumentRoot, TransferLog, etc.
  +
   </OL>
   
   More to come when we notice them....
  
  
  

Reply via email to