Httpd ProxyPass: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
=External=


* https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypass
* https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass


=Internal=
=Internal=

Revision as of 01:23, 23 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.

For ProxyPass-related mod_proxy concepts see:

ProxyPass Concepts

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:

Worker Sharing