Submitted by: Nick Maclaren <nmm1@cus.cam.ac.uk>
Fixed the "Directory" directive, and removed the Limit directive since it's not needed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77551
13f79535-47bb-0310-9956-
ffa450edef68
In the server configuration file, put
<blockquote><code>
-<Directory> <br>
+<Directory /> <br>
AllowOverride None <br>
Options None <br>
-<Limit GET PUT POST> <br>
allow from all <br>
-</Limit> <br>
</Directory> <br>
</code></blockquote>