apache could not bind to address

Apache - Address already in use: make_sock: could not bind to address

 

[root@asdf bin]# fuser 80/tcp
here: 80
80/tcp:              23500 23503 23504 23505 23506 23507
[root@asdf bin]# kill -n 9 23500
[root@asdf bin]# kill -n 9 23503
[root@asdf bin]# kill -n 9 23504
[root@asdf bin]# kill -n 9 23505
[root@asdf bin]# kill -n 9 23506
[root@asdf bin]# kill -n 9 23507
[root@asdf bin]# apachectl start

你可能感兴趣的:(apache)