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
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
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"
-