Permissions issue?
Thanks for this excellent tutorial. However, when I get to the step where you do:
Now open your web browser, and go to http://php56.apache.localhost, you should see the output from phpinfo() showing PHP 5.6.29 is installed.
I get this 403 response:
Forbidden
You don't have permission to access / on this server.
I've spent some time trying to debug, but Apache is a wily beast...there doesn't seem to be any error log getting generated...other info:
which apachectl
returns
/usr/local/bin/apachectl
but
httpd --help
returns:
(13)Permission denied: AH00072: make_sock: could not bind to address [::]:80 (13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs
Any suggestions?
thanks, rick