From: Takashi Sato Date: Wed, 21 May 2008 23:50:10 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.0~595 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797df3e258d65384ebdb7c6feb948b5ab8bc60e6;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 51a0cdbcb5b..495462613ed 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1401,13 +1401,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
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index faea17f1be3..7590b9644b5 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + +