Httpd ProxyPass: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Overview=
=Overview=


The ProxyPass directive maps remote servers into the local server URL-space, by creating a [[Httpd_mod_proxy_Concepts#Workers|worker]] that handles the request associated with the declared remote URL.
The ProxyPass directive maps remote servers into the local server URL-space, by creating a [[Httpd_mod_proxy_Concepts#Workers|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=
=Syntax=

Revision as of 20:15, 6 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 ...]