diff options
author | Lucien Gentis <lgentis@apache.org> | 2011-06-11 17:38:13 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2011-06-11 17:38:13 +0200 |
commit | e97995c4c764547400c71cc760ead89af25dcd75 (patch) | |
tree | 60dacefdb37a3f27d2e961057b4e4c55ed1cab9a /docs/manual/vhosts/examples.xml.fr | |
parent | Update transformations. (diff) | |
download | apache2-e97995c4c764547400c71cc760ead89af25dcd75.tar.xz apache2-e97995c4c764547400c71cc760ead89af25dcd75.zip |
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134674 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/vhosts/examples.xml.fr | 7 |
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 /> <VirtualHost *:80><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> </VirtualHost><br /> |