jim 2002/07/10 06:36:19
Modified: htdocs/manual/mod core.html.en directives.html.en
Log:
Document the new ProtocolReqCheck directive... Not sure if I
updated these correctly, so an additional look-see would
be appreciated :)
Revision Changes Path
1.227 +29 -0 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.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- core.html.en 3 Jul 2002 02:00:11 -0000 1.226
+++ core.html.en 10 Jul 2002 13:36:19 -0000 1.227
@@ -135,6 +135,8 @@
<li><a href="#port">Port</a></li>
+ <li><a href="#protocolreqcheck">ProtocolReqCheck</a></li>
+
<li><a href="#require">Require</a></li>
<li><a href="#resourceconfig">ResourceConfig</a></li>
@@ -2906,6 +2908,33 @@
set <a href="#user">User</a> to root. If you run the server as
root whilst handling connections, your site may be open to a
major security attack.</p>
+ <hr />
+
+ <h2><a id="protocolreqcheck" name="protocolreqcheck">ProtocolReqCheck
+ directive</a></h2>
+
+ <a href="directive-dict.html#Syntax"
+ rel="Help"><strong>Syntax:</strong></a> ProtocolReqCheck
+ on|off<br />
+ <a href="directive-dict.html#Default"
+ rel="Help"><strong>Default:</strong></a> <code>ProtocolReqCheck
+ on</code><br />
+ <a href="directive-dict.html#Context"
+ rel="Help"><strong>Context:</strong></a> server config
+ <br />
+ <a href="directive-dict.html#Status"
+ rel="Help"><strong>Status:</strong></a> core
+
+ <p>This directive enables strict checking of the Protocol field
+ the the Request line. Versions of Apache prior to 1.3.26 would
+ silently accept bogus Protocols (such as <code>HTTP-1.1</code>)
+ and assume <code>HTTP/1.0</code>. Instead, now the Protocol field
+ must be valid. If the pre-1.3.26 behavior is desired or required,
+ it can be enabled via setting <code>ProtocolReqCheck off</code>.
+ </p>
+
+ <p>Note: this directive is only available in Apache 1.3.27 or later.
+ </p>
<hr />
<h2><a id="require" name="require">Require directive</a></h2>
1.75 +2 -0 httpd-docs-1.3/htdocs/manual/mod/directives.html.en
Index: directives.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/directives.html.en,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- directives.html.en 30 Jan 2002 18:37:03 -0000 1.74
+++ directives.html.en 10 Jul 2002 13:36:19 -0000 1.75
@@ -395,6 +395,8 @@
<li><a href="core.html#port">Port</a></li>
+ <li><a href="core.html#protocolreqcheck">ProtocolReqCheck</a></li>
+
<li><a href="mod_proxy.html#proxyblock">ProxyBlock</a></li>
<li><a href="mod_proxy.html#proxydomain">ProxyDomain</a></li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]