summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_status.html
diff options
context:
space:
mode:
authorbrian <brian@unknown>1997-02-03 02:18:17 +0100
committerbrian <brian@unknown>1997-02-03 02:18:17 +0100
commitd7c1caaa39517e8113cc7c2d4ee430b4c6a9a4cf (patch)
tree292219f92fe406212aa5b589f1ef472ae61809eb /docs/manual/mod/mod_status.html
parentReviewed by: Marc Slemko (diff)
downloadapache2-d7c1caaa39517e8113cc7c2d4ee430b4c6a9a4cf.tar.xz
apache2-d7c1caaa39517e8113cc7c2d4ee430b4c6a9a4cf.zip
Reviewed by: Brian Behlendorf
Submitted by: Dean Gaudet The docs show some examples using <Limit GET POST> ... </Limit> where the <Limit>s are not strictly required. Since it is less secure to specify them than it is to leave them out I think the examples should be modified. If they're to be left in, then some of them need &lt; ... &gt;. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_status.html')
-rw-r--r--docs/manual/mod/mod_status.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_status.html b/docs/manual/mod/mod_status.html
index 6fd11dff31..1ce412c99d 100644
--- a/docs/manual/mod/mod_status.html
+++ b/docs/manual/mod/mod_status.html
@@ -45,11 +45,9 @@ domain add this code to your <code>access.conf</code> configuration file
&lt;Location /server-status&gt;
SetHandler server-status
- &lt;Limit GET POST&gt;
order deny,allow
deny from all
allow from .foo.com
- &lt;/Limit&gt;
&lt;/Location&gt;
</pre>
<p>