e LoadModule php4since you
already are using AddType.
As far as phpinfo() is concerned, save that as a .php file in your
DocumentRoot and then from a browser call it using
http://localhost/filename.php
That should return the php version..
Regards
Hari
-----Original Message-----
From: Chris
Greetings! I've been attempting to get PHP up and running with apache
here where I work. I've added the following entries to my httpd.conf file:
--BEGIN SNIP--
[EMAIL PROTECTED] chobbs]# grep php /etc/httpd/conf/httpd.conf
LoadModule php4_module libexec/libphp4.so
AddType application/x-httpd-p