search for: proxytimeout

Displaying 4 results from an estimated 4 matches for "proxytimeout".

Did you mean: proxy_timeout
2008 Jul 22
1
extending 'ProxyTimeout'
...ster> BalancerMember http://localhost:3000 BalancerMember http://localhost:3001 BalancerMember http://localhost:3002 </Proxy> and I am having problems with a particular process taking longer than 2 minutes at which point the proxy seems to time out and I get an error. I added: 'ProxyTimeout 600' to the end of httpd.conf but that doesn't seem to have any impact (yes, I restarted httpd) and I'm still timing out in about 2 minutes. Any suggestions? Craig
2008 Jul 22
0
ProxyTimeout
...he Proxy (Apache 2.2.3) with mongrel_cluster and in production, I have a report that is hitting the timeout limit (sometimes, not always). It seems to limit at 2 minutes. According to Apache documentation, it should be 300 (which I presume is seconds) and so in my httpd.conf, I inserted ''ProxyTimeout 600'' and restarted Apache but it doesn''t seem to have any effect. Anyone with suggestions? (This is production and I am using backgroundrb in development so I could probably move this report to background but that doesn''t help with current production). Craig --~--~---...
2015 Oct 01
2
Off Topic - SSL reverse proxy and Mixed Content
...that it references //myserver/resource or /resource rather than http://myserver/resource but is there anything I can do with httpd to get this working until these changes are made ? Thanks for any suggestions. Below is my current VirtualHost config ProxyRequests On ProxyPreserveHost On ProxyTimeout 300 <Proxy *> Order allow,deny Allow from all </Proxy> ProxyPass / http://myserver/ ProxyPassReverse / http://myserver/
2015 Oct 06
0
Off Topic - SSL reverse proxy and Mixed Content
...Your browser, by default, may block mixed content. Otherwise, if you have working reverse proxies for http and https, there shouldn't be a problem. > Thanks for any suggestions. Below is my current VirtualHost config > > ProxyRequests On > ProxyPreserveHost On > ProxyTimeout 300 > <Proxy *> > Order allow,deny > Allow from all > </Proxy> That is a severe security problem. In a reverse proxy setup, ProxyRequests should be off, and the Proxy allow/deny section isn't needed at all.