What could be preventing me from connecting to a local webserver?
The server is running, I see several instances of httpd running under user apache. When I try to point my browser to "localhost", I get:
Firefox can't establish a connection to the server at localhost.
I get the same result for 127.0.0.1 of course.
I do know that I have a firewall running, but I am not sure if that is the problem or not.
You should check
systemctl status httpd
,journalctl -u httpd
,/var/log/httpd/access_log
and/var/log/httpd/error_log
. Update your answer with the relevant bits (not an overwhelming amount, please :) and we'll help interpret them. The firewall doesn't restrict localhost access, unless you've made a special effort.No obvious clues here... did you put something in /etc/httpd/conf.d/ that should be working?