* 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
multiple-parameter tests. Example:</p>
<example>
- httpd -DReverseProxy -DUseCache -DMemCache...<br />
+ httpd -DReverseProxy -DUseCache -DMemCache ...<br />
<br />
# httpd.conf<br />
<IfDefine ReverseProxy><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 />
<IfDefine UseCache><br />
<indent>
LoadModule cache_module modules/mod_cache.so<br />