]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add PATH_INFO glossary entry, link first mention in each doc
authorRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 19:31:59 +0000 (19:31 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 19:31:59 +0000 (19:31 +0000)
commit790bc3c25967a202ed331c60b6329609cd89307a
tree4db358e167bdf5d4d60dc52f360e27bcef68c6d8
parentc7ac35ab0f56088bbe7c0c395de04215496ed996
Add PATH_INFO glossary entry, link first mention in each doc

Define PATH_INFO in glossary.xml with an example
(/app/index.php/extra/path), reference to AcceptPathInfo directive,
and RFC 3875 section 4.1.5 citation.

Convert the first prose mention of PATH_INFO in 14 files to
<glossary ref="pathinfo"> links. Subsequent mentions within the same
document are left as <code> or plain text to avoid link spam.

Skipped mod_ext_filter.xml (only occurrence is inside the compound
variable name DOCUMENT_PATH_INFO) and mod_ssl.xml (inside a <pre>
block where markup links are inappropriate).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934245 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
docs/manual/env.xml
docs/manual/expr.xml
docs/manual/glossary.xml
docs/manual/mod/core.xml
docs/manual/mod/mod_actions.xml
docs/manual/mod/mod_cgi.xml
docs/manual/mod/mod_include.xml
docs/manual/mod/mod_lua.xml
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_fcgi.xml
docs/manual/mod/mod_proxy_scgi.xml
docs/manual/mod/mod_rewrite.xml
docs/manual/rewrite/flags.xml
docs/manual/rewrite/remapping.xml
docs/manual/upgrading.xml