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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boost.patch | 944 bytes | thomasdegraaff |
Comments
Comment #1
thomasdegraaff commentedPatch for 7.x-1.0-beta2 attached.
Comment #2
Anonymous (not verified) commentedThat 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..
Comment #3
thomasdegraaff commentedA, 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.)
Comment #4
do_ocrat commentedHello,
I'm having this issue on our website and wondering how I go about applying this patch?
Thanks!
Comment #5
Anonymous (not verified) commentedBetter talk to Thomas, this patch is unsupported for the reason above (though may prove useful for some).
Comment #5.0
Anonymous (not verified) commentedJust a bit clearer that it concerns cron cache expire.