Httpd ProxyPass: Difference between revisions
Jump to navigation
Jump to search
(→Order) |
|||
Line 20: | Line 20: | ||
=Order= | =Order= | ||
ProxyPass and ProxyPassMatch rules are checked in the order | ProxyPass and ProxyPassMatch rules are checked in the order in which they were specified in the configuration file, and the first rule match wins. | ||
Also see: | Also see: |
Revision as of 18:37, 8 December 2016
External
Internal
Overview
The ProxyPass directive maps remote servers into the local server URL-space, by creating a worker that handles the request associated with the declared remote URL. A (more flexible) alternative is the use of RewriteRule with the [P] flag.
Syntax
ProxyPass [path] !|url [key=value ...]
Order
ProxyPass and ProxyPassMatch rules are checked in the order in which they were specified in the configuration file, and the first rule match wins.
Also see: