Re: [EMAIL PROTECTED] Cache Control

2007-01-31 Thread Ian Mac
Seems I was getting the Cache-Control: with the information from the first 'Header set Cache-Control ' but nothing from the second. With the code I quoted last I now get an initial 'Cache-Control: no-cache, max-age=86400' with any images being got 'Cache-Control: max-age=518400' Gregor Schneider

Re: [EMAIL PROTECTED] Cache Control

2007-01-31 Thread Ian Mac
I couldn't get that to work though the Live HTTP Headers extension to Firefox is very handy. In the end this is the code snippet that worked . LoadModule expires_module "modules/mod_expires.so" # turn on the module for this directory ExpiresActive on # set the default to 24 hours ExpiresDe

Re: [EMAIL PROTECTED] Cache Control

2007-01-31 Thread Ian Mac
Greg, wow, thanks for that, this looks very useful. Very much appreciated, thank you. Ian. Gregor Schneider wrote: > > Rather than looking at Ethereal, get yourself a copy of Firefox and > install the plugin "LiveHttpHeaders" > (https://addons.mozilla.org/firefox/3829/) - saved us a lot of time

Re: [EMAIL PROTECTED] Cache Control

2007-01-30 Thread Ian Mac
Thanks Gregor, I will try this. I am currently trying mod_expires but nothing seems to be different when I look on Ethereal. Ian. Gregor Schneider wrote: > > Just a shot from the hip: > > # load modules sentenvif and headers - adapt the path!!! > # > LoadModule setenvif_module /usr/lib/apach

[EMAIL PROTECTED] Cache Control

2007-01-30 Thread Ian Mac
Hi, I am new to Apache configuration and have a question regarding controlling the cache. I am using Apache to serve webpages over a satellite link and need to adjust Apache's settings so that images are not downloaded from the Apache server on every page request. I would like Apache to tell the