Error in the Apache error.log
Apache Address already in use: make_sock: could not bind to port xxxx
Find the process which is using the port:
netstat -tulpn| grep :xxxxx
Kill the process:
kill -9 httpd
Did this post help you in any way can you please leave a comment? This will motivate me writing more posts.
Thursday, June 10, 2010
Subscribe to:
Posts (Atom)