When more than one site share a server, APC does not know how to differentiate the sites.

Need to add a unique site identified to the PERFORMANCE_KEY.

This may be the md5 hash of $base_url, or $_SERVER['SERVER_NAME'].

Comments

kbahey’s picture

Status: Active » Fixed

Fixed by using the $_SERVER['HTTP_HOST'] superglobal as part of the key.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.