From 96de15b1af65d0e80f44c49f9a0bd23dc2bd6ca3 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 13 May 2001 17:56:37 +0000 Subject: [PATCH] Hmmm, two answers for the price of one. Add the trailing-slash caviat to the docs. Now to backport this better explanation to 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89105 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf | 4 +++- docs/conf/httpd-win.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index bd1559ff39..597b977226 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -464,7 +464,9 @@ ServerSignature On # # 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/" diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 17343ac3b1..fffa3e600b 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -406,7 +406,9 @@ ServerSignature On # # 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/" -- 2.40.0