summaryrefslogtreecommitdiff
path: root/www/apache13
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-03-24 20:21:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-03-24 20:21:46 +0000
commit754d7494e6ca8a1d65daf4df1a7ec00435629282 (patch)
treedfb0cc587813f4ba155ee46cb55a5d692ddaa66c /www/apache13
parentSay hello to the Electric Sheep distributed screensaver. (diff)
Add warning about relative URL in Redirect: (changed now)
Submitted by: Alan Eldridge <alane@geeksrus.net>
Notes
Notes: svn path=/head/; revision=56556
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile2
-rw-r--r--www/apache13/pkg-message4
2 files changed, 6 insertions, 0 deletions
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 <bsd.port.mk>
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.