24
Oct/12Apache 2 Error “(98)Address already in use”
Overview I performed a reboot of my server running Apache 2 with SSL and found the sites were not loading when it came back up. Once the server was backup I assumed Apache had already started but none of the … Continue reading
17
Aug/11Netstat By Port
netstat -tulpn| grep :80 where 80 is the port number Apache Address already in use: make_sock: could not bind to port 80 or 443 error and solution
20
Jul/11Linux – List Open Ports
Command to list all the ports that are open / listening for incoming traffic: $netstat -a | egrep ‘Proto|LISTEN’