From 32cf456106c735c875d0b488682cf697a15ef493 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 21 Jan 2013 19:47:58 +0000 Subject: [PATCH] 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 --- docs/manual/vhosts/mass.html.en | 9 +++++++++ docs/manual/vhosts/mass.xml | 8 ++++++++ 2 files changed, 17 insertions(+) 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. +

    +
    + -- 2.50.1