lars        99/02/20 17:47:11

  Modified:    htdocs/manual sections.html
  Log:
  Updated docs; no FollowSymLinks in <DirectoryMatch>
  
  PR: 2657
  Obtained from: Brian Thomas <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.9       +6 -4      apache-1.3/htdocs/manual/sections.html
  
  Index: sections.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/sections.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- sections.html     1998/07/03 20:12:34     1.8
  +++ sections.html     1999/02/21 01:47:10     1.9
  @@ -33,9 +33,10 @@
   section).  Semantically however some things, and the most
   notable are <CODE>AllowOverride</CODE> and the two options
   <CODE>FollowSymLinks</CODE> and <CODE>SymLinksIfOwnerMatch</CODE>,
  -make no sense in <CODE>&lt;Location&gt;</CODE>.  The same for
  -<CODE>&lt;Files&gt;</CODE> -- syntactically everything is fine, but
  -semantically some things are different.
  +make no sense in <CODE>&lt;Location&gt;</CODE>,
  +<CODE>&lt;LocationMatch&gt;</CODE> or <CODE>&lt;DirectoryMatch&gt;</CODE>.
  +The same for <CODE>&lt;Files&gt;</CODE> -- syntactically everything
  +is fine, but semantically some things are different.
   
   <H2>How the sections are merged</H2>
   
  @@ -134,7 +135,8 @@
   <LI>
       It is not possible to use "<CODE>Options FollowSymLinks</CODE>"
       or "<CODE>Options SymLinksIfOwnerMatch</CODE>" inside a
  -    <CODE>&lt;Location&gt;</CODE>/<CODE>&lt;LocationMatch&gt;</CODE> section
  +    <CODE>&lt;Location&gt;</CODE>, <CODE>&lt;LocationMatch&gt;</CODE>
  +    or <CODE>&lt;DirectoryMatch&gt;</CODE> section
       (the options are simply ignored).
       Using the options in question is only possible inside a
       <CODE>&lt;Directory&gt;</CODE> section (or a <CODE>.htaccess</CODE> 
file).
  
  
  

Reply via email to