Re: [us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-10 Thread Jenny Brown
/ where should I look? Jenny Brown - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-10 Thread Jenny Brown
in an error state with no timeout. I changed it to 0 on my dev server, retested, and it works beautifully. Once I bring Tomcat back up, Apache recovers right away. This is the behavior I wanted. Thanks for the help! Problem solved. Jenny Brown On Wed, Jun 10, 2009 at 2:31 PM, André Warniera

Re: [us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-09 Thread Jenny Brown
know. Likewise if that's not the issue, I'm back to the drawing board on it. Thanks for the ideas. Jenny Brown On Mon, Jun 8, 2009 at 1:13 PM, André Warniera...@ice-sa.com wrote: Jenny Brown wrote: On Mon, Jun 8, 2009 at 12:50 PM, Jenny Brownskyw...@gmail.com wrote: What you should really try

Re: [us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-09 Thread Jenny Brown
setting in the response that affects results? I'm still puzzled. Thanks. Jenny Brown On Tue, Jun 9, 2009 at 3:37 PM, Jenny Brownskyw...@gmail.com wrote: Regarding the possibility of hung AJP sockets: That's an interesting question.  I have a dev environment where I could test it out

[us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-08 Thread Jenny Brown
to wait for the httpd cache to expire before I can reach the tomcat manager page - especially on systems with other users where I can't just avoid hitting the page while it's down. If any user hits it, the message gets cached. Thank you! Jenny Brown

Re: [us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-08 Thread Jenny Brown
On Mon, Jun 8, 2009 at 12:10 PM, André Warniera...@ice-sa.com wrote: Jenny Brown wrote: ... Just to get better answers, can you provide some additional information, such as - which Apache are you talking about (version) ? Apache/2.2.3 built Nov 12, 2008 - which Tomcat (version) ? 6.0.18

Re: [us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-08 Thread Jenny Brown
/ in another window (routes through apache, then ajp to tomcat) and see 503 -- at the same time. That is, tomcat is up, the manager web app is answering requests, and I can interact with it normally, for a significant amount of time, while apache continues to say it can't get to it. Jenny Brown