When using boost on a multidomain site, the boost cache expires with cron only on the default domain.

For example on a site with the default domain example.com, and the extra domains test.example.com and test.com, the static cache on test.example.com and test.com will not expire when cron runs.

CommentFileSizeAuthor
#1 boost.patch944 bytesthomasdegraaff

Comments

thomasdegraaff’s picture

StatusFileSize
new944 bytes

Patch for 7.x-1.0-beta2 attached.

Anonymous’s picture

the static cache on test.example.com and test.com will not expire when cron runs.

That is by design, so that flushing one domain doesn't affect another. I haven't looked at the patch yet but does it have selection ? There are a lot of multi-domain sites where one really would not want to be flushing everywhere..

thomasdegraaff’s picture

A, ok, didn't think of that. :)

Anyhoes, people who do need to expire cache over multiple domains can use this patch. (Management in my case is all througt the default domain, ssl only on the default domain.)

do_ocrat’s picture

Hello,

I'm having this issue on our website and wondering how I go about applying this patch?

Thanks!

Anonymous’s picture

Status: Active » Closed (works as designed)

Better talk to Thomas, this patch is unsupported for the reason above (though may prove useful for some).

Anonymous’s picture

Issue summary: View changes

Just a bit clearer that it concerns cron cache expire.