Commit adba6243 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent e51fee23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>