• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Reverse proxy not working, 503 Error/ap_proxy_connect_backend disabling worker for (xxx.xxx.xxx.xxx)

Status
Not open for further replies.

Elliott_Veares

New Pleskian
Being relatively new to the Linux world, I don't exactly know why my reverse proxy settings are not working and have not got no idea how to resolve my issues. Nothing i have tried has worked.

The code below is from my old windows server what does not seem to be working in my new 1&1 vps server. I have the below code at the moment at the bottom of my httpd_ip_defult.conf file under /var/www/vhosts/system/mydomain.com/conf/

Code:
ProxyPass /cam                       http://xxx.xxx.xxx.xxx:8008/cam_1.png
ProxyPassReverse /cam             http://xxx.xxx.xxx.xxx:8008/cam_1.png

The following errors also show up in my vhosts error log:

Code:
[Sun Oct 12 23:30:56 2014] [error] (70007)The timeout specified has expired: proxy: HTTP: attempt to connect to xxx.xxx.xxx.xxx:8008 (xxx.xxx.xxx.xxx) failed
[Sun Oct 12 23:30:56 2014] [error] ap_proxy_connect_backend disabling worker for (xxx.xxx.xxx.xxx)

I also have mod_proxy.so , mod_proxy_http.so and mod_proxy_html.so all enabled in my main httpd.conf file at /etc/httpd/conf/

Basically, I need to fix this urgently as a core feature of my site relies on this setup.

Regards:

Elliott Veares
 
Last edited:
Status
Not open for further replies.
Back
Top