From: Rich Bowen Date: Wed, 30 Mar 2011 11:19:07 +0000 (+0000) Subject: Clarification of pronoun - I had to read that sentence a few times to be certain... X-Git-Tag: 2.3.12~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bc1613bf173209faa565b1e710a2d4c2f2addbc;p=apache Clarification of pronoun - I had to read that sentence a few times to be certain what "it" referred to. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086908 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 07c41dc89c..8b8a1c9f26 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -329,9 +329,10 @@ a different URL

Other status codes can be returned by giving the numeric status code as the value of status. If the status is - between 300 and 399, the URL argument must be present, - otherwise it must be omitted. Note that the status must be - known to the Apache code (see the function + between 300 and 399, the URL argument must be present. + If the status is not between 300 and 399, the + URL agument must be omitted. The status must be a valid + HTTP status code, known to the Apache HTTP Server (see the function send_error_response in http_protocol.c).

Example: