summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_alias.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-03-30 13:19:07 +0200
committerRich Bowen <rbowen@apache.org>2011-03-30 13:19:07 +0200
commit7bc1613bf173209faa565b1e710a2d4c2f2addbc (patch)
treee32cedc073f574db6180a03d6ac1e05df79621a0 /docs/manual/mod/mod_alias.xml
parentExpand the comment about APLOG_* and C++ a bit (diff)
downloadapache2-7bc1613bf173209faa565b1e710a2d4c2f2addbc.tar.xz
apache2-7bc1613bf173209faa565b1e710a2d4c2f2addbc.zip
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
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_alias.xml7
1 files changed, 4 insertions, 3 deletions
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</description>
<p>Other status codes can be returned by giving the numeric
status code as the value of <var>status</var>. If the status is
- between 300 and 399, the <var>URL</var> 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 <var>URL</var> argument must be present.
+ If the status is <em>not</em> between 300 and 399, the
+ <var>URL</var> agument must be omitted. The status must be a valid
+ HTTP status code, known to the Apache HTTP Server (see the function
<code>send_error_response</code> in http_protocol.c).</p>
<example><title>Example:</title>