diff options
author | Rich Bowen <rbowen@apache.org> | 2011-11-11 18:19:02 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-11-11 18:19:02 +0100 |
commit | 1d52997e3160b2755d73e8f3edfd977583e7a168 (patch) | |
tree | 6121ee807f07fdf4c0d68630da5a0589a070fcbe /docs/manual | |
parent | A little clarification about variable interpolation, as requested in bug #51125 (diff) | |
download | apache2-1d52997e3160b2755d73e8f3edfd977583e7a168.tar.xz apache2-1d52997e3160b2755d73e8f3edfd977583e7a168.zip |
Rebuild doc transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy.xml.ja | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index cfd15af24d..666948b5de 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1339,7 +1339,7 @@ through</td></tr> <code class="directive">ProxyPassReverseCookiePath</code> 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> </div> diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index da5194c4b5..8e13431656 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<!-- English Revision: 344971:1200955 (outdated) --> +<!-- English Revision: 344971:1200968 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more |