summaryrefslogtreecommitdiffstats
path: root/docs/manual/platform/windows.html.en.utf8
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2024-07-23 14:56:13 +0200
committerEric Covener <covener@apache.org>2024-07-23 14:56:13 +0200
commit18d5c79993703380a7bcafb15aab4c4be63a4e33 (patch)
treefa02f399f95ff170996da313d824bd3df590b986 /docs/manual/platform/windows.html.en.utf8
parentuse UNCList in UNC examples (diff)
downloadapache2-18d5c79993703380a7bcafb15aab4c4be63a4e33.tar.xz
apache2-18d5c79993703380a7bcafb15aab4c4be63a4e33.zip
xforms
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/platform/windows.html.en.utf8')
-rw-r--r--docs/manual/platform/windows.html.en.utf815
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/manual/platform/windows.html.en.utf8 b/docs/manual/platform/windows.html.en.utf8
index 98c956f42d..5d7eda8986 100644
--- a/docs/manual/platform/windows.html.en.utf8
+++ b/docs/manual/platform/windows.html.en.utf8
@@ -613,16 +613,23 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]</pre>
(Arcane and error prone procedures may work around the restriction
on mapped drive letters, but this is not recommended.)</p>
- <div class="example"><h3>Example DocumentRoot with UNC path</h3><pre class="prettyprint lang-config">DocumentRoot "//dochost/www/html/"</pre>
+ <div class="example"><h3>Example DocumentRoot with UNC path</h3><pre class="prettyprint lang-config"> UNCList dochost
+ DocumentRoot "//dochost/www/html/"</pre>
</div>
- <div class="example"><h3>Example DocumentRoot with IP address in UNC path</h3><pre class="prettyprint lang-config">DocumentRoot "//192.168.1.50/docs/"</pre>
+ <div class="example"><h3>Example DocumentRoot with IP address in UNC path</h3><pre class="prettyprint lang-config"> UNCList 192.168.1.50
+ DocumentRoot "//192.168.1.50/docs/"</pre>
</div>
- <div class="example"><h3>Example Alias and corresponding Directory with UNC path</h3><pre class="prettyprint lang-config">Alias "/images/" "//imagehost/www/images/"
+ <div class="example"><h3>Example Alias and corresponding Directory with UNC path</h3><pre class="prettyprint lang-config">UNCList imagehost1 imagehost2
+Alias "/images/" "//imagehost/www/images/"
+Alias "/images2/" "//imagehost2/www/images/"
&lt;Directory "//imagehost/www/images/"&gt;
#...
+&lt;/Directory&gt;
+&lt;Directory "//imagehost2/www/images/"&gt;
+#...
&lt;/Directory&gt;</pre>
</div>
@@ -661,7 +668,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/trunk/platform/windows.h
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2023 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2024 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();