Fahrvergnuugen
I am the law!
I don't know what caused it, but I just noticed that apache was not running.
Upon trying apachectl start, I got an error message saying it couldnt start, permission denied error_log.
I checked the permissions on the log files, access_log and error_log, both were rw-r--r-- owned by root/wheel. I changed both to rwxrwxrwx.
apachectl start now gives me: /usr/sbin/apachectl start: httpd started
but I still cannot access my pages via web browser. I checked the error log and found this:
[crit] (13)Permission denied: make_sock: could not bind to port 80
Two questions:
1. How the hell did this happen in the first place.
2. How do I fix the bind to port 80 problem?
Upon trying apachectl start, I got an error message saying it couldnt start, permission denied error_log.
I checked the permissions on the log files, access_log and error_log, both were rw-r--r-- owned by root/wheel. I changed both to rwxrwxrwx.
apachectl start now gives me: /usr/sbin/apachectl start: httpd started
but I still cannot access my pages via web browser. I checked the error log and found this:
[crit] (13)Permission denied: make_sock: could not bind to port 80
Two questions:
1. How the hell did this happen in the first place.
2. How do I fix the bind to port 80 problem?