diff options
author | grant <grant> | 2002-08-26 00:12:46 +0000 |
---|---|---|
committer | grant <grant> | 2002-08-26 00:12:46 +0000 |
commit | 868b0fb6dfcd160a9ef0e3a19ab25097826c092c (patch) | |
tree | bf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www/ap-php4/MESSAGE | |
parent | dacfe9bba59d006e197d8b8735dce04ce0397aa2 (diff) | |
download | pkgsrc-868b0fb6dfcd160a9ef0e3a19ab25097826c092c.tar.gz |
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www/ap-php4/MESSAGE')
-rw-r--r-- | www/ap-php4/MESSAGE | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/ap-php4/MESSAGE b/www/ap-php4/MESSAGE index b7628d20ca3..69b976ad1a0 100644 --- a/www/ap-php4/MESSAGE +++ b/www/ap-php4/MESSAGE @@ -1,16 +1,14 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/02/28 06:14:45 jlam Exp $ +$NetBSD: MESSAGE,v 1.3 2002/08/26 00:12:51 grant Exp $ -To add this to your Apache server, you will need to add the following -lines to the appropriate place in your httpd.conf file: +In order to use this module in your Apache installation, you need to +add the following to your httpd.conf file: - LoadModule php4_module lib/httpd/mod_php4.so - AddModule mod_php4.c - - AddType application/x-httpd-php .php + LoadModule php4_module lib/httpd/mod_php4.so + AddType application/x-httpd-php .php You may also add following if you still use .php3 files: - AddType application/x-httpd-php .php3 + AddType application/x-httpd-php .php3 =========================================================================== |