Problème:
Après un redémarrage, le service d'apache ne peut plus être lancé. Dans le journal Application de Windows, on trouve les erreurs suivantes:
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Desciption:
The Apache service named reported the following error:
>>> Unable to open logs .
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Desciption:
The Apache service named reported the following error:
>>> no listening sockets available, shutting down .
The Apache service named reported the following error:
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Desciption:
>>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.104
for ServerName .
Solution:
Dans mon cas, c'était skype qui utilisait le port 80. J'ai arrété Skype et le service Apache s'est lancé sans problème. Pour trouver la solution j'ai utilisé l'utilitaire TCPview de sysinternals
Après un redémarrage, le service d'apache ne peut plus être lancé. Dans le journal Application de Windows, on trouve les erreurs suivantes:
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Desciption:
The Apache service named reported the following error:
>>> Unable to open logs .
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Desciption:
The Apache service named reported the following error:
>>> no listening sockets available, shutting down .
The Apache service named reported the following error:
Event Type: Error
Event Source: Apache Service
Event Category: None
Event ID: 3299
Desciption:
>>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.104
for ServerName .
Solution:
Dans mon cas, c'était skype qui utilisait le port 80. J'ai arrété Skype et le service Apache s'est lancé sans problème. Pour trouver la solution j'ai utilisé l'utilitaire TCPview de sysinternals
Commentaires