diff options
author | Lucien Gentis <lgentis@apache.org> | 2024-07-26 14:34:19 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2024-07-26 14:34:19 +0200 |
commit | 259cf95e356496714f2ba564d147609e86c7e158 (patch) | |
tree | 19aea49afbef683b47d50b7387fc7e0ff1a75803 /docs | |
parent | fr doc XML file update. (diff) | |
download | apache2-259cf95e356496714f2ba564d147609e86c7e158.tar.xz apache2-259cf95e356496714f2ba564d147609e86c7e158.zip |
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/platform/windows.html.fr.utf8 | 13 | ||||
-rw-r--r-- | docs/manual/platform/windows.xml.meta | 2 |
2 files changed, 11 insertions, 4 deletions
diff --git a/docs/manual/platform/windows.html.fr.utf8 b/docs/manual/platform/windows.html.fr.utf8 index 7c56506e68..030029cb3b 100644 --- a/docs/manual/platform/windows.html.fr.utf8 +++ b/docs/manual/platform/windows.html.fr.utf8 @@ -666,17 +666,24 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]</pre> restriction due aux associations de lettres de lecteur, mais leur utilisation est déconseillée).</p> - <div class="example"><h3>Exemple de DocumentRoot avec chemin UNC</h3><pre class="prettyprint lang-config">DocumentRoot "//dochost/www/html/"</pre> + <div class="example"><h3>Exemple de DocumentRoot avec chemin UNC</h3><pre class="prettyprint lang-config"> UNCList dochost + DocumentRoot "//dochost/www/html/"</pre> </div> - <div class="example"><h3>Exemple de DocumentRoot avec adresse IP dans le chemin UNC</h3><pre class="prettyprint lang-config">DocumentRoot "//192.168.1.50/docs/"</pre> + <div class="example"><h3>Exemple de DocumentRoot avec adresse IP dans le chemin UNC</h3><pre class="prettyprint lang-config"> UNCList 192.168.1.50 + DocumentRoot "//192.168.1.50/docs/"</pre> </div> <div class="example"><h3>Exemple d'Alias et répertoire correspondant avec - chemin UNC</h3><pre class="prettyprint lang-config">Alias "/images/" "//imagehost/www/images/" + chemin UNC</h3><pre class="prettyprint lang-config">UNCList imagehost1 imagehost2 +Alias "/images/" "//imagehost/www/images/" +Alias "/images2/" "//imagehost2/www/images/" <Directory "//imagehost/www/images/"> #... +</Directory> +<Directory "//imagehost2/www/images/"> +#... </Directory></pre> </div> diff --git a/docs/manual/platform/windows.xml.meta b/docs/manual/platform/windows.xml.meta index 166e6d7d31..df994e4ed6 100644 --- a/docs/manual/platform/windows.xml.meta +++ b/docs/manual/platform/windows.xml.meta @@ -8,7 +8,7 @@ <variants> <variant>en</variant> - <variant outdated="yes">fr</variant> + <variant>fr</variant> <variant outdated="yes">ko</variant> </variants> </metafile> |