]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Ops, we have totally mis-documented the %{LA-U:xxx} and %{LA-F:xxx}
authorRalf S. Engelschall <rse@apache.org>
Wed, 25 Feb 1998 15:42:58 +0000 (15:42 +0000)
committerRalf S. Engelschall <rse@apache.org>
Wed, 25 Feb 1998 15:42:58 +0000 (15:42 +0000)
commitb51536b7df3029320d6ca8450b98de5205243ceb
tree7526333b4f528b3a0c25c9d2b37601e6491248d6
parent97f8f0a7be5e62c9e2d16d68e4e932f2e457c3e4
Ops, we have totally mis-documented the %{LA-U:xxx} and %{LA-F:xxx}
constructs, thus no one noticed that it can be used to lookup the REMOTE_USER
variable (one of the mod_rewrite FAQs) even in per-server context.  One just
has to use %{LA-U:REMOTE_USER} instead of %{REMOTE_USER} there.  Notice that
%{REMOTE_USER} is also useful, but only for per-dir context.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80320 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_rewrite.html