Caching

I apologize for this question, as it seems I should know the answer or
be able to find it. I’m making changes to file in:

/opt/rt3/local/html/Elements

such as index.html (after moving it from share to local).

The problem is that even after making changes, and restarting apache,
I’m getting an old version of the file. I assume this is Mason/fastcgi
caching, but I cannot figure out how/why. I have stopped/started
apache, closed browsers, search wiki and email archives. Restarting
apache usually works, so I am at a lost.

Ideas?

Thank you.

-Brandon

OK, I found that removing the cached file from:

        /opt/rt3/var/mason_data/obj/standard

solved my caching issue, but I am still not sure why they are getting
cache there so long, when they are outdated. Can anyone provide some
insight into how to clear this?

Thank you.From: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Brandon
Pulsipher
Sent: Wednesday, May 11, 2005 1:53 PM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] Caching

I apologize for this question, as it seems I should know the answer or
be able to find it. I’m making changes to file in:

/opt/rt3/local/html/Elements

such as index.html (after moving it from share to local).

The problem is that even after making changes, and restarting apache,
I’m getting an old version of the file. I assume this is Mason/fastcgi
caching, but I cannot figure out how/why. I have stopped/started
apache, closed browsers, search wiki and email archives. Restarting
apache usually works, so I am at a lost.

Ideas?

Thank you.

-Brandon

Brandon Pulsipher wrote:

OK, I found that removing the cached file from:

        /opt/rt3/var/mason_data/obj/standard

solved my caching issue, but I am still not sure why they are getting
cache there so long, when they are outdated. Can anyone provide some
insight into how to clear this?
RT for production(instead of development mode) uses mason option
StaticSource, with this option Mason doesn’t check mtime of the files,
just use obj file if it exists.