okay, i have a mythtv computer under my server. i am trying to set up a proxy server on the webserver to send to my mythtv computer.
i put mythweb on the mythtv computer via yum (fc20) and put apache on it. i went to the ip address/mythweb and everything works fine. i got mythweb and all, it was beautiful.
i went to my server (fc17) opened up httpd.conf and entered
Code:
ProxyPass /mythweb/ http://ipaddress:80 retry=0
ProxyPassReverse (same as above)
and it does not work. i have spend approx 4 hours googling and trying to figure this out and cannot.
from /var/log/httpd/error_log on my server
Code:
[Mon Jul 14 19:20:41 2014] [error] ap_proxy_connect_backend disabling worker for (ipaddress)
[Mon Jul 14 19:41:38 2014] [notice] caught SIGTERM, shutting down
[Mon Jul 14 19:41:38 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jul 14 19:41:38 2014] [notice] Digest: generating secret for digest authentication ...
[Mon Jul 14 19:41:38 2014] [notice] Digest: done
[Mon Jul 14 19:41:38 2014] [notice] Apache/2.2.23 (Unix) DAV/2 configured -- resuming normal operations
[Mon Jul 14 19:41:41 2014] [error] (111)Connection refused: proxy: HTTP: attempt to connect to ipaddress:80 (ipaddress) failed
[Mon Jul 14 19:41:41 2014] [error] ap_proxy_connect_backend disabling worker for (ipaddress)
[Mon Jul 14 19:53:19 2014] [error] (111)Connection refused: proxy: HTTP: attempt to connect to ipaddress:80 (ipaddress) failed
[Mon Jul 14 19:53:19 2014] [error] ap_proxy_connect_backend disabling worker for (ipaddress)
(i did change the ip address of the computer to ipaddress. it probably doesnt matter but...)
i am pretty sure the issue is with my webserver not the mythtv computer. i cannot figure this out. while i do work a decent amount with apache, i dont do proxies that much and i have no idea why it is speaking of digest, i have no password set.