Varnish is a great tool. You would have to pre-cache your content to minimize
first byte response time for large objects as varnish waits for the entire
response from the backend to be cached before streaming to client. If object is
in cache response times are great. I know the varnish team was
On Mon, Sep 6, 2010 at 11:42 AM, Thom Brown wrote:
> On 6 September 2010 16:10, Eric Covener wrote:
>> On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote:
>>> On 6 September 2010 12:49, Eric Covener wrote:
Is the response cacheable?
http://httpd.apache.org/docs/current/caching.htm
On 6 September 2010 16:10, Eric Covener wrote:
> On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote:
>> On 6 September 2010 12:49, Eric Covener wrote:
>>> Is the response cacheable?
>>>
>>> http://httpd.apache.org/docs/current/caching.html
>>
>> Just checked and it appears the header was returnin
On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote:
> On 6 September 2010 12:49, Eric Covener wrote:
>> Is the response cacheable?
>>
>> http://httpd.apache.org/docs/current/caching.html
>
> Just checked and it appears the header was returning no-cache in
> Cache-Control. Using CacheIgnoreNoLastM
On 6 September 2010 12:49, Eric Covener wrote:
> Is the response cacheable?
>
> http://httpd.apache.org/docs/current/caching.html
Just checked and it appears the header was returning no-cache in
Cache-Control. Using CacheIgnoreNoLastMod now. It meets all other
criteria.
>>> MCacheMaxStreamingB
Is the response cacheable?
http://httpd.apache.org/docs/current/caching.html
>> MCacheMaxStreamingBuffer 30
Is it larger than 300KB?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apach
On 2 September 2010 22:43, Thom Brown wrote:
> Hi all,
>
> I'm wondering if someone could help here. Basically what I want to do
> is provide a proxy for a video stream so that only 1 request goes to
> the destination server, but will server many people using some sort of
> caching.
>
> My virtua