[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache / php : un ch'tit problème



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 :)


Reply to: