Apache [error] (13)Permission denied: proxy: HTTP: attempt to connect to 127.0.0.1:x (localhost) fai
by Jay Mahoney

Error:
Apache [error] (13)Permission denied: proxy: HTTP: attempt to connect to 127.0.0.1:8080 (*) failed

Could be due to SELinux:
Solution: Run following command
# /usr/sbin/setsebool httpd_can_network_connect 1
OR
# /usr/sbin/setsebool httpd_can_network_connect true

Copyright by techTips