« (98)Address already in use: make sock: could not bind to address 0.0.0.0:80 » : différence entre les versions

De Semantic MediaWiki - Sandbox

(I do this bullsh about twice a year)
(→‎Issue : chg)
Ligne 2 : Ligne 2 :
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# service apache2 start
# service apache2 start
</syntaxhighlight>
<syntaxhighlight lang="text">
[....] Starting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80
[....] Starting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
Ligne 10 : Ligne 13 :
  failed!
  failed!
</syntaxhighlight>
</syntaxhighlight>
== Mitigation ==
== Mitigation ==
; Step 1
; Step 1

Version du 23 octobre 2015 à 18:38

Issue

# service apache2 start
[....] Starting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
 failed!

Mitigation

Step 1
# netstat -ltnp | grep ':80'
tcp6       0      0 :::80                   :::*                    LISTEN      25585/apache2
Step 2
# kill -9 25585
Step 3
# service apache2 start
[ ok ] Starting web server: apache2.
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.