mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Mention mod_macro in the mass vhosts doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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"> en </a> |
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user