This is an automated email from the ASF dual-hosted git repository.

csutherl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 0acd169  Update proxy-howto to remove old httpd versions references
0acd169 is described below

commit 0acd169efb8f6320de21065ba873358d3a3d7304
Author: Coty Sutherland <csuth...@apache.org>
AuthorDate: Thu Apr 18 16:44:34 2019 -0400

    Update proxy-howto to remove old httpd versions references
---
 webapps/docs/proxy-howto.xml | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/webapps/docs/proxy-howto.xml b/webapps/docs/proxy-howto.xml
index b91dbdd..704dcd8 100644
--- a/webapps/docs/proxy-howto.xml
+++ b/webapps/docs/proxy-howto.xml
@@ -63,13 +63,14 @@ proxy configurations for several common cases.</p>
 
 </section>
 
-<section name="Apache 1.3 Proxy Support">
-
-<p>Apache 1.3 supports an optional module (<code>mod_proxy</code>) that
-configures the web server to act as a proxy server.  This can be used to
-forward requests for a particular web application to a Tomcat instance,
-without having to configure a web connector such as <code>mod_jk</code>.
-To accomplish this, you need to perform the following tasks:</p>
+<section name="Apache httpd Proxy Support">
+
+<p>Apache httpd 1.3 and later versions support an optional module
+(<code>mod_proxy</code>) that configures the web server to act as a proxy
+server.  This can be used to forward requests for a particular web application
+to a Tomcat instance, without having to configure a web connector such as
+<code>mod_jk</code>.  To accomplish this, you need to perform the following
+tasks:</p>
 <ol>
 <li><p>Configure your copy of Apache so that it includes the
     <code>mod_proxy</code> module.  If you are building from source,
@@ -80,7 +81,7 @@ To accomplish this, you need to perform the following 
tasks:</p>
     <code>mod_proxy</code> module at Apache startup time, by using the
     following directives in your <code>httpd.conf</code> file:</p>
 <source><![CDATA[LoadModule proxy_module  {path-to-modules}/mod_proxy.so
-AddModule  mod_proxy.c]]></source></li>
+]]></source></li>
 <li><p>Include two directives in your <code>httpd.conf</code> file for
     each web application that you wish to forward to Tomcat.  For
     example, to forward an application at context path <code>/myapp</code>:</p>
@@ -139,11 +140,6 @@ within the web application's deployment descriptor
 
 </section>
 
-<section name="Apache 2.0 Proxy Support">
-The same instructions hold true as for 1.3. (Except in Apache 2.0,
-you may omit <code>AddModule  mod_proxy.c</code>)
-</section>
-
 </body>
 
 </document>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to