]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport rewrite guide improvements from trunk
authorRich Bowen <rbowen@apache.org>
Wed, 27 May 2026 03:46:07 +0000 (03:46 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 27 May 2026 03:46:07 +0000 (03:46 +0000)
commitc554bfec5805e1a6f5320b0f11f41230781143d2
tree8105da302f1a2e32164e0558cbea6fc6f88e8193
parentc09bb73ecb40cfc463dd3089b7dba44b22a7931b
Backport rewrite guide improvements from trunk

Sync reorganized and expanded mod_rewrite documentation from trunk:
- Rewritten index with structured navigation
- Expanded flags reference with new examples (chain, cookie, DPI)
- Renamed htaccess doc to 'Per-directory Rewrites' with new sections
  on path stripping, RewriteBase, and loop behavior
- Expanded tech.xml with detailed per-directory processing explanation
- New recipes in remapping.xml: HTTPS behind load balancer, ACME
  exemption, trailing-slash handling, front-controller patterns
- Added prg: map Python example in rewritemap.xml
- Cross-reference links and glossary terms throughout
- Fixed incorrect <since> tags: SameSite is 2.4.47, UnsafePrefixStat
  is 2.4.60, UNC is 2.4.63 (were erroneously marked 2.5.1)
- Removed N flag iteration-limit paragraph (trunk-only feature)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934664 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/rewrite/avoid.xml
docs/manual/rewrite/flags.xml
docs/manual/rewrite/htaccess.xml
docs/manual/rewrite/index.xml
docs/manual/rewrite/intro.xml
docs/manual/rewrite/remapping.xml
docs/manual/rewrite/rewritemap.xml
docs/manual/rewrite/tech.xml
docs/manual/rewrite/vhosts.xml