Re: [EMAIL PROTECTED] Error: proxy: ap_get_scoreboard_lb(90) failed in child

2007-08-14 Thread Fred Tyler
On 8/14/07, Fred Tyler [EMAIL PROTECTED] wrote: On 8/13/07, Vincent Bray [EMAIL PROTECTED] wrote: On 13/08/07, Fred Tyler [EMAIL PROTECTED] wrote: I'm getting a lot of the following errors in my system logs: [error] proxy: ap_get_scoreboard_lb(90) failed in child 20394 for worker

Fwd: [EMAIL PROTECTED] Error: proxy: ap_get_scoreboard_lb(90) failed in child

2007-08-14 Thread Fred Tyler
On 8/13/07, Vincent Bray [EMAIL PROTECTED] wrote: On 13/08/07, Fred Tyler [EMAIL PROTECTED] wrote: I'm getting a lot of the following errors in my system logs: [error] proxy: ap_get_scoreboard_lb(90) failed in child 20394 for worker http://localhost:83/ [error] proxy

[EMAIL PROTECTED] Error: proxy: ap_get_scoreboard_lb(90) failed in child

2007-08-13 Thread Fred Tyler
I'm getting a lot of the following errors in my system logs: [error] proxy: ap_get_scoreboard_lb(90) failed in child 20394 for worker http://localhost:83/ [error] proxy: ap_get_scoreboard_lb(91) failed in child 20393 for worker proxy:reverse Anyone know where these could be coming from?

Re: [EMAIL PROTECTED] Disabling the Vary header / Potential repercussions

2007-05-04 Thread Fred Tyler
2. Add SetEnv force-no-vary to httpd.conf. The problem with this is that it also degrades the connection to HTTP/1.0, which presumably has the side effect of killing HTTP pipelining. On a heavily trafficked site with a lot of small files requested on each page view, this is not a good

[EMAIL PROTECTED] Disabling the Vary header / Potential repercussions

2007-05-03 Thread Fred Tyler
Hi, I'm faced with a long-standing problem that has recently become a whole lot worse for me: It's the case of the Vary header preventing caching in Internet Explorer, which causes no end of problems when it is triggered via mod_negotiation. I use mod_negotiation extensively, not to actually

[EMAIL PROTECTED] Getting rid of Vary -- Follow-up

2007-05-03 Thread Fred Tyler
Well, it turns out that getting rid of Vary within mod_negotiation isn't as straightforward as I'd hoped, so I've gone and change http_protocol.c in version 1.3.37 and http_filters.c in 2.2.4 so that setting force-no-vary does not fall back to HTTP/1.0. The only way I plan to use force-no-vary

[EMAIL PROTECTED] Getting rid of Vary by altering mod_negotiation.c

2007-05-03 Thread Fred Tyler
Sorry for all the followups, but I wanted to post one this last modification for comments. Below you'll see the change I made to mod_negotiation.c that prevents it from appending the Vary, TCN, and Content-Location headers. Since I am only using mod_negotiation to allow me to use extension-less