24

Oct/12

Apache 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

11

Oct/10

Bash Sleep vs. Wait

Both commands sound like they do the same thing but they are used in very different ways Sleep Stops script execution for a specified amount of time in seconds e.g sleep 30 will stop the script for 30 seconds before … Continue reading