Bonjour,
Voici mon petit souci :
Hier : je modifie volontairement le fichier httpd.conf :
Listen 8000 (au lieu de Listen 80)
je relance httpd : OK ! pas de problème !
Aujourd'hui : je décide que certains services (dont httpd) ne soient pas lancés au démarrage de la machine. Je fais les modifs via le Centre de Contrôle puis je lance httpd :
[root@localhost conf]# /etc/rc.d/init.d/httpd -k start
Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:8000
no listening sockets available, shutting down
Unable to open logs
[ÉCHEC ]
[root@localhost conf]#
si je remodifie mon fichier httpd.conf ainsi :
LISTEN 80
(au lieu de LISTEN 8000)
[root@localhost conf]# /etc/rc.d/init.d/httpd -k start
Starting httpd: [ OK ]
[root@localhost conf]#
Ma question : pourquoi hier pas de problème et aujourd'hui problème ? Peut-être que le port 8000 est déjà utilisé : comment le savoir ?
D'avance merci !
:-)) Configuration: Linux Mandriva
Firefox 2.0.0.3

