]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Hmmm... the 2.0 versions are still easier to read, but this seems
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 13 May 2001 17:59:50 +0000 (17:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 13 May 2001 17:59:50 +0000 (17:59 +0000)
  finally pretty clear.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89106 13f79535-47bb-0310-9956-ffa450edef68

conf/httpd.conf-dist
conf/httpd.conf-dist-nw
conf/httpd.conf-dist-win

index a3c1a89932c225ae9f6e7a8921be17094bd82b45..eed273dda04dea8cf94296ff530118921ddaa6ad 100644 (file)
@@ -525,16 +525,15 @@ ServerSignature On
 #
 # Aliases: Add here as many aliases as you need (with no limit). The format is 
 # Alias fakename realname
-# If fakename is slash-terminated [the alias is only found when the request is
-# slash-terminated] then the realname must be slash terminated, if the fakename
-# omits the trailing slash, the realname must also omit the trailing slash.
 #
 <IfModule mod_alias.c>
 
     #
     # Note that if you include a trailing / on fakename then the server will
     # require it to be present in the URL.  So "/icons" isn't aliased in this
-    # example, only "/icons/"..
+    # example, only "/icons/".  If the fakename is slash-terminated, then the 
+    # realname must also be slash terminated, and if the fakename omits the 
+    # trailing slash, the realname must also omit it.
     #
     Alias /icons/ "@@ServerRoot@@/icons/"
 
index 18642a72af36929bca266324c9c74c14729c919a..d58e3f7cec95f4e21fee29e329d045b094aa2c53 100644 (file)
@@ -459,16 +459,15 @@ ServerSignature On
 #
 # Aliases: Add here as many aliases as you need (with no limit). The format is 
 # Alias fakename realname
-# If fakename is slash-terminated [the alias is only found when the request is
-# slash-terminated] then the realname must be slash terminated, if the fakename
-# omits the trailing slash, the realname must also omit the trailing slash.
 #
 <IfModule mod_alias.c>
 
     #
     # Note that if you include a trailing / on fakename then the server will
     # require it to be present in the URL.  So "/icons" isn't aliased in this
-    # example, only "/icons/"..
+    # example, only "/icons/".  If the fakename is slash-terminated, then the 
+    # realname must also be slash terminated, and if the fakename omits the 
+    # trailing slash, the realname must also omit it.
     #
     Alias /icons/ "sys:/apache/icons/"
 
index 3612314f8f4c3bafda389aaa8240911e439f42d2..5934a08f93e8841423b4d7892ed9ba0823a81463 100644 (file)
@@ -528,16 +528,15 @@ ServerSignature On
 #
 # Aliases: Add here as many aliases as you need (with no limit). The format is 
 # Alias fakename realname
-# If fakename is slash-terminated [the alias is only found when the request is
-# slash-terminated] then the realname must be slash terminated, if the fakename
-# omits the trailing slash, the realname must also omit the trailing slash.
 #
 <IfModule mod_alias.c>
 
     #
     # Note that if you include a trailing / on fakename then the server will
     # require it to be present in the URL.  So "/icons" isn't aliased in this
-    # example, only "/icons/"..
+    # example, only "/icons/".  If the fakename is slash-terminated, then the 
+    # realname must also be slash terminated, and if the fakename omits the 
+    # trailing slash, the realname must also omit it.
     #
     Alias /icons/ "@@ServerRoot@@/icons/"