diff options
author | ache <ache@FreeBSD.org> | 2002-03-25 04:21:46 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-03-25 04:21:46 +0800 |
commit | ca846c0520122b8bbe6d2feded96f3a90b9a9060 (patch) | |
tree | 9a015367c6ee831fb72543c91098f5e45eca3ce7 /www/apache13 | |
parent | f240c8505aa15f4e9e55da5ed0f40b22e00b428c (diff) | |
download | freebsd-ports-graphics-ca846c0520122b8bbe6d2feded96f3a90b9a9060.tar.gz freebsd-ports-graphics-ca846c0520122b8bbe6d2feded96f3a90b9a9060.tar.zst freebsd-ports-graphics-ca846c0520122b8bbe6d2feded96f3a90b9a9060.zip |
Add warning about relative URL in Redirect: (changed now)
Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 2 | ||||
-rw-r--r-- | www/apache13/pkg-message | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 0805c4e72b9..a6bada97752 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 00000000000..76b79ba4284 --- /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. |