diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-07 01:53:14 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-07 01:53:14 +0000 |
commit | 5008ac84cd98d93a7f345ac3f53d97babddfe847 (patch) | |
tree | cb7ab1d157c660db4cd7453ee79f7c79a9497c1a /www/apache2 | |
parent | 866036dc8085557514d394ec9ac7dbd17e478592 (diff) | |
download | ports-5008ac84cd98d93a7f345ac3f53d97babddfe847.tar.gz ports-5008ac84cd98d93a7f345ac3f53d97babddfe847.zip |
Notes
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 6b911bf6d6c1..8e41837a4172 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.19 1996/10/31 17:42:13 markm Exp $ +# $Id: Makefile,v 1.20 1996/11/07 01:49:46 ache Exp $ # DISTNAME= apache_1.1.1 @@ -14,9 +14,12 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org # User-controlled variables list -# CHARSET_ACHE - add charset negotiation to .var files and charset guessing -# DIR_ACHE - add SuppressHTMLPreamble option to directory index -# ALL_ACHE - both patches from above +# CHARSET_ACHE - add charset negotiation to .var files and charset guessing +# see http://www.nagual.ru/~ache/apache_var.html +# DIR_ACHE - add SuppressHTMLPreamble option to directory index +# see http://www.nagual.ru/~ache/apache_dir.html +# ALL_ACHE - both patches from above +# # SECURE_SERVER - build Apache with SSL .if defined(ALL_ACHE) |