summaryrefslogtreecommitdiff
path: root/docs/manual/vhosts
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2011-06-11 15:38:13 +0000
committerLucien Gentis <lgentis@apache.org>2011-06-11 15:38:13 +0000
commite97995c4c764547400c71cc760ead89af25dcd75 (patch)
tree60dacefdb37a3f27d2e961057b4e4c55ed1cab9a /docs/manual/vhosts
parent4d224542bfaca397a7b8581e60dd5fa6164d24e3 (diff)
downloadhttpd-e97995c4c764547400c71cc760ead89af25dcd75.tar.gz
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134674 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts')
-rw-r--r--docs/manual/vhosts/examples.xml.fr7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/manual/vhosts/examples.xml.fr b/docs/manual/vhosts/examples.xml.fr
index 8beaae0dfd..487101e0a3 100644
--- a/docs/manual/vhosts/examples.xml.fr
+++ b/docs/manual/vhosts/examples.xml.fr
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1053231:1132802 (outdated) -->
+<!-- English Revision: 1132802 -->
<!-- French translation by Vincent Deffontaines, Alain B., review by -->
<!-- updated by Lucien Gentis -->
@@ -61,8 +61,7 @@
# Apache doit écouter sur le port 80<br />
Listen 80<br />
<br />
- # Toutes les adresses IP doivent répondre aux requêtes sur les <br />
- # serveurs virtuels<br />
+ <br />
&lt;VirtualHost *:80&gt;<br />
<indent>
DocumentRoot /www/example.com<br />
@@ -582,7 +581,7 @@
# Serveur virtuel primaire<br />
DocumentRoot /www/subdomain<br />
RewriteEngine On<br />
- RewriteRule ^/.* /www/subdomain/index.html<br />
+ RewriteRule . /www/subdomain/index.html<br />
# ...<br />
</indent>
&lt;/VirtualHost&gt;<br />