UrlToolkit {
ToolkitID = my_toolkit_rule
Match ^/some/pattern$ Expire 1 weeks
}
VirtualHost {
...
UseToolkit = my_toolkit_rule
}
UrlToolkit {
ToolkitID = wordpress
RequestURI exists Return
Match .* Rewrite /index.php Expire 1 weeks
}
UrlToolkit {
ToolkitID = expire_jpegs
Match .*\.jpg$ Expire 1 weeks
}
expires 24h;and that's is. Now in Hiawatha it seems there is no "global" option for this..