Thursday 21 December 2006 7:26:52 am
Hi, I would like to setup Http Cache. I need to have an http cache of 1min. I need also to desactivate cache for some modules. How can i do that in site.ini , block [HTTPHeaderSettings] ? My file should look like that:
[HTTPHeaderSettings] CustomHeader=enabled
HeaderList[]
HeaderList[]=Cache-Control HeaderList[]=Pragma
Cache-Control[] Cache-Control[/]=max-age=60, must-revalidate
Pragma[]
Pragma[/module1]=no-cache;2
Pragma[/module2]=no-cache;2 Pragma[/module3/view1]=no-cache;2 is it good? Thanx
|