You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/11/20 22:59:27 UTC

cvs commit: httpd-2.0/docs/manual/howto public_html.xml public_html.html.en

rbowen      2002/11/20 13:59:27

  Modified:    docs/manual/howto public_html.xml public_html.html.en
  Log:
  Opened <Directory> but closed </DirectoryMatch>
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-2.0/docs/manual/howto/public_html.xml
  
  Index: public_html.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/public_html.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- public_html.xml	17 Nov 2002 06:28:39 -0000	1.4
  +++ public_html.xml	20 Nov 2002 21:59:27 -0000	1.5
  @@ -117,7 +117,7 @@
         &lt;Directory /home/*/cgi-bin/&gt;<br />
          Options ExecCGI<br />
          SetHandler cgi-script<br />
  -       &lt;/DirectoryMatch&gt;
  +       &lt;/Directory&gt;
       </example>
   
       </section>
  
  
  
  1.9       +1 -1      httpd-2.0/docs/manual/howto/public_html.html.en
  
  Index: public_html.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/public_html.html.en,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- public_html.html.en	17 Nov 2002 06:42:27 -0000	1.8
  +++ public_html.html.en	20 Nov 2002 21:59:27 -0000	1.9
  @@ -94,7 +94,7 @@
         &lt;Directory /home/*/cgi-bin/&gt;<br />
          Options ExecCGI<br />
          SetHandler cgi-script<br />
  -       &lt;/DirectoryMatch&gt;
  +       &lt;/Directory&gt;
       </code></p></div>
   
       </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="htaccess" id="htaccess">Allowing users to alter configuration</a></h2>