From: Eric Covener
DocumentRoot "//dochost/www/html/"+
UNCList dochost + DocumentRoot "//dochost/www/html/"
DocumentRoot "//192.168.1.50/docs/"+
UNCList 192.168.1.50 + DocumentRoot "//192.168.1.50/docs/"
Alias "/images/" "//imagehost/www/images/" +diff --git a/docs/manual/platform/windows.xml.fr b/docs/manual/platform/windows.xml.fr index 65835a6e6d9..deba3bcb35f 100644 --- a/docs/manual/platform/windows.xml.fr +++ b/docs/manual/platform/windows.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/platform/windows.xml.ko b/docs/manual/platform/windows.xml.ko index b373c074ec4..608441295e3 100644 --- a/docs/manual/platform/windows.xml.ko +++ b/docs/manual/platform/windows.xml.ko @@ -1,7 +1,7 @@ - +Example Alias and corresponding Directory with UNC path
UNCList imagehost1 imagehost2 +Alias "/images/" "//imagehost/www/images/" +Alias "/images2/" "//imagehost2/www/images/" <Directory "//imagehost/www/images/"> #... +</Directory> +<Directory "//imagehost2/www/images/"> +#... </Directory>