> Joshua Skains wrote:
>
> I am deeply sorry for asking an off topic question, but this is the
> only group I am a member of at this time and need someone to send me
> to the right group if possible.
Have a look in http://marc.theaimsgroup.com/ and see if you find a group
that seems more appropriate.
>
> I need some advice on apache directives or webpage tags to stop cache
> servers like AOL users from overcaching our website so that it has a
> mess every time we update the pages.
>
You could try sending "Pragma: no-cache" in the HTTP header. This is
supposed to instruct the browser not to cache the incoming file.
However, it is up to the browser whether it does this or not.
To implement this you must have mod_header installed, then use the
directive:
Header append Pragma "no-cache"
This is all in the apache online manual, by the way.
Rgds,
Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]