Before reading your post I was browsing through different posts and was trying to resolve the above mentioned error message and I have ended up in a blank page error that says[I had disabled the firewall service]
“This site can’t be reached 10.20.0.16 refused to connect.
Search Google for admin plugins
ERR_CONNECTION_REFUSED”
I’m also unable to restart my httpd service, and when I check the status for httpd I get this message
[root@webserver ~]# service httpd status
Redirecting to /bin/systemctl status httpd.service
● httpd.service – The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2018-12-26 22:23:37 PST; 30min ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 16967 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 1138 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Process: 16965 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 16965 (code=exited, status=1/FAILURE)
Dec 26 22:23:37 webserver.abc.com systemd[1]: Starting The Apache HTTP Server…
Dec 26 22:23:37 webserver.abc.com systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Dec 26 22:23:37 webserver.abc.com kill[16967]: kill: cannot find process “”
Dec 26 22:23:37 webserver.abc.com systemd[1]: httpd.service: control process exited, code=exited status=1
Dec 26 22:23:37 webserver.abc.com systemd[1]: Failed to start The Apache HTTP Server.
Dec 26 22:23:37 webserver.abc.com systemd[1]: Unit httpd.service entered failed state.
Dec 26 22:23:37 webserver. abc.com systemd[1]: httpd.service failed.
Do you have any idea what might have gone wrong?