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. +

    +
    +