In my setup (I'm also using Red Hat and Apache 2.0), when I compile PHP, it places libphp4.so in the modules directory (/etc/httpd/modules), which is where I would think it should be on your system, so try changing that line to:
LoadModule php4_module modules/libphp4.so
Of course, check to make sure the file is in that location first, as I could be way off. Then, restart apache and try to access your test.php script.
Long P Nguyen wrote:
OK - I tried that and what came up on the browser was the content of the test.php file.
I checked in my httpd.conf file I do have the following:
AddType application/x-httpd-php .php AddType application/x-http-php-source .phps
LoadModule php4_module libexec/libphp4.so
Any thoughts?
thank you.
-- Regards, Ben Ramsey http://benramsey.com
--------------------------------------------------- http://www.phpcommunity.org/ Open Source, Open Community Visit for more information or to join the movement. ---------------------------------------------------
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php