I would like developpe and execute PHP script. So i have
installed apache to interpret PHP. In my httpd.conf file,
i verify the presence of this line :
<IfDefine HAVE_PHP4>
LoadModule php4_module /usr/lib/apache-extramodules/libphp4.so
</IfDefine>
<IfDefine HAVE_PHP4>
#AddModule /usr/src/php-devel/sapi/apache/mod_php4.c
AddModule mod_php4.c
</IfDefine>
AddType application/x-httpd-php .phpInclude conf/addon-modules/php.conf
AddType application/x-httpd-php .php
Include conf/addon-modules/php.conf
So, i think the dynamic PHP module was enabled.
But my PHP script is not interpreted. I don't understand.
My installation : Mandrake 9.1, apache-1.3.27-8mdk,
apache-conf-2.0.44-11mdk,
apache-modules-1.3.27-8mdk,
apache2-common-2.0.45-4.3mdk,
apache-suexec-1.3.27-4mdk,
libphp_common430-430-11mdk,
mod_php-4.3.1-1mdk,
php-ini-4.3.0-1mdk.
Thank for your help.
Benoit.
>> Stay informed about: Problem with PHP configuration in httpd.conf