From: dgaudet Date: Sun, 27 Jul 1997 17:17:42 +0000 (+0000) Subject: merge up to 1.3 docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8040374bdb6692536ad5049da625cdcadb24d3;p=thirdparty%2Fapache%2Fhttpd.git merge up to 1.3 docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78799 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/htdocs/manual/misc/descriptors.html b/APACHE_1_2_X/htdocs/manual/misc/descriptors.html index 455e0cbd960..db028bf907b 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/descriptors.html +++ b/APACHE_1_2_X/htdocs/manual/misc/descriptors.html @@ -109,7 +109,7 @@ situation somewhat. Here is a partial list of systems and workarounds 240 error logs if you do this.

-

AIX STRONG> +
AIX
AIX version 3.2?? appears to have a hard limit of 128 descriptors. End of story. Version 4.1.5 has a hard limit of 2000.

diff --git a/APACHE_1_2_X/htdocs/manual/mod/mod_proxy.html b/APACHE_1_2_X/htdocs/manual/mod/mod_proxy.html index 30926d4da6a..f9e5a3a2d9c 100644 --- a/APACHE_1_2_X/htdocs/manual/mod/mod_proxy.html +++ b/APACHE_1_2_X/htdocs/manual/mod/mod_proxy.html @@ -28,7 +28,7 @@ stability is greatly improved.

Summary

This module implements a proxy/cache for Apache. It implements -proxying capability for +proxying capability for FTP, CONNECT (for SSL), HTTP/0.9, and @@ -58,7 +58,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 @@ -70,7 +70,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 @@ -102,7 +102,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 @@ -122,7 +122,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 @@ -152,7 +152,7 @@ blocks connections to all sites.

CacheRoot

Syntax: CacheRoot <directory>
-Context: server config
+Context: server config, virtual host
Status: Base
Module: mod_proxy
Compatibility: CacheRoot is only available in @@ -165,7 +165,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 @@ -177,7 +177,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 @@ -189,7 +189,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 @@ -203,7 +203,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 @@ -223,7 +223,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 @@ -235,7 +235,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 @@ -246,7 +246,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 @@ -259,7 +259,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 @@ -347,7 +347,7 @@ depending on the speed with which the hostname lookups occur.

Can I use the Apache proxy module with my SOCKS proxy?

Yes. Just build Apache with the rule SOCKS4=yes in your -Configuration file, and follow the instructions there. SOCKS5 +Configuration file, and follow the instructions there. SOCKS5 capability can be added in a similar way (there's no SOCKS5 rule yet), so use the EXTRA_LFLAGS definition, or build Apache normally and run it with the runsocks wrapper provided with SOCKS5,