nd 2003/01/26 12:45:56
Modified: htdocs/manual/mod core.html.en
Log:
the TRACE method cannot be limited. (*sigh*)
Revision Changes Path
1.245 +2 -2 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- core.html.en 12 Jan 2003 19:47:43 -0000 1.244
+++ core.html.en 26 Jan 2003 20:45:56 -0000 1.245
@@ -1907,10 +1907,10 @@
</Limit></code>
</blockquote>
The method names listed can be one or more of: GET, POST, PUT,
- DELETE, CONNECT, OPTIONS, TRACE, PATCH, PROPFIND, PROPPATCH,
+ DELETE, CONNECT, OPTIONS, PATCH, PROPFIND, PROPPATCH,
MKCOL, COPY, MOVE, LOCK, and UNLOCK. <strong>The method name is
case-sensitive.</strong> If GET is used it will also restrict
- HEAD requests.
+ HEAD requests. The TRACE method cannot be limited.
<hr />
<h2><a id="limitexcept" name="limitexcept"><LimitExcept>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]