From: Rich Bowen
Date: Tue, 17 Mar 2026 22:50:51 +0000 (+0000)
Subject: bz58984 Unrecognized HTTP status codes will cause errors
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95366e8472bdc875fdf2c7adf7567b7a84c5f8f6;p=thirdparty%2Fapache%2Fhttpd.git
bz58984 Unrecognized HTTP status codes will cause errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932362 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 7ccd77a1ef..0d9d59ece4 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -759,6 +759,10 @@ on to the next rule in the ruleset, which can often result in 'Invalid
URI in request' warnings.
+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.
+