From: Christophe Jaillet Date: Wed, 13 Dec 2017 20:40:00 +0000 (+0000) Subject: rebuild X-Git-Tag: 2.4.30~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e197dc5316535199ea4ae2391d5c47f1f229986;p=apache rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818062 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/mass.html.en b/docs/manual/vhosts/mass.html.en index 40e3304d9a..e3ecb15594 100644 --- a/docs/manual/vhosts/mass.html.en +++ b/docs/manual/vhosts/mass.html.en @@ -47,6 +47,7 @@ mod_vhost_alias
  • More Efficient IP-Based Virtual Hosting
  • Mass virtual hosts with mod_rewrite
  • +
  • Mass virtual hosts with mod_macro
  • See also

    top
    @@ -98,7 +99,7 @@ mod_rewrite It is better to log to a pipe or a fifo, and arrange for the process at the other end to split up the log files into one per virtual host. One example of such a process can - be found in the split-logfile + be found in the split-logfile utility.

    top
    @@ -197,7 +198,7 @@ examples.

    UseCanonicalName Off
     
     LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
    -CustomLog logs/access_log vcommon
    +CustomLog "logs/access_log" vcommon
     
     # include part of the server name in the filenames
     VirtualDocumentRoot "/home/%2/www"
    @@ -240,18 +241,18 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
     
     <VirtualHost 111.22.33.44>
         ServerName www.commercial.example.com
    -    
    +
         CustomLog "logs/access_log.commercial" vcommon
    -    
    +
         VirtualDocumentRoot "/www/commercial/%0/docs"
         VirtualScriptAlias  "/www/commercial/%0/cgi-bin"
     </VirtualHost>
     
     <VirtualHost 111.22.33.45>
         ServerName www.homepages.example.com
    -    
    +
         CustomLog "logs/access_log.homepages" vcommon
    -    
    +
         VirtualDocumentRoot "/www/homepages/%0/docs"
         ScriptAlias         "/cgi-bin/" "/www/std-cgi/"
     </VirtualHost>
    @@ -304,6 +305,16 @@ 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. An example of this is +provided in the Usage section of the module +documentation. +

    Available Languages:  en  | diff --git a/docs/manual/vhosts/mass.xml.fr b/docs/manual/vhosts/mass.xml.fr index 08c476cc85..cf76d8bde6 100644 --- a/docs/manual/vhosts/mass.xml.fr +++ b/docs/manual/vhosts/mass.xml.fr @@ -1,7 +1,7 @@ - + + +