]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add crosslinks between env.html and expr.html
authorRich Bowen <rbowen@apache.org>
Mon, 25 May 2026 16:35:10 +0000 (16:35 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 25 May 2026 16:35:10 +0000 (16:35 +0000)
commitfdd7a60537f714f7b747deef3d60f89848b91c28
tree293ec22acb2d86737ad14e624463d1e5ec597431
parent15a575d7dbafed7f56d573ada31c616bfd455e63
Add crosslinks between env.html and expr.html

env.html now references expr.html for the modern expression-based
approach to conditional headers, access control, and logging.
The CGI variables section links to the complete variable reference
on expr.html (including REQUEST_URI, REMOTE_ADDR, etc.).

expr.html now links back to env.html for how environment variables
are set (SetEnv, SetEnvIf, [E=...]) and for the special-purpose
variable list.

Addresses: https://bz.apache.org/bugzilla/show_bug.cgi?id=70066

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934600 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/env.xml
docs/manual/expr.xml