diff options
author | Luca Toscano <elukey@apache.org> | 2018-10-22 15:15:30 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2018-10-22 15:15:30 +0200 |
commit | 7d89ac2c10a0b4e2f674fdcfc6a1851707c6f262 (patch) | |
tree | 616c34e85b41791a6812fb47b41d201dbea654e4 /docs/manual/mod/mod_proxy.xml | |
parent | Fx a likely typo in r1842929: runtimedir plus (diff) | |
download | apache2-7d89ac2c10a0b4e2f674fdcfc6a1851707c6f262.tar.xz apache2-7d89ac2c10a0b4e2f674fdcfc6a1851707c6f262.zip |
mod_proxy.xml: explicitly state that proxypass cannot be used with If
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 9ed55f6edf..bcd4abc96d 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -896,8 +896,10 @@ expressions</description> with this section.</note> <note>This directive is not supported within - <directive type="section" module="core">Directory</directive> and - <directive type="section" module="core">Files</directive> containers.</note> + <directive type="section" module="core">Directory</directive>, + <directive type="section" module="core">If</directive> and + <directive type="section" module="core">Files</directive> containers. + </note> <note type="warning">The <directive module="mod_proxy">ProxyRequests</directive> directive should |