From 754d7494e6ca8a1d65daf4df1a7ec00435629282 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 24 Mar 2002 20:21:46 +0000 Subject: Add warning about relative URL in Redirect: (changed now) Submitted by: Alan Eldridge --- www/apache13/Makefile | 2 ++ www/apache13/pkg-message | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 www/apache13/pkg-message diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 0805c4e72b98..a6bada97752c 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.24 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -79,5 +80,6 @@ post-install: ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ fi + @${CAT} ${PKGMESSAGE} .include diff --git a/www/apache13/pkg-message b/www/apache13/pkg-message new file mode 100644 index 000000000000..76b79ba42849 --- /dev/null +++ b/www/apache13/pkg-message @@ -0,0 +1,4 @@ +===> COMPATIBILITY NOTE: + As of version 1.3.24, the RedirectMatch directive requires an + absolute URL target location per RFC 2068. Uses of RedirectMatch that + specify a relative URL will fail and must be corrected to function. -- cgit v1.2.3