From: Takashi Sato Date: Wed, 21 May 2008 04:22:41 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.0~599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74258fe3b11921f7226c97cc501b5ba937af4d05;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 4f082b048a7..51a0cdbcb5b 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1401,13 +1401,28 @@ if a test is true at startup multiple-parameter tests. Example:

- httpd -DReverseProxy ...
+ httpd -DReverseProxy -DUseCache -DMemCache...

# httpd.conf
<IfDefine ReverseProxy>
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/libproxy.so
+ <IfDefine UseCache>
+ + LoadModule cache_module modules/mod_cache.so
+ <IfDefine MemCache>
+ + LoadModule mem_cache_module modules/mod_mem_cache.so
+
+ </IfDefine>
+ <IfDefine !MemCache>
+ + LoadModule disk_cache_module modules/mod_disk_cache.so
+
+ </IfDefine> +
+ </IfDefine>
</IfDefine>

diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 67c8bc28c2f..faea17f1be3 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + +