From: Takashi Sato Date: Wed, 21 May 2008 18:10:16 +0000 (+0000) Subject: the example for IfDefine X-Git-Tag: 2.3.0~598 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b663b26ae690862835d93be847c04daef7454e0;p=thirdparty%2Fapache%2Fhttpd.git the example for IfDefine * add missing white space * stop using libproxy.so * add mod_proxy_http * mod_rewrite is not needed for reverse proxy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658793 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index cecced7521c..ac191af6e28 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1377,13 +1377,13 @@ if a test is true at startup multiple-parameter tests. Example:

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

# httpd.conf
<IfDefine ReverseProxy>
- LoadModule rewrite_module modules/mod_rewrite.so
- LoadModule proxy_module modules/libproxy.so
+ LoadModule proxy_module modules/mod_proxy.so
+ LoadModule proxy_http_module modules/mod_proxy_http.so
<IfDefine UseCache>
LoadModule cache_module modules/mod_cache.so