From 686c58a244f7f6879e6a73ec35694957596d50cb Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 21 Jul 1997 04:41:57 +0000 Subject: [PATCH] PR: 785 Submitted by: Lars Eilebrecht mod_proxy directives can be put in virtual hosts too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78714 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 8128ce04a7..4845e0b6e0 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -60,7 +60,7 @@ and other protocols.

ProxyRequests

Syntax: ProxyRequests on/off
Default: ProxyRequests Off
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: ProxyRequest is only available in @@ -72,7 +72,7 @@ href="#proxypass">ProxyPass directive.

ProxyRemote

Syntax: ProxyRemote <match> <remote-server>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: ProxyRemote is only available in @@ -104,7 +104,7 @@ them.

ProxyPass

Syntax: ProxyPass <path> <url>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: ProxyPass is only available in @@ -124,7 +124,7 @@ internally converted into a proxy request to http://foo.com/bar

ProxyBlock

Syntax: ProxyBlock <word/host/domain list>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: ProxyBlock is only available in @@ -158,7 +158,7 @@ blocks connections to all sites. | <IpAddr> | <Hostname> }
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: NoProxy is only available in @@ -260,7 +260,7 @@ The arguments to the NoProxy directive are one of the following type list:

ProxyDomain

Syntax: ProxyDomain <Domain>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: ProxyDomain is only available in @@ -281,7 +281,7 @@ with the configured Domain appended will be generated.

CacheRoot

Syntax: CacheRoot <directory>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheRoot is only available in @@ -294,7 +294,7 @@ by the httpd server.

CacheSize

Syntax: CacheSize <size>
Default: CacheSize 5
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheSize is only available in @@ -306,7 +306,7 @@ until the usage is at or below this setting.

CacheGcInterval

Syntax: CacheGcInterval <time>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheGcinterval is only available in @@ -318,7 +318,7 @@ usage is greater than that set by CacheSize.

CacheMaxExpire

Syntax: CacheMaxExpire <time>
Default: CacheMaxExpire 24
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheMaxExpire is only available in @@ -332,7 +332,7 @@ was supplied with the document.

CacheLastModifiedFactor

Syntax: CacheLastModifiedFactor <factor>
Default: CacheLastModifiedFactor 0.1
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheLastModifiedFactor is only available in @@ -352,7 +352,7 @@ then the latter takes precedence.

CacheDirLevels

Syntax: CacheDirLevels <levels>
Default: CacheDirLevels 3
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheDirLevels is only available in @@ -364,7 +364,7 @@ Cached data will be saved this many directory levels below CacheRoot.

CacheDirLength

Syntax: CacheDirLength <length>
Default: CacheDirLength 1
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheDirLength is only available in @@ -375,7 +375,7 @@ CacheDirLength sets the number of characters in proxy cache subdirectory names.

CacheDefaultExpire

Syntax: CacheDefaultExpire <time>
Default: CacheDefaultExpire 1
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheDefaultExpire is only available in @@ -388,7 +388,7 @@ override.

NoCache

Syntax: NoCache <word/host/domain list>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: NoCache is only available in -- 2.40.0