22Nov/110
(98)Address already in use: make_sock: could not bind to address
(98)Address already in use: make_sock: could not bind to address
You might facing this problem and could not start apache after stopped it. The reason causing this problem is cause by apache are still running. Kill the process should solve the problem.
here is the solution:
type in SSH
for i in $(fuser 80/tcp);do kill -n 9 $i;done
hope that help
Link To This Page
1. Click inside the codebox2. Right-Click then Copy
3. Paste the HTML code into your webpage
codebox
Incoming search terms:
- (98)address already in use: make_sock: could not bind to address [::]:80 (11)
- (98)address already in use: make_sock: could not bind to address (6)
- (98)address already in use: make_sock (2)
- (98)address already in use: make_sock: (2)
- bind(): address already in use (code 98) (2)
- (98)address already in use (1)
- address already in use: make_sock: could not bind to address [::]:80 (98)address already in use (1)
- could not bind to address php (1)
- linux make_sock: could not bind to address (1)
- 98 address already in use make_sock could not bind to address 80 (1)
