Disabling APC by vhost
By Lance Gliser
Published
Heads up! This content is more than six months old. Take some time to verify everything still works as expected.
Found this today on Jones Jerry. Very helpful little flag:
<VirtualHost xx.xx.xxx.xx:80>
SuexecUserGroup "#1234" "#1235"
ServerName example.com
ServerAlias www.example.com
php_flag apc.cache_by_default Off
...
</VirtualHost>