summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/mass.html.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2018-01-04 17:30:17 +0100
committerLucien Gentis <lgentis@apache.org>2018-01-04 17:30:17 +0100
commit35cb06a33a04bd1e737c0e392d901fd36b644f15 (patch)
treee3c65362aa2df153723521d15706c67b5c2ec095 /docs/manual/vhosts/mass.html.fr
parentXML updates. (diff)
downloadapache2-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.fr8
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
&lt;VirtualHost 111.22.33.44&gt;
ServerName www.commercial.example.com
-
+
CustomLog "logs/access_log.commercial" vcommon
-
+
VirtualDocumentRoot "/www/commercial/%0/docs"
VirtualScriptAlias "/www/commercial/%0/cgi-bin"
&lt;/VirtualHost&gt;
&lt;VirtualHost 111.22.33.45&gt;
ServerName www.homepages.example.com
-
+
CustomLog "logs/access_log.homepages" vcommon
-
+
VirtualDocumentRoot "/www/homepages/%0/docs"
ScriptAlias "/cgi-bin/" "/www/std-cgi/"
&lt;/VirtualHost&gt;</pre>