diff options
author | darcy <darcy@pkgsrc.org> | 2005-03-30 03:25:00 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-03-30 03:25:00 +0000 |
commit | 6894e7707711bacfd145e26c28b1004c8a506825 (patch) | |
tree | d94a9435a4f461898d0672fb017ca6773fde6535 /www/ap-php | |
parent | f6c2e6f9b2767210eb50e503aaeb0b7a8c9b575f (diff) | |
download | pkgsrc-6894e7707711bacfd145e26c28b1004c8a506825.tar.gz |
Use PKG_PHP_VERSION variable in both places in the LoadModule command
instead of just for the file part.
Diffstat (limited to 'www/ap-php')
-rw-r--r-- | www/ap-php/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-php/MESSAGE b/www/ap-php/MESSAGE index dc74cef5830..5aa74204b29 100644 --- a/www/ap-php/MESSAGE +++ b/www/ap-php/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/11/04 18:42:03 jdolecek Exp $ +$NetBSD: MESSAGE,v 1.2 2005/03/30 03:25:00 darcy Exp $ In order to use this module in your Apache 1.x installation, you need to add the following to your httpd.conf file: - LoadModule php4_module lib/httpd/mod_php${PKG_PHP_VERSION}.so + LoadModule php${PKG_PHP_VERSION}_module lib/httpd/mod_php${PKG_PHP_VERSION}.so AddType application/x-httpd-php .php You may also add following if you still use .php3 files: @@ -13,7 +13,7 @@ You may also add following if you still use .php3 files: For Apache 2.x installation, you need following: - LoadModule php4_module lib/httpd/mod_php${PKG_PHP_VERSION}.so + LoadModule php${PKG_PHP_VERSION}_module lib/httpd/mod_php${PKG_PHP_VERSION}.so AddHandler application/x-httpd-php .php You may also add following if you still use .php3 files: |