From: Rich Bowen
Date: Mon, 25 May 2026 17:21:23 +0000 (+0000)
Subject: docs: Clarify DPI flag wording re: PATH_INFO vs URL-path
X-Git-Tag: 2.4.68-rc1-candidate~87
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b36b083a03ed92bd9a12ae8d3b88f3594a3e5af5;p=thirdparty%2Fapache%2Fhttpd.git
docs: Clarify DPI flag wording re: PATH_INFO vs URL-path
The opening sentence of the DPI|discardpath section implied PATH_INFO
was a "portion of" the URL-path/URI, while the next sentence described
it as a separate value concatenated to the URL-path/URI. Reword to
make clear that PATH_INFO is appended, not an inherent component.
Also add glossary links for URL-path (trunk only).
bz#70052
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934604 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index e50c8fc076..f063f074d1 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -263,9 +263,9 @@ minutes (24 hours) and is returned for all URIs.
DPI|discardpath
-The DPI flag causes the PATH_INFO portion of the rewritten URI to be
-discarded.
-In per-directory context, the URI each RewriteRule
+
The DPI flag causes the PATH_INFO that was appended to the rewritten
+URI to be discarded.
+In per-directory context, the URI that each RewriteRule
compares against is the concatenation of the current values of the URI
and PATH_INFO.