check if http service is on port 80 by wget
# Should print back status 200 if exists wget --spider -S "http://localhost" 2>&1 | awk '/HTTP\// {print $2}'