]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
flags.xml: Clarify DPI flag docs, replace "URI" with "URL-path", add example
authorRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 17:25:32 +0000 (17:25 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 17:25:32 +0000 (17:25 +0000)
commitd52dd0ea746de4fb9da01d2ce3120dededb343a0
treea60cdd6f1533de3dff97a744cbae129ff029c5cc
parentaeca9100950d285df6d096fc53db5a739e03e0ef
flags.xml: Clarify DPI flag docs, replace "URI" with "URL-path", add example

In RFC terms, URI and URL are functionally interchangeable on the web
(all HTTP URLs are URIs; RFC 3986 subsumes both). However, in this
context the docs mean specifically the path component — no scheme, no
host, no port. "URL-path" (as defined in our own directive-dict.xml)
makes this unambiguous, and is consistent with the rest of the
mod_rewrite documentation which uses "URL-path" throughout.

Also add a concrete example showing DPI preventing PATH_INFO
duplication when rewriting a request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934232 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/rewrite/flags.xml