#/etc/init.d/httpd Start Starting httpd: (98) address already in use:make_sock:could not bind to Address [::]:80 (98) Address already in use:make_sock:could don't bind to address 0.0.0.0:80 No listening sockets available, shutting down Unable to open logs [FAILED]
# Netstat-lnp|grep TCP 0 0 192.168.180.68:61027 0.0.0.0:* LISTEN 6289/oproxyd TCP 0 0::: +:::* LISTEN 846/httpd TCP 0 0:: ffff:192.168.180.68:7001:::* LISTEN 32015/java Find PID 846 # PS 846 View # kill-9 846 Kill # ./apachectl start Startup success ***************************************************************************** Treatment methods: # Ps-aux | grep http Warning:bad syntax, perhaps a bogus '-'? See/usr/share/doc/procps-3.2.7/faq Root 12079 0.0 0.0 61164 720 pts/1 s+ 16:06 0:00 grep http # Ps-aux | grep Apache Warning:bad syntax, perhaps a bogus '-'? See/usr/share/doc/procps-3.2.7/faq Apache 10820 0.0 0.0 2044 600? Ss Jan01 0:04 Bash Root 12081 0.0 0.0 61160 716 pts/1 s+ 16:06 0:00 grep Apache # kill-9 10820 #/etc/init.d/httpd Start Starting httpd: [OK] #/etc/init.d/httpd Restart stopping httpd: [OK] Starting httpd: [OK] ********************************************************** |
Apache Boot error (98) Address already in Use:make_sock:could no bind to ...