Bonjour,

Je suis en train de mettre en place mon site web sur debian 6, mais je rencontre quelques difficultés.
En effet, mon site ne monte pas, j'ai une erreur 500.
Et dans les logs apache voilà ce que j'ai quand j'essaie d'accéder à mon site:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
[Tue Feb 05 10:11:13 2013] [error] [client 192.168.9.254] PHP Fatal error:  require(): Failed opening required './application/bootstrap.php' (include_path='/var/www/monsite.com/application/../library/Zend-1.9.3:/var/www/monsite.com/application/../library/:/var/www/monsite.com/application/../library/My:/var/www/monsite.com/application/models:.:/usr/share/php:/usr/share/pear') in /var/www/monsite.com/index.php on line 38
~
Tout marche parfaitement bien en local mais sur le serveur

Voici les droits accordé à mes fichiers sous /var/www :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
total 9768
drwxrwxrwx  4 root root    4096  5 févr. 10:10 .
drwxr-xr-x 16 root root    4096 13 janv. 14:56 ..
-rwxrwxrwx  1 root pld    17542  1 févr. 09:38 favicon.ico
-rwxrwxrwx  1 root pld      212  1 févr. 10:31 .htaccess
-rwxrwxrwx  1 root pld      141  1 févr. 12:19 index.php
drwxrwxrwx  4 root root    4096 13 janv. 15:16 mail
drwxrwxrwx 25 root root    4096  4 févr. 13:40 monsite.com
-rwxrwxrwx  1 root root      21  5 févr. 08:57 test.php
Merci d'avance pour votre aide.