diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2004-10-06 02:07:01 +0200 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2004-10-06 02:07:01 +0200 |
commit | f7aa72d2a1d57dc72689aa2da18ac93b37654447 (patch) | |
tree | 1e074bc748c4a0732a3518d6a52fae090d29bd1c /docs/manual | |
parent | Add reference to mod_proxy_ajp and mod_proxy_balancer. (diff) | |
download | apache2-f7aa72d2a1d57dc72689aa2da18ac93b37654447.tar.xz apache2-f7aa72d2a1d57dc72689aa2da18ac93b37654447.zip |
Mention when these modules are introduced.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_proxy_ajp.xml | 3 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy_balancer.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml index eb10765f1d..172b056e49 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml +++ b/docs/manual/mod/mod_proxy_ajp.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- Copyright 2002-2004 The Apache Software Foundation @@ -27,6 +27,7 @@ <status>Extension</status> <sourcefile>proxy_ajp.c</sourcefile> <identifier>proxy_ajp_module</identifier> +<compatibility>Available in Apache 2.1 and later</compatibility> <summary> <p>This module <em>requires</em> the service of <module diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index c9f096a3fc..0729803482 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- Copyright 2002-2004 The Apache Software Foundation @@ -27,6 +27,7 @@ load balancing </description> <status>Extension</status> <sourcefile>proxy_balancer.c</sourcefile> <identifier>proxy_balancer_module</identifier> +<compatibility>Available in Apache 2.1 and later</compatibility> <summary> <p>This module <em>requires</em> the service of <module |