diff options
author | Lucien Gentis <lgentis@apache.org> | 2018-01-04 17:30:17 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2018-01-04 17:30:17 +0100 |
commit | 35cb06a33a04bd1e737c0e392d901fd36b644f15 (patch) | |
tree | e3c65362aa2df153723521d15706c67b5c2ec095 /docs/manual/vhosts/mass.html.fr | |
parent | XML updates. (diff) | |
download | apache2-35cb06a33a04bd1e737c0e392d901fd36b644f15.tar.xz apache2-35cb06a33a04bd1e737c0e392d901fd36b644f15.zip |
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/mass.html.fr')
-rw-r--r-- | docs/manual/vhosts/mass.html.fr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/vhosts/mass.html.fr b/docs/manual/vhosts/mass.html.fr index fd36e6a0cc..702309b632 100644 --- a/docs/manual/vhosts/mass.html.fr +++ b/docs/manual/vhosts/mass.html.fr @@ -253,18 +253,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></pre> |