(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 directives with UNC paths</h3><p><code>
+ <div class="example"><h3>Example DocumentRoot with UNC path</h3><p><code>
+ DocumentRoot //dochost/www/html/
+ </code></p></div>
- DocumentRoot //dochost/www/html/<br />
- <br />
+ <div class="example"><h3>Example DocumentRoot with IP address in UNC path</h3><p><code>
DocumentRoot //192.168.1.50/docs/<br />
- <br />
+ </code></p></div>
+
+ <div class="example"><h3>Example Alias and corresponding Directory with UNC path</h3><p><code>
Alias /images/ //imagehost/www/images/<br />
<br />
<Directory //imagehost/www/images/><br />
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1031312 (outdated) -->
+<!-- English Revision: 105989:1041945 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more