Salut, J'ai un souci avec php et apache ! Aucun script en php ne fonctionne alors que �a d�marre plut�t bien dans les logs :
[Fri Apr 14 17:15:46 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU PHP/3.0.16 AuthPostgreSQL/0.7.1 AuthMySQL/2.20 configured -- resuming normal operations Un simple script tel que : <html><head><title>Exemple</title> <body> <?php echo "Banzaiiiii, �a marche now !!";?> </body></html> ne marche pas :( Il me semblait que apache n'utilisait plus srm.conf access.conf, et cron.conf mais seulement le httpd.conf...? Voici ce que j'ai rajout� dans le srm.conf : AddType application/x-httpd-php3 .phtml AddType application/x-httpd-php3-source .phps AddType application/x-httpd-php3 .php mais �videment si il n'en tiens pas compte... yop, St�f P.S : j'ai dej� fait des apache restart ...au cas ou :)

