Httpd Proxy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
* [[Httpd_mod_proxy_Concepts#.3CProxy.3E_Control_Block|mod_proxy Concepts - <Proxy> Control Block]] | * [[Httpd_mod_proxy_Concepts#.3CProxy.3E_Control_Block|mod_proxy Concepts - <Proxy> Control Block]] | ||
* [[Httpd_mod_proxy_Configuration#Directives|mod_proxy Configuration]] | * [[Httpd_mod_proxy_Configuration#Directives|mod_proxy Configuration]] | ||
=Overview= | |||
Container for directives applied to proxied resources. Directives placed in <Proxy> sections apply only to matching proxied content. | |||
=Syntax= | |||
<pre> | |||
<Proxy wildcard-url> | |||
... | |||
</Proxy> | |||
</pre> |
Revision as of 03:23, 23 December 2016
External
Internal
Overview
Container for directives applied to proxied resources. Directives placed in <Proxy> sections apply only to matching proxied content.
Syntax
<Proxy wildcard-url> ... </Proxy>