>> 
>> Yes, and I think that with keep-
>>alive off, apache should not chunk >>(or at least give the option to) since 
>>>>it knows I am closing the 
>>connection
>>right after the response is finished.

>I suggest using the environment 
>variables downgrade-1.0 and 
>nokeepalive,
>maybe also no-gzip. You can set 
>them via mod_rewrite dynamically. 
>So you
>can support keep-alive for "normal" 
>requests and the other configuration
>for the CDN. Of course this will only >help, if you can determine a CDN
>request, e.g. via the user-agent, IP or >similar.

The keep alives I don't do anywhere and never much saw it as a benefit in our 
situation as we don't serve a web page to end users, but these separate js 
content wshich is like 1-3 requests per IP. Keeping those connections open  
seems like a waste.
In any case, yeah, i've been testing out the downgrade protocol for the cdn 
(they hit us on a particular VH so I can differentiate). The no-gzip probably 
won't work as if I don't pass on gzip headers then they don't pass them on to 
end-users.

Thanx,

-Tony
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to