diff options
author | Rich Bowen <rbowen@apache.org> | 2011-11-11 18:17:02 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-11-11 18:17:02 +0100 |
commit | 0d2049f46246da431ff717de2161e36367d96514 (patch) | |
tree | 47b141c4e409b486a8f4c10dba6b7d4559ac0aa2 /docs | |
parent | Rebuild doc transforms. (diff) | |
download | apache2-0d2049f46246da431ff717de2161e36367d96514.tar.xz apache2-0d2049f46246da431ff717de2161e36367d96514.zip |
A little clarification about variable interpolation, as requested in bug #51125
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 3caea11b47..975394fab6 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1725,7 +1725,7 @@ header for proxied requests</description> <directive>ProxyPassReverseCookiePath</directive> directives, and causes them to substitute the value of an environment variable <code>varname</code> for the string <code>${varname}</code> - in configuration directives.</p> + in configuration directives (if the <var>interpolate</var> option is set).</p> <p>Keep this turned off (for server performance) unless you need it!</p> </usage> </directivesynopsis> |