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
> > worke
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:
> > >
> > &
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?
Thanks,
> 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
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 U
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
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 ne