]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backporting updated example to 2.2
authorNoirin Plunkett <noirin@apache.org>
Mon, 23 Jan 2006 18:53:00 +0000 (18:53 +0000)
committerNoirin Plunkett <noirin@apache.org>
Mon, 23 Jan 2006 18:53:00 +0000 (18:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371620 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dav.xml

index cd2d8f02592c919616cc7eb4e1a162f40ac3d19e..96ef06f7c00ba49a74f9de56e6ab0914930c4e0c 100644 (file)
@@ -81,6 +81,8 @@
       <br />
        &lt;Location /foo&gt;<br />
        <indent>
+         Order Allow,Deny<br />
+         Allow from all<br />
          Dav On<br />
          <br />
          AuthType Basic<br />