Forum Moderators: phranque

Message Too Old, No Replies

Apache will not talk to php

         

fzx5v0

11:45 am on Jun 30, 2006 (gmt 0)

10+ Year Member



Hi

I have just rebuilt my webserver and installed php-4.3.10 of fedora core 4 and apache 2

here is my httpd.conf
LoadModule php4_module /usr/lib/httpd/modules/libphp4.so
AddHandler php4-script php

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

no errors when you start apache

can anyone advise as i can get php 5 to work but have lots of php4 scripts

thanks

fzx5v0

11:54 am on Jun 30, 2006 (gmt 0)

10+ Year Member



sorry it is php-4.3.11

coopster

11:16 pm on Jun 30, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



What is not "working"?

fzx5v0

4:59 pm on Jul 1, 2006 (gmt 0)

10+ Year Member



apache will not send the php4 scipt to be processed.
have now changed my site and installed php 5 and this seems to be working now ok