[Rt-devel] Page Caching

Emmanuel Lacour elacour at easter-eggs.com
Fri Aug 21 14:26:28 EDT 2009


On Fri, Aug 21, 2009 at 09:30:34AM -0700, Joel Hartshorn wrote:
> Ok,
> 
> I have searched the list and I am probably missing it, but how can I prevent
> a page from caching in RT?  Or, is this an Apache/Perl deal.  
> 


You can disable Mason cache in RT_SiteConfig.pm:

Set($DevelMode, 1);

then any change in local/html, share/html will happens without apache
restart.

lib changes still require apache restart.

be carefull, this setting will slow down your RT ...



More information about the Rt-devel mailing list