diff options
Diffstat (limited to 'www/mod_php3/pkg-message')
-rw-r--r-- | www/mod_php3/pkg-message | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/www/mod_php3/pkg-message b/www/mod_php3/pkg-message index 03d6311ac5a9..8741171455f2 100644 --- a/www/mod_php3/pkg-message +++ b/www/mod_php3/pkg-message @@ -1,9 +1,20 @@ ***************************************************************************** -You have just installed the apache13-php3 package. +You have installed the mod_php3 package. -Have a look at the apache13-php3 port if you need additional support for -databases or SSL. +Have a look at the mod_php3 _port_ if you need additional support for +databases other than MySQL, e. g. You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/apache13-php3.tar +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php3.tar + +Make sure the mime.types are connected to the php module properly and +index.php3 is part of your DirectoryIndex. + +The following should be in your Apache configuration file: +[...] +DirectoryIndex index.php3 index.html +[...] +AddType application/x-httpd-php3 .php3 +AddType application/x-httpd-php3-source .php3s +[...] ***************************************************************************** |