The last part of my httpd.conf files looks like:
Code:
# ==> mod_php configuration settings <==
#
# PACKAGES REQUIRED: openssl-solibs (A series) and/or openssl (N series),
# mysql (AP series), gmp (L series), mhash (L series),
# and apache (N series)
#
Include /etc/apache/mod_php.conf
# ==> mod_ssl configuration settings <==
#
# PACKAGES REQUIRED: apache (N series) and openssl (N series)
#
Include /etc/apache/mod_ssl.conf
I have openssl installed, mysql, gmp, mhash, and apache.
My mod_php.conf file looks like:
Code:
# Load the PHP module:
LoadModule php4_module libexec/apache/libphp4.so
# Tell Apache to feed all *.php files through the PHP module:
AddType application/x-httpd-php .php
# This will display PHP files in colored syntax form. Use with caution.
#AddType application/x-httpd-php-source .phps
php --version returns:
PHP 4.4.7 (cli) (built: May 7 2007 21:28:07)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
My mod_ssl.conf is too long to post here, so if you want any bits and pieces let me know and I will be glad to post.
Please let me know if you have any ideas.
Thanks,
DragonM15