1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

generated files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2010-12-03 20:20:29 +00:00
parent 9776cbca44
commit bbbe953bd2
2 changed files with 8 additions and 5 deletions

View File

@@ -786,12 +786,15 @@
(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 />
&lt;Directory //imagehost/www/images/&gt;<br />

View File

@@ -1,7 +1,7 @@
<?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