Hi All!
I'm setting up a new box and I've run into a puzzling problem.
It's a a Debian Sid build box with apache 1.3.3 and php4.3.10-2.
Apache is running and loading modules via: modules.conf
The php4 module is being loaded in the modules.conf file:
Code:
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
I've got the mime type handlers for php in /etc/mime.types and httpd.conf is telling apache to look at that file for the mime types:
Code:
root@achillies:/etc# grep php mime.types
application/x-httpd-php phtml pht php
application/x-httpd-php-source phps
application/x-httpd-php3 php3
application/x-httpd-php3-preprocessed php3p
application/x-httpd-php4 php4
I got a php -i from the box that worked but then that runs the php-cli version. How can I tell if libphp.so is working? I ran /server-stat and /server-info and got the information showing that it knows about the module but it won't handle .php pages properly. It tries to send them to me instead of running them locally.
I seem to recall and AddHandler directive before but I didn't hink that was needed with the version of php I am running.
Any suggestions on what to check next?
TIA,