Re: [users@httpd] apache 2.2 and php 5 problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux