Salut à tous,
j'ai installé centOS, apache puis php et je recontre un soucis sur mes pages php (php non interprété, page blanche):

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
[root@localhost html]# tail -f /var/log/httpd/error_log 
[Mon Apr 15 18:59:07 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 configured -- resuming normal operations
[Mon Apr 15 18:59:25 2013] [error] [client ::1] PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0
[Mon Apr 15 18:59:25 2013] [error] [client ::1] PHP Fatal error:  Unknown: Failed opening required '/var/www/html/test/test.php' (include_path='.:/usr/share/php:/apps/php') in Unknown on line
J'ai effectué les vérifications suivantes :
*apache est bien démarré, je peux accéder à des fichier html via localhost/test.html
*les permissions sont bonnes (777 pour test)

Quelqu'un sait il comment fixer ça ?
merci d'avance,
ben