bon j'ai refait une install toute neuve de fédora histoire d'avoir une install propre
j'ai installer PhpMyadmin; apache et Mysql j'ai recréé le fichier conf qui s'appel site1.conf
voici ce que j'obtient avec le démarage et les test
[root@localhost /]# su -
[root@localhost ~]# service httpd start
Démarrage de httpd : [ÉCHOUÉ]
[root@localhost ~]# chkconfig httpd on
[root@localhost ~]# apachectl configtest
httpd: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/annodex.conf: Cannot load /usr/lib64/httpd/modules/mod_annodex.so into server: libannodex.so.0: cannot open shared object file: No such file or directory
[root@localhost ~]#
la ligne 209 de httpd.conf est celle ci
# Load config files from the config directory "/etc/httpd/conf.d".
la ligne 1 de annodex.conf est celle ci
LoadModule annodex_module /usr/lib64/httpd/modules/mod_annodex.so
lorsque j'essai d'ouvrir le fichier /usr/lib64/httpd/modules/mod_annodex.so j'obtiens une interdiction (impossible d'ouvrir le fichier) pourtant je me suis loguer sous root pour avoir tout les droits possible.
déja maintenant il me dit ou sont les erreur reste plus qu'a savoir quoi modifier et comment..