Hi Rainier & Nick

Thanks for your help with this. I figured out the problem. It was the code in the httpd.conf file for the php5 that was wrong.

Originally line read:

LoadModule php5_module        modules/libphp5.so

I changed this line to:

LoadModule php5_module        libexec/libphp5.so

and added the following code (which I originally forgot to add):

<IfModule mod_php5.c>
 AddType application/x-httpd-php .php .phtml
 AddType application/x-httpd-php-source .phps
</IfModule>

Once I did these 2 things, my httpd -t command now works again and I get the OK status.

Thanks again
Kenny

At 08:05 PM 5/1/2006 +0200, you wrote:
On Mon, May 01, 2006 at 02:00:08PM -0400, Ken Murach wrote:

>    BASEDIR:  /usr/local

Remember your ldd's output:

        libxml2.so.2 =>  /lib/libxml2.so.2

You see?

Rainer

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to