svn commit: r1934604 - httpd/httpd/branches/2.4.x/docs/manual/rewrite
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <177972968352.3380151.17543446450540107446@svn03-he-fi> |
Author: rbowen Date: Mon May 25 17:21:23 2026 New Revision: 1934604 Log: 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 Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml Mon May 25 17:21:11 2026 (r1934603) +++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml Mon May 25 17:21:23 2026 (r1934604) @@ -263,9 +263,9 @@ minutes (24 hours) and is returned for a </section> <section id="flag_dpi"><title>DPI|discardpath</title> -<p>The DPI flag causes the PATH_INFO portion of the rewritten URI to be -discarded.</p> -<p>In per-directory context, the URI each <directive>RewriteRule</directive> +<p>The DPI flag causes the PATH_INFO that was appended to the rewritten +URI to be discarded.</p> +<p>In per-directory context, the URI that each <directive>RewriteRule</directive> compares against is the concatenation of the current values of the URI and PATH_INFO.</p>