]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
docs: Add [L] flag looping flowchart to rewrite/htaccess.xml
authorRich Bowen <rbowen@apache.org>
Tue, 16 Jun 2026 15:10:06 +0000 (15:10 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 16 Jun 2026 15:10:06 +0000 (15:10 +0000)
commit99e497d11d2c31b83a4de5b32fdbda0881c7ac6b
tree1f596f303ca3a94663386245d06eb4bd21ccfc9b
parent7995148fdbcd7cb8e362de29a9bc2d42e224b4c0
docs: Add [L] flag looping flowchart to rewrite/htaccess.xml

New diagram illustrating how [L] in per-directory context triggers an
internal subrequest that re-enters the ruleset, potentially causing
infinite loops. Shows the [END] flag exit path, the condition-guard
exit path, and the unguarded loop that results in a 500 error.

SVG source and PNG placed in docs/manual/images/. Image referenced
from the "The [L] flag and looping" section of htaccess.xml using the
same figure markup pattern as existing tech.xml diagrams.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935413 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/images/rewrite_l_flag_looping.png [new file with mode: 0644]
docs/manual/images/rewrite_l_flag_looping.svg [new file with mode: 0644]
docs/manual/rewrite/htaccess.xml