From: Lucien Gentis Date: Fri, 26 Jul 2024 12:35:11 +0000 (+0000) Subject: fr doc XML file update. X-Git-Tag: 2.4.63-candidate~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73794c6d918f6c6e5379f37c3980c11cadfba4d;p=thirdparty%2Fapache%2Fhttpd.git fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919528 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.xml.fr b/docs/manual/platform/windows.xml.fr index deba3bcb35f..0651fbb9077 100644 --- a/docs/manual/platform/windows.xml.fr +++ b/docs/manual/platform/windows.xml.fr @@ -1,7 +1,7 @@ - + @@ -674,12 +674,14 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L] Exemple de DocumentRoot avec chemin UNC + UNCList dochost DocumentRoot "//dochost/www/html/" Exemple de DocumentRoot avec adresse IP dans le chemin UNC + UNCList 192.168.1.50 DocumentRoot "//192.168.1.50/docs/" @@ -687,10 +689,16 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L] Exemple d'Alias et répertoire correspondant avec chemin UNC + +UNCList imagehost1 imagehost2 Alias "/images/" "//imagehost/www/images/" +Alias "/images2/" "//imagehost2/www/images/" <Directory "//imagehost/www/images/"> #... +</Directory> +<Directory "//imagehost2/www/images/"> +#... </Directory>