What is proxy pass in Apache?

What is the default timeout for Apache ProxyPass?

I have a webserver running on a Ubuntu server.

I am using Apache's http proxy and the modproxy module to setup a proxy for one of the website to access certain server's pages from outside, which are not in the same subnet. I want to set the timeout on the proxy, which is currently at 10 minutes. But this value has changed every time I restarted the apache proxy service.

How can I check the current timeout setting? Here is the configuration line for ProxyPass: ProxyPass /var/www/abc.org There is no "timeout" set. It is more like a timeout setting in case the target is "ticked". So it keeps trying to connect for that period of time. In your case after 10 minutes it will fail.

Related Answers

How to configure Apache forward proxy?

This article will teach you how to configure a ProxyPass in Apache....

What is the difference between ProxyPass and proxyreversepass?

Apache has a useful feature to use as a front-end web server: a ProxyPass directi...

What is the use of ProxyPreserveHost?

When should I use the ProxyPreserveHost flag? If you have read...