Re: [us...@httpd] implementing an SLA for a request in apache

2009-07-06 Thread Neal Richter
On Mon, Jul 6, 2009 at 4:39 AM, Krist van Besien wrote: > ProxyTimeout 300 > ErrorDocument 504 /errorpages/504.html Thanks. I looked at this. ProxyTimeout does not accept anything less than 1 second. I need timeouts after 700-800ms. The ErrorDocument preserves the error's return code.. I'd lik

[us...@httpd] implementing an SLA for a request in apache

2009-07-03 Thread Neal Richter
Hi, Here's a problem I'd like to solve. Configure apache to receive a request and proxy/forward it off to a backend app server (tomcat) .. wait a specified period of time .. and no response is received send back a static file or a return code like 204. Essentially it's a combination between