J'ai aussi une erreur lorsque je veux redémarrer le service httpd :
[root@localhost install]# service httpd restart
Shutting down httpd: [ OK ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address 172.20.13.245:80
no listening sockets available, shutting down
Unable to open logs
[ECHEC ]
[root@localhost install]#
Et lorsque que je retape cette commande tout marche impeccable !
[root@localhost install]# service httpd restart
Starting httpd: [ OK ]
[root@localhost install]#
Voici un extrait des logs de Apache (error log) au moment du service httpd restart (celui qui marche) :
[Thu Sep 06 11:04:52 2007] [notice] core dump file size limit raised to 4294967295 bytes
[Thu Sep 06 11:04:53 2007] [notice] Digest: generating secret for digest authentication ...
[Thu Sep 06 11:04:53 2007] [notice] Digest: done
[Thu Sep 06 11:04:54 2007] [notice] FastCGI: process manager initialized (pid 17365)
[Thu Sep 06 11:04:54 2007] [notice] Apache/2.2.4 (Mandriva Linux/PREFORK-6.2mdv2007.1) PHP/5.2.1 with Suhosin-Patch PHP/4.4.6 with Suhosin-Patch mod_fastcgi/mod_fastcgi-SNAP-0404142202 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations


