]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bz58984 Unrecognized HTTP status codes will cause errors
authorRich Bowen <rbowen@apache.org>
Tue, 17 Mar 2026 22:50:51 +0000 (22:50 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 17 Mar 2026 22:50:51 +0000 (22:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932362 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 7ccd77a1efbc7b193b7bc787190df78423721a7c..0d9d59ece47cbc21037edd8cd001cfe974593281 100644 (file)
@@ -759,6 +759,10 @@ on to the next rule in the ruleset, which can often result in 'Invalid
 URI in request' warnings.
 </p>
 
+<p>Note: httpd only supports status codes that are included in the HTTP
+spec.  Using an unrecognized status code will result in a 500 error and
+error log message.</p>
+
 </section>
 
 <section id="flag_s"><title>S|skip</title>