Re: [squid-users] Add Specific Header ?

2007-05-11 Thread Matus UHLAR - fantomas
On 09.05.07 19:36, Seonkyu Park wrote: > My Apache web server add some header when download avi files. ... > >Header set Cache-Control "no-store, nocache, must-revalidate" > should be a bit more efficient. But why do you want all videos not to be cached? Do you need to generate outgoi

Re: [squid-users] Add Specific Header ?

2007-05-09 Thread Henrik Nordstrom
ons 2007-05-09 klockan 19:36 +0900 skrev Seonkyu Park: > I use squid for server accelerator. > > How do I configure Squid.conf same as apache.conf ? > > ( add Header no-store,nocache,must-revalidate to "avi" ) Best option: Make your web server add them, then override the meaning of these with

[squid-users] Add Specific Header ?

2007-05-09 Thread Seonkyu Park
Hello Everyone. My Apache web server add some header when download avi files. -- example apache.conf Header set Cache-Control "no-store, nocache, must-revalidate" -