I have a website hosted on AIX server on Tomcat.
It receives its requests from another server with Apche installed on it and the server with Apache on it sets on request header as well.
Recently I upgraded the OS and some hardware on the hosting server and since then the other server where Apache is installed is unable to send any requests.
But the site is up on my end of the server.
I'm getting the error
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET/student_itr/index.html
Reason : Could not connect to the remote machine : Connection timed out
Apache/1.3.34 Server at test.forwarder.com Port 443
I think some thing might be blocking this upstream request from entering this server. How can I check the same.
What can be the probable causes for the same.