rbowen 02/03/22 19:20:10 Modified: htdocs/manual logs.html htdocs/manual/mod core.html.en Log: Provide links to the exact section in the HTTP 1.1 spec that lists status codes and their meanings. Revision Changes Path 1.7 +1 -1 httpd-docs-1.3/htdocs/manual/logs.html Index: logs.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/logs.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- logs.html 31 Dec 2001 02:16:26 -0000 1.6 +++ logs.html 23 Mar 2002 03:20:09 -0000 1.7 @@ -340,7 +340,7 @@ error caused by the client (codes beginning in 4), or an error in the server (codes beginning in 5). The full list of possible status codes can be found in the <a - href="http://www.w3.org/Protocols/rfc2616/rfc2616.txt">HTTP + href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP specification</a> (RFC2616 section 10).</dd> <dt><code>2326</code> (<code>%b</code>)</dt> 1.222 +4 -1 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.221 retrieving revision 1.222 diff -u -r1.221 -r1.222 --- core.html.en 17 Mar 2002 16:52:11 -0000 1.221 +++ core.html.en 23 Mar 2002 03:20:09 -0000 1.222 @@ -1253,7 +1253,10 @@ document.</strong></p> <p>See Also: <a href="../custom-error.html">documentation of - customizable responses.</a></p> + customizable responses.</a> See the <a + href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP + specification</a> for a complete list of the status codes and their + meanings.</p> <hr /> <h2><a id="errorlog" name="errorlog">ErrorLog
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]