Hello every one!
I tried to install all these components on my mandrake8.2 system. I got no error msg during my installation and everthing seem to be working well. But if I start my apache with ./apachectl start ther is no running process of my httpd server(got no error msg). This happens only if I activate LoadModule php4_module libexec/libphp4.so in my httpd.conf. Without activating these module, the server is working. But I con't use PHP.
I compiled my Apache2.0.36
./configure --enable-layout=Apache --enable-rewrite=shared --enable-module=so
my path is /usr/local/apache2 (layout)
PHP4.2.0
./configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache2/bin/apxs --prefix=/usr/local/apache2 --with-config-file-path=/usr/local/apache2/conf --enable-track-vars
in addition I set the mine-type in htttpd.conf
AddType application/x-httpd-php .php
What is the problem?
The same problem appears with A2.0.35, but with Apache1.3.24 it works and I have no difficulties to get a PHP and MySql respons.
Thanx, Torsten