]> granicus.if.org Git - apache/commitdiff
Mention mod_macro in the mass vhosts doc.
authorRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 19:47:58 +0000 (19:47 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 19:47:58 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436578 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/mass.html.en
docs/manual/vhosts/mass.xml

index a6b57eaa2eaea5057a17b7d61ec9ae743cd38a28..f756a8485679b57b4faeefdffe3e63505744d465 100644 (file)
@@ -45,6 +45,7 @@ mod_vhost_alias</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#ipbased">More Efficient IP-Based Virtual Hosting</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#rewrite">Mass virtual hosts with
 mod_rewrite</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#macro">Mass virtual hosts with mod_macro</a></li>
 </ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -312,6 +313,14 @@ complicated techniques such as storing the vhost definitions externally
 and accessing them via <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>. These techniques are
 discussed in the <a href="../rewrite/vhosts.html">rewrite
 documentation</a>.</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="macro" id="macro">Mass virtual hosts with mod_macro</a></h2>
+
+<p>Another option for dynamically generated virtual hosts is
+<code class="module"><a href="../mod/mod_macro.html">mod_macro</a></code>, with which you can create a virtualhost
+template, and invoke it for multiple hostnames.
+</p>
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/vhosts/mass.html" title="English">&nbsp;en&nbsp;</a> |
index 3a5afcb43682635873ed5edd42bbadb9b1c45da2..70791945215041f52c398d6ac52f3d36baa0a17e 100644 (file)
@@ -301,4 +301,12 @@ discussed in the <a href="../rewrite/vhosts.html">rewrite
 documentation</a>.</p>
 </section>
 
+<section id="macro"><title>Mass virtual hosts with mod_macro</title>
+
+<p>Another option for dynamically generated virtual hosts is
+<module>mod_macro</module>, with which you can create a virtualhost
+template, and invoke it for multiple hostnames.
+</p>
+</section>
+
 </manualpage>