Httpd Proxy

From NovaOrdis Knowledge Base
Revision as of 03:28, 23 December 2016 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

Container directive for directives applied to proxied resources. Directives placed in <Proxy> sections apply only to matching proxied content.

Matching

A backend URL matches the configuration section of a <Proxy> container directive if it begins with the wildcard-url string, even if the last path segment in the directive only matches a prefix of the backend URL. For example <Proxy "http://example.com/a"> matches "http://example.com/a/b". This behavior differs from the behavior of <Location>.

Syntax

<Proxy wildcard-url>
   ...
</Proxy>