From 7b663b26ae690862835d93be847c04daef7454e0 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Wed, 21 May 2008 18:10:16 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index cecced7521..ac191af6e2 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
-- 2.40.0