diff options
author | grant <grant> | 2002-08-26 00:12:46 +0000 |
---|---|---|
committer | grant <grant> | 2002-08-26 00:12:46 +0000 |
commit | e510d6b5eb50e963e4dbc1634991742a3b58b955 (patch) | |
tree | bf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www/ap-gzip | |
parent | 4f2ac8f467e5f44d38491e36000a1afa58390655 (diff) | |
download | pkgsrc-e510d6b5eb50e963e4dbc1634991742a3b58b955.tar.gz |
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www/ap-gzip')
-rw-r--r-- | www/ap-gzip/MESSAGE | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/ap-gzip/MESSAGE b/www/ap-gzip/MESSAGE index 603b95aad1a..fef701e3d46 100644 --- a/www/ap-gzip/MESSAGE +++ b/www/ap-gzip/MESSAGE @@ -1,10 +1,13 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.1.1.1 2002/04/01 17:44:43 tv Exp $ +$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:49 grant Exp $ -You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following -lines in order to use this module. +In order to use this module in your Apache installation, you need to +add the following to your httpd.conf file: -LoadModule gzip_module lib/httpd/mod_gzip.so -AddModule mod_gzip.c + LoadModule gzip_module lib/httpd/mod_gzip.so + +For more information, see + + ${PREFIX}/share/doc/mod_gzip ============================================================================= |