Toggle navigation
Homepage
About
Download
Support
Monitor
Weblog
Forum
Where to put "X-Hiawatha-Cache: 600"
samiux
1 August 2013, 12:04
Hiawatha version: 9.2
Operating System: Ubuntu Server 12.04 LTS
Where to put the following setting to?
X-Hiawatha-Cache: 600
samiux
1 August 2013, 12:36
I forgot to state that I am using Banshee 3.7 and 3.5.
Hugo Leisink
1 August 2013, 17:49
Use the hiawatha_cache_time setting in the Settings administration module. This will deal with the rest.
samiux
1 August 2013, 19:58
Thanks.
What if other PHP application?
Samiux
Hugo Leisink
1 August 2013, 23:28
Use it inside the script of which you want its output to be cached.
<php
...
header("X-Hiawatha-Cache", "600");
...
?>
This topic has been closed.
Back