Httpd ProxyPass: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


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.
=Syntax=
<pre>
ProxyPass [path] !|url [key=value ...]
</pre>

Revision as of 20:11, 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.

Syntax

ProxyPass [path] !|url [key=value ...]