]> granicus.if.org Git - apache/commitdiff
XML updates.
authorLucien Gentis <lgentis@apache.org>
Mon, 25 May 2015 15:54:20 +0000 (15:54 +0000)
committerLucien Gentis <lgentis@apache.org>
Mon, 25 May 2015 15:54:20 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681598 13f79535-47bb-0310-9956-ffa450edef68

21 files changed:
docs/manual/bind.xml.fr
docs/manual/caching.xml.fr
docs/manual/compliance.xml.fr
docs/manual/configuring.xml.fr
docs/manual/content-negotiation.xml.fr
docs/manual/dns-caveats.xml.fr
docs/manual/env.xml.fr
docs/manual/expr.xml.fr
docs/manual/glossary.xml.fr
docs/manual/handler.xml.fr
docs/manual/install.xml.fr
docs/manual/logs.xml.fr
docs/manual/misc/perf-tuning.xml.fr
docs/manual/misc/security_tips.xml.fr
docs/manual/mod/mod_authnz_ldap.xml.fr
docs/manual/new_features_2_4.xml.fr
docs/manual/sections.xml.fr
docs/manual/ssl/ssl_faq.xml.fr
docs/manual/ssl/ssl_howto.xml.fr
docs/manual/suexec.xml.fr
docs/manual/upgrading.xml.fr

index 1d8c4a61a13e4cd16276deab95ecf94d79518e10..14769306f40c79aa87d72868b2eab5477b6cd9c9 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1565321:1673947 (outdated) -->
+<!-- English Revision: 1673947 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f48bfd455293873edeac9d98a9fa6d11eacb99ea..b699009eb2a79a39cf214c41b0e503200d9f547e 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1516872:1673947 (outdated) -->
+<!-- English Revision: 1673947 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index befc954c46ecd172ede19b9f5d9d93493716d14d..bcec45fbcf45af474fd9aa46fcfcdcb76ec0158c 100644 (file)
@@ -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: 1590372:1673947 (outdated) -->
+<!-- English Revision: 1673947 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 685efaceaf805d748604ebf430f38770bb96f6f6..4e599c472d6313c9f2cbd43ed05d407b6c9573f4 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1662012:1673947 (outdated) -->
+<!-- English Revision: 1673947 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a9c384ee6bd141eeec5d140786093bed706eb44a..817d2391b0fa1261178e9506d5fae0782fc0dc90 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1364312:1673932 (outdated) -->
+<!-- English Revision: 1673932 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 92808aee9fa2ba945c55c82a99b1ba44544a8717..a1c04afeecdcf429fd7811e3cf774c044e793008 100644 (file)
@@ -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: 1332626:1673652 (outdated) -->
+<!-- English Revision: 1673652 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -46,7 +46,7 @@
 # de configuration
 &lt;VirtualHost www.example.dom&gt;
   ServerAdmin webgirl@example.dom
-  DocumentRoot /www/example
+  DocumentRoot "/www/example"
 &lt;/VirtualHost&gt;
     </highlight>
 
@@ -71,7 +71,7 @@
 # de configuration
 &lt;VirtualHost 192.0.2.1&gt;
   ServerAdmin webgirl@example.dom
-  DocumentRoot /www/example
+  DocumentRoot "/www/example"
 &lt;/VirtualHost&gt;
     </highlight>
 
@@ -92,7 +92,7 @@
 &lt;VirtualHost 192.0.2.1&gt;
   ServerName www.example.dom
   ServerAdmin webgirl@example.dom
-  DocumentRoot /www/example
+  DocumentRoot "/www/example"
 &lt;/VirtualHost&gt;
     </highlight>
   </section>
     <highlight language="config">
 &lt;VirtualHost www.example1.dom&gt;
   ServerAdmin webgirl@example1.dom
-  DocumentRoot /www/example1
+  DocumentRoot "/www/example1"
 &lt;/VirtualHost&gt;
 &lt;VirtualHost www.example2.dom&gt;
   ServerAdmin webguy@example2.dom
-  DocumentRoot /www/example2
+  DocumentRoot "/www/example2"
 &lt;/VirtualHost&gt;
     </highlight>
 
index 34384d170abcf16c8908d77b2c04e994c36e3855..7257088c170408e6e0a2f377963bcf510da297f5 100644 (file)
@@ -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 : 1561569-->
+<!-- English Revision : 1674195-->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -543,7 +543,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 SetEnvIf Request_URI \.gif image-request
 SetEnvIf Request_URI \.jpg image-request
 SetEnvIf Request_URI \.png image-request
-CustomLog logs/access_log common env=!image-request
+CustomLog "logs/access_log" common env=!image-request
         </highlight>
 
     </section>
@@ -560,7 +560,7 @@ CustomLog logs/access_log common env=!image-request
 SetEnvIf Referer "^http://www\.example\.com/" local_referal
 # Autorise les navigateurs qui n'envoient aucune information de Referer
 SetEnvIf Referer "^$" local_referal
-&lt;Directory /web/images&gt;
+&lt;Directory "/web/images"&gt;
     Require env local_referal
 &lt;/Directory&gt;
         </highlight>
index c9687b4cf70463cbd6c5525e248b57b68867dd68..9bb799b9799c613440c80aa5ce98ec889bd3ed40 100644 (file)
@@ -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: 1663123:1673945 (outdated) -->
+<!-- English Revision: 1673945 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -606,7 +606,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 # Comparer le nom d'h&ocirc;te avec example.com et rediriger vers
 # www.example.com si le nom d'h&ocirc;te correspond
 &lt;If "%{HTTP_HOST} == 'example.com'"&gt;
-    Redirect permanent / http://www.example.com/
+    Redirect permanent "/" "http://www.example.com/"
 &lt;/If&gt;
 
 # Forcer le type text/plain si un fichier fait l'objet d'une
@@ -633,7 +633,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 
 # V&eacute;rifie le r&eacute;sultat de la recherche d'une correspondance d'URI dans un
 # contexte de r&eacute;pertoire avec l'option -f
-&lt;Directory /var/www&gt;
+&lt;Directory "/var/www"&gt;
     AddEncoding x-gzip gz
 &lt;If "-f '%{REQUEST_FILENAME}.unzipme' &amp;&amp; ! %{HTTP:Accept-Encoding} =~ /gzip/"&gt;
       SetOutputFilter INFLATE
index f3fd569605ffa631279cc1f6c09d6f2c320294fb..e92f794b76dcc996bdfa2c401b00b92e3af1bb47 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1556102:1673947 (outdated) -->
+<!-- English Revision: 1673947 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 60cd6eeccab17dce16be752aac632a1c8b13c937..4036537c0fc8448dc82fd5ffc88812b03342c1e7 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1330883:1673945 (outdated) -->
+<!-- English Revision: 1673945 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -130,7 +130,7 @@ AddHandler add-footer .html
       de leur nom de fichier.</p>
 
       <highlight language="config">
-&lt;Directory /web/htdocs/asis&gt;
+&lt;Directory "/web/htdocs/asis"&gt;
     SetHandler send-as-is
 &lt;/Directory&gt;
       </highlight>
index 2b90bc1f6d4c0244c336b6f8837e42b6b8f4413e..96eb1333a34f9b5c72b07395eb4e934686f049fc 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1602763:1675441 (outdated) -->
+<!-- English Revision: 1675441 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
       <dd>L'interpr&eacute;teur Perl 5 (les versions 5.003 ou sup&eacute;rieures conviennent)
       est n&eacute;cessaire pour l'ex&eacute;cution de certains scripts comme
       <program>apxs</program> ou <program>dbmmanage</program>
-      (qui sont &eacute;crits en Perl). Si vous disposez de plusieurs interpr&eacute;teurs
-      Perl (par exemple, une installation globale Perl 4, et
-      votre installation personnelle de Perl 5), il vous faut utiliser l'option
-      <code>--with-perl</code> (voir ci-dessous) afin de vous assurer que le
-      bon interpr&eacute;teur sera utilis&eacute; par <program>configure</program>.
+      (qui sont &eacute;crits en Perl). 
       Si le script <program>configure</program> ne trouve pas d'interpr&eacute;teur
       Perl 5, vous ne pourrez pas utiliser les scripts qui en ont besoin.
       Bien entendu, vous pourrez tout de m&ecirc;me construire et utiliser
index 79b14bd41303a57f2ab68d5f02feb91f8fcd7fa3..e37cc0571f05ebcac36be0950e45e7b24c672f82 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1657854:1674195 (outdated) -->
+<!-- English Revision: 1674195 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
 
       <highlight language="config">
 LogFormat "%h %l %u %t \"%r\" %&gt;s %b" common
-CustomLog logs/access_log common
+CustomLog "logs/access_log" common
       </highlight>
 
       <p>Ici est d&eacute;finie l'<em>identit&eacute;</em> <code>common</code> qui est
@@ -404,7 +404,7 @@ CustomLog logs/access_log common
 
       <highlight language="config">
 LogFormat "%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\"" combined
-CustomLog log/access_log combined
+CustomLog "log/access_log" combined
       </highlight>
 
       <p>Ce format est identique au Common Log Format, avec deux champs
@@ -456,9 +456,9 @@ CustomLog log/access_log combined
 
       <highlight language="config">
 LogFormat "%h %l %u %t \"%r\" %&gt;s %b" common
-CustomLog logs/access_log common
-CustomLog logs/referer_log "%{Referer}i -&gt; %U"
-CustomLog logs/agent_log "%{User-agent}i"
+CustomLog "logs/access_log" common
+CustomLog "logs/referer_log" "%{Referer}i -&gt; %U"
+CustomLog "logs/agent_log" "%{User-agent}i"
       </highlight>
 
       <p>Cet exemple montre aussi qu'il n'est pas obligatoire d'associer
@@ -490,7 +490,7 @@ SetEnvIf Remote_Addr "127\.0\.0\.1" dontlog
 # Marque les requ&ecirc;tes pour le fichier robots.txt
 SetEnvIf Request_URI "^/robots\.txt$" dontlog
 # Journalise toutes les autres requ&ecirc;tes
-CustomLog logs/access_log common env=!dontlog
+CustomLog "logs/access_log" common env=!dontlog
       </highlight>
 
       <p>Autre exemple, imaginons l'enregistrement des requ&ecirc;tes en provenance
@@ -499,8 +499,8 @@ CustomLog logs/access_log common env=!dontlog
 
       <highlight language="config">
         SetEnvIf Accept-Language "en" english<br />
-        CustomLog logs/english_log common env=english<br />
-        CustomLog logs/non_english_log common env=!english
+        CustomLog "logs/english_log" common env=english<br />
+        CustomLog "logs/non_english_log" common env=!english
       </highlight>
 
        <p>Dans le contexte d'une mise en cache, il peut &ecirc;tre
@@ -510,7 +510,7 @@ CustomLog logs/access_log common env=!dontlog
       <highlight language="config">
 SetEnv CACHE_MISS 1
 LogFormat "%h %l %u %t "%r " %>s %b %{CACHE_MISS}e" common-cache
-CustomLog logs/access_log common-cache
+CustomLog "logs/access_log" common-cache
       </highlight>
 
       <p><module>mod_cache</module> va s'ex&eacute;cuter avant
@@ -704,7 +704,7 @@ CustomLog "|$/usr/local/apache/bin/rotatelogs   /var/log/access_log 86400" commo
 
     <highlight language="config">
 LogFormat "%v %l %u %t \"%r\" %&gt;s %b" comonvhost
-CustomLog logs/access_log comonvhost
+CustomLog "logs/access_log" comonvhost
     </highlight>
 
     <p>Le champ <code>%v</code> sert &agrave; enregistrer le nom de l'h&ocirc;te virtuel qui
index 475d496fe995c4fb12f14b3f780a32ea0bd02bc6..fae62d9eb1470dd7bdf3691e3edd40b8cdfc98b4 100644 (file)
@@ -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: 1379836:1675498 (outdated) -->
+<!-- English Revision: 1675498 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
 
       <p>Notez qu'il est possible de modifier la port&eacute;e des directives, en les
       pla&ccedil;ant par exemple &agrave; l'int&eacute;rieur d'une section
-      <code>&lt;Location /server-status&gt;</code>. Les recherches DNS ne
+      <code>&lt;Location "/server-status"&gt;</code>. Les recherches DNS ne
       seront alors effectu&eacute;es que pour les requ&ecirc;tes qui satisfont aux crit&egrave;res.
       Voici un exemple qui d&eacute;sactive les recherches DNS sauf pour les fichiers
       <code>.html</code> et <code>.cgi</code> :</p>
@@ -189,8 +189,8 @@ HostnameLookups off
       Par exemple, si vous avez :</p>
 
       <highlight language="config">
-DocumentRoot /www/htdocs
-&lt;Directory /&gt;
+DocumentRoot "/www/htdocs"
+&lt;Directory "/"&gt;
   Options SymLinksIfOwnerMatch
 &lt;/Directory&gt;
       </highlight>
@@ -205,12 +205,12 @@ DocumentRoot /www/htdocs
       configuration du style :</p>
 
       <highlight language="config">
-DocumentRoot /www/htdocs
-&lt;Directory /&gt;
+DocumentRoot "/www/htdocs"
+&lt;Directory "/"&gt;
   Options FollowSymLinks
 &lt;/Directory&gt;
 
-&lt;Directory /www/htdocs&gt;
+&lt;Directory "/www/htdocs"&gt;
   Options -FollowSymLinks +SymLinksIfOwnerMatch
 &lt;/Directory&gt;
       </highlight>
@@ -239,8 +239,8 @@ DocumentRoot /www/htdocs
       avez : </p>
 
       <highlight language="config">
-DocumentRoot /www/htdocs
-&lt;Directory /&gt;
+DocumentRoot "/www/htdocs"
+&lt;Directory "/"&gt;
   AllowOverride all
 &lt;/Directory&gt;
       </highlight>
index 200ed289cf0444ca2d8e1e38463a88865a7b6401..6bb7506a11f303cbd6ed9dae30e1f82ddbb70f9c 100644 (file)
@@ -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: 1657687:1673932 (outdated) -->
+<!-- English Revision: 1673932 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
     <p>Ajoutez dans le fichier de configuration du serveur</p>
 
     <highlight language="config">
-&lt;Directory /&gt;
+&lt;Directory "/"&gt;
     AllowOverride None
 &lt;/Directory&gt;
     </highlight>
     de votre serveur :</p>
 
     <highlight language="config">
-&lt;Directory /&gt;
+&lt;Directory "/"&gt;
     Require all denied
 &lt;/Directory&gt;
     </highlight>
     aux r&eacute;pertoires auxquels vous voulez autorisez l'acc&egrave;s. Par exemple,</p>
 
     <highlight language="config">
-&lt;Directory /usr/users/*/public_html&gt;
+&lt;Directory "/usr/users/*/public_html"&gt;
     Require all granted
 &lt;/Directory&gt;
-&lt;Directory /usr/local/httpd&gt;
+&lt;Directory "/usr/local/httpd"&gt;
     Require all granted
 &lt;/Directory&gt;
     </highlight>
     <p>Portez une attention particuli&egrave;re aux interactions entre les directives
     <directive module="core">Location</directive> et
     <directive module="core">Directory</directive> ; par exemple, si une
-    directive <code>&lt;Directory /&gt;</code> interdit un acc&egrave;s, une
-    directive <code>&lt;Location /&gt;</code> pourra passer outre.</p>
+    directive <code>&lt;Directory "/"&gt;</code> interdit un acc&egrave;s, une
+    directive <code>&lt;Location "/"&gt;</code> pourra passer outre.</p>
 
     <p>De m&ecirc;me, soyez m&eacute;fiant en jouant avec la directive
     <directive module="mod_userdir">UserDir</directive> ; la positionner &agrave;
index 07f482093e5d351428a1f760b253c5493296a722..9370bcb0baab495d0720a1c970d876e4ebd7a4c9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1673932:1675455 (outdated) -->
+<!-- English Revision: 1675455 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -70,8 +70,8 @@ HTTP de base.</description>
 <section id="contents"><title>Sommaire</title>
 
     <ul>
-      <li>
-        <a href="#operation">Mode op&eacute;ratoire</a>
+      <li> <a href="#gcaveats">Mises en garde &agrave; caract&egrave;re g&eacute;n&eacute;ral</a> </li>
+      <li> <a href="#operation">Mode op&eacute;ratoire</a>
 
         <ul>
           <li><a href="#authenphase">La phase
@@ -112,6 +112,20 @@ HTTP de base.</description>
     </ul>
 </section>
 
+<section id="gcaveats"><title>Mises en garde &agrave; caract&egrave;re g&eacute;n&eacute;ral</title>
+<p>Ce module effectue une mise en cache des r&eacute;sultats du processus
+d'authentification et d'autorisation en fonction de la configuration du
+module <module>mod_ldap</module>. Les modifications effectu&eacute;es au niveau
+du serveur LDAP d'arri&egrave;re-plan comme les
+verrouillages ou r&eacute;vocations d'utilisateurs, les changements de mot de
+passe, ou les changements d'appartenance &agrave; un groupe (et cette liste
+n'est pas exhaustive), ne seront pas imm&eacute;diatement propag&eacute;es jusqu'au
+serveur HTTP. Consultez les directives du module
+<module>mod_ldap</module> pour plus de d&eacute;tails &agrave; propos de la
+configuration de la mise en cache.
+</p>
+</section>
+
 <section id="operation"><title>Mode op&eacute;ratoire</title>
 
     <p>L'utilisateur se voit accorder l'acc&egrave;s selon un processus en deux
index d46ff58965dd2dff17b06789284cf30cfa79e399..8520317d569a13dc44ada3bbfa23bce5962533d6 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1661464:1673947 (outdated) -->
+<!-- English Revision: 1673947 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b2ccf2175f4828d126ab80fd22e09475f52622d8..e1679ed175c99507b7ed7bc524d0e614ce97a8fd 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1636195:1673945 (outdated) -->
+<!-- English Revision: 1673945 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -82,7 +82,7 @@ un autre site si le serveur est d&eacute;marr&eacute; en utilisant la ligne de c
 
 <highlight language="config">
 &lt;IfDefine ClosedForNow&gt;
-    Redirect / http://otherserver.example.com/
+    Redirect "/" "http://otherserver.example.com/"
 &lt;/IfDefine&gt;
 </highlight>
 
@@ -176,7 +176,7 @@ configuration suivante, l'indexation sera activ&eacute;e pour le r&eacute;pertoi
 <code>/var/web/dir1</code> et tous ses sous-r&eacute;pertoires.</p>
 
 <highlight language="config">
-&lt;Directory /var/web/dir1&gt;
+&lt;Directory "/var/web/dir1"&gt;
     Options +Indexes
 &lt;/Directory&gt;
 </highlight>
@@ -190,7 +190,7 @@ l'acc&egrave;s &agrave; tout fichier nomm&eacute; <code>private.html</code> quel
 l'endroit o&ugrave; il se trouve.</p>
 
 <highlight language="config">
-&lt;Files private.html&gt;
+&lt;Files "private.html"&gt;
     Require all denied
 &lt;/Files&gt;
 </highlight>
@@ -207,8 +207,8 @@ l'acc&egrave;s &agrave; <code>/var/web/dir1/private.html</code>,
 <code>/var/web/dir1/</code>.</p>
 
 <highlight language="config">
-&lt;Directory /var/web/dir1&gt;
-    &lt;Files private.html&gt;
+&lt;Directory "/var/web/dir1"&gt;
+    &lt;Files "private.html"&gt;
         Require all denied
     &lt;/Files&gt;
 &lt;/Directory&gt;
@@ -230,7 +230,7 @@ En particulier, l'interdiction s'appliquera aux requ&ecirc;tes pour :
 toute requ&ecirc;te commen&ccedil;ant par la cha&icirc;ne de caract&egrave;res <code>/private</code>.</p>
 
 <highlight language="config">
-&lt;LocationMatch ^/private&gt;
+&lt;LocationMatch "^/private"&gt;
     Require all denied
 &lt;/LocationMatch&gt;
 </highlight>
@@ -244,7 +244,7 @@ Il n'est pas n&eacute;cessaire de trouver un fichier nomm&eacute; <code>server-s
 dans le syst&egrave;me de fichiers.</p>
 
 <highlight language="config">
-&lt;Location /server-status&gt;
+&lt;Location "/server-status"&gt;
     SetHandler server-status
 &lt;/Location&gt;
 </highlight>
@@ -256,22 +256,22 @@ dans lequel certaines sections ou directives sont &eacute;valu&eacute;es. Pour
 <directive type="section" module="core">Location</directive>, on doit
 avoir :</p>
 <highlight language="config">
-&lt;Location /foo&gt;
+&lt;Location "/foo"&gt;
 &lt;/Location&gt;
-&lt;Location /foo/bar&gt;
+&lt;Location "/foo/bar"&gt;
 &lt;/Location>
 </highlight>
 <p>Les directives <directive type="section"
 module="mod_alias">Alias</directive>, quant &agrave; elles, sont &eacute;valu&eacute;es vice-versa :</p>
 <highlight language="config">
-Alias /foo/bar /srv/www/uncommon/bar
-Alias /foo /srv/www/common/foo
+Alias "/foo/bar" "/srv/www/uncommon/bar"
+Alias "/foo" "/srv/www/common/foo"
 </highlight>
 <p>Ceci est aussi vrai pour les directives <directive
 module="mod_proxy">ProxyPass</directive> :</p>
 <highlight language="config">
-ProxyPass /special-area http://special.example.com smax=5 max=10
-ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
+ProxyPass "/special-area" "http://special.example.com" smax=5 max=10
+ProxyPass "/" "balancer://mycluster/" stickysession=JSESSIONID|jsessionid nofailover=On
 </highlight>
 </section>
 
@@ -311,7 +311,7 @@ mais sans utiliser
 les expressions rationnelles pourrait ressembler &agrave; ceci :</p>
 
 <highlight language="config">
-&lt;Directory /home/*/public_html&gt;
+&lt;Directory "/home/*/public_html"&gt;
     Options Indexes
 &lt;/Directory&gt;
 </highlight>
@@ -320,7 +320,7 @@ les expressions rationnelles pourrait ressembler &agrave; ceci :</p>
 on peut interdire l'acc&egrave;s &agrave; de nombreux types de fichiers d'images
 simultan&eacute;ment :</p>
 <highlight language="config">
-+&lt;FilesMatch \.(?i:gif|jpe?g|png)$&gt;
++&lt;FilesMatch "\.(?i:gif|jpe?g|png)$"&gt;
     Require all denied
 &lt;/FilesMatch&gt;
 </highlight>
@@ -333,7 +333,7 @@ href="expr.html">expression</a> et au sein de modules comme
 <module>mod_rewrite</module>.</p>
 
 <highlight language="config">
-&lt;DirectoryMatch ^/var/www/combined/(?&lt;SITENAME&gt;[^/]+)&gt;
+&lt;DirectoryMatch "^/var/www/combined/(?&lt;SITENAME&gt;[^/]+)"&gt;
     require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 &lt;/DirectoryMatch&gt;
 </highlight>
@@ -374,7 +374,7 @@ du syst&egrave;me de fichier, ce qui peut permettre de contourner vos restrictio
 Par exemple, imaginez la configuration suivante :</p>
 
 <highlight language="config">
-&lt;Location /dir/&gt;
+&lt;Location "/dir/"&gt;
     Require all denied
 &lt;/Location&gt;
 </highlight>
@@ -405,7 +405,7 @@ localisation du syst&egrave;me de fichiers.  C'est pourquoi vous devez autant qu
 possible toujours utiliser les conteneurs de syst&egrave;me de fichiers.
 Il y a cependant une exception &agrave; cette r&egrave;gle.  Placer des restrictions de
 configuration dans un conteneur <code>&lt;Location
-/&gt;</code> est tout &agrave; fait sans rique car ce conteneur va s'appliquer &agrave;
+"/"&gt;</code> est tout &agrave; fait sans rique car ce conteneur va s'appliquer &agrave;
 toutes les requ&ecirc;tes sans tenir compte de l'URL sp&eacute;cifique.</p>
 </section>
 
@@ -538,9 +538,9 @@ sont interpr&eacute;t&eacute;es.</p>
     Les sections <directive
     type="section" module="core">Directory</directive> (groupe 1 ci-dessus)
     sont trait&eacute;es dans l'ordre du r&eacute;pertoire le plus court vers le plus long.
-    Par exemple, <code>&lt;Directory /var/web/dir&gt;</code> sera
+    Par exemple, <code>&lt;Directory "/var/web/dir"&gt;</code> sera
     trait&eacute; avant <code>&lt;Directory
-    /var/web/dir/subdir&gt;</code>.  Si plusieurs sections <directive
+    "/var/web/dir/subdir"&gt;</code>.  Si plusieurs sections <directive
     type="section" module="core">Directory</directive> s'appliquent au m&ecirc;me
     r&eacute;pertoire, elles sont trait&eacute;es selon l'ordre dans lequel elles
     apparaissent dans le fichier de configuration.
@@ -589,16 +589,16 @@ cet exemple seront appliqu&eacute;es dans l'ordre suivant : A &gt; B &gt; C &gt;
 E.</p>
 
 <highlight language="config">
-&lt;Location /&gt;
+&lt;Location "/"&gt;
     E
 &lt;/Location&gt;
 
-&lt;Files f.html&gt;
+&lt;Files "f.html"&gt;
     D
 &lt;/Files&gt;
 
 &lt;VirtualHost *&gt;
-&lt;Directory /a/b&gt;
+&lt;Directory "/a/emphasis role="bold""&gt;
     B
 &lt;/Directory&gt;
 &lt;/VirtualHost&gt;
@@ -607,7 +607,7 @@ E.</p>
     C
 &lt;/DirectoryMatch&gt;
 
-&lt;Directory /a/b&gt;
+&lt;Directory "/a/b"&gt;
     A
 &lt;/Directory&gt;
 
@@ -622,12 +622,12 @@ En d'autres termes, l'ordre de la combinaison des sections est important,
 soyez donc prudent !</p>
 
 <highlight language="config">
-&lt;Location /&gt;
+&lt;Location "/"&gt;
     Require all granted
 &lt;/Location&gt;
 
 # Arrghs!  Cette section &lt;Directory&gt; n'aura aucun effet
-&lt;Directory /&gt;
+&lt;Directory "/"&gt;
     &lt;RequireAll&gt;
         Require all granted
         Require not host badguy.example.com
index c5a267dc285b6b511409ae9d2a987832ba81e33a..216b762eb9259cfa4e18a55ab1e16824bd58fe96 100644 (file)
@@ -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: 1591196:1674126 (outdated) -->
+<!-- English Revision: 1674126 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -187,8 +187,8 @@ Cependant, &agrave; l'aide du module <module>mod_rewrite</module>, vous pouvez
 manipuler des hyperliens relatifs, pour obtenir le m&ecirc;me effet.</p>
     <highlight language="config">
 RewriteEngine on
-RewriteRule   ^/(.*)_SSL$   https://%{SERVER_NAME}/$1 [R,L]
-RewriteRule   ^/(.*)_NOSSL$ http://%{SERVER_NAME}/$1  [R,L]
+RewriteRule   "^/(.*)_SSL$"   "https://%{SERVER_NAME}/$1" [R,L]
+RewriteRule   "^/(.*)_NOSSL$" "http://%{SERVER_NAME}/$1"  [R,L]
     </highlight>
 
     <p>Ce jeu de r&egrave;gles rewrite vous permet d'utiliser des hyperliens de la
@@ -393,7 +393,7 @@ certification (CA) ?</title>
     que vous venez de g&eacute;n&eacute;rer (la sortie sera au format PEM) :<br />
        <br />
        <code><strong>$ openssl req -new -x509 -nodes -sha1 -days 365
-                      -key server.key -out server.crt</strong></code><br />
+                      -key server.key -out server.crt -extensions usr_cert</strong></code><br />
        <br />
        Cette commande signe le certificat du serveur et produit un fichier
        <code>server.crt</code>. Vous pouvez afficher les d&eacute;tails de ce
index a9374963157c9001b3f0cf7f47008c17c623c367..efc02ea8fbe103aaad05d247ddfa3cbc9d38c161 100644 (file)
@@ -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: 1635558:1673945 (outdated) -->
+<!-- English Revision: 1673945 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -47,8 +47,8 @@ Listen 443
 &lt;VirtualHost *:443&gt;
     ServerName www.example.com
     SSLEngine on
-    SSLCertificateFile /path/to/www.example.com.cert
-    SSLCertificateKeyFile /path/to/www.example.com.key
+    SSLCertificateFile "/path/to/www.example.com.cert"
+    SSLCertificateKeyFile "/path/to/www.example.com.key"
 &lt;/VirtualHost&gt;
 </highlight>
 
@@ -103,7 +103,7 @@ acc&eacute;der &agrave; une URL particuli&egrave;re ?</title>
 # soyons tr&egrave;s tol&eacute;rant a priori
 SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL
 
-&lt;Location /strong/area&gt;
+&lt;Location "/strong/area"&gt;
 # sauf pour https://hostname/strong/area/ et ses sous-r&eacute;pertoires
 # qui exigent des chiffrements forts
 SSLCipherSuite HIGH:!aNULL:!MD5
@@ -308,7 +308,7 @@ provenance de l'Internet ?</a></li>
 # contenu dans ca.crt
 SSLVerifyClient require
 SSLVerifyDepth 1
-SSLCACertificateFile conf/ssl.crt/ca.crt
+SSLCACertificateFile "conf/ssl.crt/ca.crt"
     </highlight>
 </section>
 
@@ -324,9 +324,9 @@ de <module>mod_ssl</module> en fonction du r&eacute;pertoire :</p>
 
     <highlight language="config">
 SSLVerifyClient none
-SSLCACertificateFile conf/ssl.crt/ca.crt
+SSLCACertificateFile "conf/ssl.crt/ca.crt"
 
-&lt;Location /secure/area&gt;
+&lt;Location "/secure/area"&gt;
 SSLVerifyClient require
 SSLVerifyDepth 1
 &lt;/Location&gt;
@@ -354,10 +354,10 @@ l'acc&egrave;s au reste du serveur &agrave; tous les clients ?</title>
 
     <highlight language="config">
 SSLVerifyClient      none
-SSLCACertificateFile conf/ssl.crt/ca.crt
-SSLCACertificatePath conf/ssl.crt
+SSLCACertificateFile "conf/ssl.crt/ca.crt"
+SSLCACertificatePath "conf/ssl.crt"
 
-&lt;Directory /usr/local/apache2/htdocs/secure/area&gt;
+&lt;Directory "/usr/local/apache2/htdocs/secure/area"&gt;
 SSLVerifyClient      require
     SSLVerifyDepth       5
     SSLOptions           +FakeBasicAuth
@@ -365,7 +365,7 @@ SSLVerifyClient      require
     AuthName             "Snake Oil Authentication"
     AuthType             Basic
     AuthBasicProvider    file
-    AuthUserFile         /usr/local/apache2/conf/httpd.passwd
+    AuthUserFile         "/usr/local/apache2/conf/httpd.passwd"
     Require              valid-user
 &lt;/Directory&gt;
     </highlight>
@@ -390,10 +390,10 @@ SSLVerifyClient      require
 
     <highlight language="config">
 SSLVerifyClient      none
-SSLCACertificateFile conf/ssl.crt/ca.crt
-SSLCACertificatePath conf/ssl.crt
+SSLCACertificateFile "conf/ssl.crt/ca.crt"
+SSLCACertificatePath "conf/ssl.crt"
 
-&lt;Directory /usr/local/apache2/htdocs/secure/area&gt;
+&lt;Directory "/usr/local/apache2/htdocs/secure/area"&gt;
   SSLVerifyClient      require
   SSLVerifyDepth       5
   SSLOptions           +FakeBasicAuth
@@ -419,15 +419,15 @@ aux clients de l'intranet.</title>
    s'appliquent &agrave; la fois &agrave; HTTP et HTTPS.</p>
 
     <highlight language="config">
-SSLCACertificateFile conf/ssl.crt/company-ca.crt
+SSLCACertificateFile "conf/ssl.crt/company-ca.crt"
 
-&lt;Directory /usr/local/apache2/htdocs&gt;
+&lt;Directory "/usr/local/apache2/htdocs"&gt;
 #   En dehors de subarea, seul l'acc&egrave;s depuis l'intranet est
 #   autoris&eacute;
     Require              ip 192.168.1.0/24
 &lt;/Directory&gt;
 
-&lt;Directory /usr/local/apache2/htdocs/subarea&gt;
+&lt;Directory "/usr/local/apache2/htdocs/subarea"&gt;
 #   Dans subarea, tout acc&egrave;s depuis l'intranet est autoris&eacute;
 #   mais depuis l'Internet, seul l'acc&egrave;s par HTTPS + chiffrement fort + Mot de passe
 #   ou HTTPS + chiffrement fort + certificat client n'est autoris&eacute;.
@@ -442,9 +442,9 @@ SSLCACertificateFile conf/ssl.crt/company-ca.crt
     
     #   ON oblige les clients venant d'Internet &agrave; utiliser HTTPS
     RewriteEngine        on
-    RewriteCond          %{REMOTE_ADDR} !^192\.168\.1\.[0-9]+$
-    RewriteCond          %{HTTPS} !=on
-    RewriteRule          . - [F]
+    RewriteCond          "%{REMOTE_ADDR}" "!^192\.168\.1\.[0-9]+$"
+    RewriteCond          "%{HTTPS}" "!=on"
+    RewriteRule          "." "-" [F]
     
     #   On permet l'acc&egrave;s soit sur les crit&egrave;res r&eacute;seaux, soit par authentification Basique
     Satisfy              any
@@ -456,7 +456,7 @@ SSLCACertificateFile conf/ssl.crt/company-ca.crt
     AuthType             basic
     AuthName             "Protected Intranet Area"
     AuthBasicProvider    file
-    AuthUserFile         conf/protected.passwd
+    AuthUserFile         "conf/protected.passwd"
     Require              valid-user
 &lt;/Directory&gt;
     </highlight>
index b6e1e829e4a58062b532cb239461c7ae88b98103..a8746d8a99acae4a42b353845a3de80661c3c565 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1342078:1673945 (outdated) -->
+<!-- English Revision: 1673945 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f6e3f1afa2af6a394b55885f6845c3468a38ba15..6d90b8c4a38411c6a717c7b3750d189b75628b46 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1543907:1673947 (outdated) -->
+<!-- English Revision: 1673947 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more