From: Rich Bowen Date: Mon, 21 Jan 2013 19:47:58 +0000 (+0000) Subject: Mention mod_macro in the mass vhosts doc. X-Git-Tag: 2.5.0-alpha~5830 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32cf456106c735c875d0b488682cf697a15ef493;p=apache 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 --- diff --git a/docs/manual/vhosts/mass.html.en b/docs/manual/vhosts/mass.html.en index a6b57eaa2e..f756a84856 100644 --- a/docs/manual/vhosts/mass.html.en +++ b/docs/manual/vhosts/mass.html.en @@ -45,6 +45,7 @@ mod_vhost_alias
  • More Efficient IP-Based Virtual Hosting
  • Mass virtual hosts with mod_rewrite
  • +
  • Mass virtual hosts with mod_macro
  • top
    @@ -312,6 +313,14 @@ complicated techniques such as storing the vhost definitions externally and accessing them via RewriteMap. These techniques are discussed in the rewrite documentation.

    +
    top
    +
    +

    Mass virtual hosts with mod_macro

    + +

    Another option for dynamically generated virtual hosts is +mod_macro, with which you can create a virtualhost +template, and invoke it for multiple hostnames. +

    Available Languages:  en  | diff --git a/docs/manual/vhosts/mass.xml b/docs/manual/vhosts/mass.xml index 3a5afcb436..7079194521 100644 --- a/docs/manual/vhosts/mass.xml +++ b/docs/manual/vhosts/mass.xml @@ -301,4 +301,12 @@ discussed in the rewrite documentation.

    +
    Mass virtual hosts with mod_macro + +

    Another option for dynamically generated virtual hosts is +mod_macro, with which you can create a virtualhost +template, and invoke it for multiple hostnames. +

    +
    +