Hope someone can let me know how to figure this out. I recently ran APC on some of my servers that host only one application, and it works great. Unfortunately, I went to run it tonight on my workhorse web server, and as soon as I turned it on, I started getting a βmixβ from my blogs. The first blog to download will cache database information, and then each blog downloaded later will receive a database error.
What I want to know is if there is a way to prefix the cache so that I can avoid this problem. I suggested that the cache will respect differences in the absolute path between files and not use the same cached copy on multiple sites ... FAIL
Thanks in advance!
Update
According to the requested copy of apc.ini file here, which I use in /etc/php.d/ to override the default settings:
/etc/php.d/apc.ini
extension=apc.so apc.shm_size = 64M apc.max_file_size = 8M apc.include_once_override = 1 apc.stat_ctime = 1
php apc virtualhost opcode
Shane
source share