diff options
author | Rich Bowen <rbowen@apache.org> | 2011-06-24 20:46:14 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-06-24 20:46:14 +0200 |
commit | 4a66e33771293363ffc5551a9cdd1ca9672f3abd (patch) | |
tree | 53d9652a92233bd8652da08d04fc4c3d2e1db6f7 | |
parent | Corrects link to rewrite mass vhosting doc. (diff) | |
download | apache2-4a66e33771293363ffc5551a9cdd1ca9672f3abd.tar.xz apache2-4a66e33771293363ffc5551a9cdd1ca9672f3abd.zip |
Correct link to mod_macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139406 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/rewrite/avoid.html.en | 2 | ||||
-rw-r--r-- | docs/manual/rewrite/avoid.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 928001266f..39b86110e5 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -145,7 +145,7 @@ with mod_rewrite</a>, it is seldom the right way. Creating individual event that you have an enormous number of virtual hosts, consider using <code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code> to create these hosts automatically.</p> -<p>Third-party modules such as <a href="link_needed">mod_macro</a> are +<p>Third-party modules such as <a href="http://www.cri.ensmp.fr/~coelho/mod_macro/">mod_macro</a> are also useful for creating a large number of virtual hosts dynamically.</p> <p>Using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> for vitualhost creation may be diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index 373caf71a3..9d2b85bb3d 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -155,7 +155,7 @@ with mod_rewrite</a>, it is seldom the right way. Creating individual event that you have an enormous number of virtual hosts, consider using <module>mod_vhost_alias</module> to create these hosts automatically.</p> -<p>Third-party modules such as <a href="link_needed">mod_macro</a> are +<p>Third-party modules such as <a href="http://www.cri.ensmp.fr/~coelho/mod_macro/">mod_macro</a> are also useful for creating a large number of virtual hosts dynamically.</p> <p>Using <module>mod_rewrite</module> for vitualhost creation may be |