From: Lucien Gentis Date: Fri, 26 Jul 2024 12:33:18 +0000 (+0000) Subject: fr doc XML file update. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ac221c38163dc0ef24c02114157cc3d2d2b0bd0;p=thirdparty%2Fapache%2Fhttpd.git fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919526 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.xml.fr b/docs/manual/platform/windows.xml.fr index ef3d452e00c..328f39fef18 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>