Sudden cache collisions (newly added site)
-
A web server has multiple sites hosted that share a local redis server.
Each site uses a different redis database index and a salt.Today I added a new site that also uses the local redis server,
the redis database index it uses was incremented to an unused one and an unique salt was set.
However, the site behaved erratically, some pages didn’t load (blank page) – the credentials hadn’t been accepted either – which is strange, as the username and password were precisely set and are known.
Then another site was opened – and it was quite scary to see the title of the newly added site appear – and some error page that the page wasn’t found.
The redis plugin had to be disabled and the caches flushed on both sites to make them function normally again.How can I find out why there had been still a cache collision?
- The topic ‘Sudden cache collisions (newly added site)’ is closed to new replies.