I 've just read the news about php & debian and nobody stoped so soon as I did.
I installed apache, and php, mysql, phpmyadmin.
I tried :
/etc/init.d/mysql start ...ok and then
/usr/sbin/apachectl start ...already running .... ok
I tried with konqueror http://www/localhost ....ok
My php.ini is in /etc/php4/apache/php.ini
I didn't make any change in it.
in httpd.conf I verify the following lines are commented out :
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php3-source .phps
In this file (httpd.conf) DocumentRoot is /var/www/
I moved test.php4 in /var/www/
I did chgrp 1086 /var/www/
and chown 1086 /var/www/
and then /usr/sbin ..... apachectl configtest ....ok
and then /usr/sbin.... apachectl graceful (or restart) ... ok
and when I got to the url http://www/test.php Apache says that the files can't be found....
:(