]> granicus.if.org Git - apache/commitdiff
the example for IfDefine
authorTakashi Sato <takashi@apache.org>
Wed, 21 May 2008 18:10:16 +0000 (18:10 +0000)
committerTakashi Sato <takashi@apache.org>
Wed, 21 May 2008 18:10:16 +0000 (18:10 +0000)
* 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

index cecced7521c3028d2aea1ddb1ab05bc2ea7df72e..ac191af6e28a36c03d73f4b167b02a8584bceb48 100644 (file)
@@ -1377,13 +1377,13 @@ if a test is true at startup</description>
     multiple-parameter tests. Example:</p>
 
     <example>
-      httpd -DReverseProxy -DUseCache -DMemCache...<br />
+      httpd -DReverseProxy -DUseCache -DMemCache ...<br />
       <br />
       # httpd.conf<br />
       &lt;IfDefine ReverseProxy&gt;<br />
       <indent>
-        LoadModule rewrite_module modules/mod_rewrite.so<br />
-        LoadModule proxy_module   modules/libproxy.so<br />
+        LoadModule proxy_module   modules/mod_proxy.so<br />
+        LoadModule proxy_http_module   modules/mod_proxy_http.so<br />
         &lt;IfDefine UseCache&gt;<br />
         <indent>
           LoadModule cache_module   modules/mod_cache.so<br />