Moin,

I think, the trailing slash below is not intended...

Alias /docs /var/web/

Patches added for 1.3 & 2.0 docs

nd
-- 
print "Just Another Perl Hacker";

# Andr� Malo, <http://www.perlig.de/> #
Index: manual/urlmapping.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/urlmapping.html,v
retrieving revision 1.6
diff -u -r1.6 urlmapping.html
--- manual/urlmapping.html      14 Jun 2002 02:57:00 -0000      1.6
+++ manual/urlmapping.html      17 Jul 2002 22:06:09 -0000
@@ -122,7 +122,7 @@
     with</p>
 
     <blockquote>
-      <code>Alias /docs /var/web/</code>
+      <code>Alias /docs /var/web</code>
     </blockquote>
 
     <p>the URL
Index: htdocs/manual/urlmapping.html
===================================================================
RCS file: /home/cvspublic/httpd-docs-1.3/htdocs/manual/urlmapping.html,v
retrieving revision 1.5
diff -u -r1.5 urlmapping.html
--- htdocs/manual/urlmapping.html       2 Oct 2001 11:02:58 -0000       1.5
+++ htdocs/manual/urlmapping.html       17 Jul 2002 22:42:49 -0000
@@ -119,7 +119,7 @@
     with</p>
 
     <blockquote>
-      <code>Alias /docs /var/web/</code>
+      <code>Alias /docs /var/web</code>
     </blockquote>
 
     <p>the URL
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to