Background: Default Media Temple (dv) 4, Centos 5.8, Plesk 11, FastCGI
Installed APC from source.
Adding extension = "apc.so"
to /etc/php.ini
does not show APC on phpinfo after httpd restart.
Adding extension = "apc.so"
to /var/www/vhosts/example.com/etc/php.ini
does show APC on phpinfo in example.com after restart.
How can I get it to work with /etc/php.ini
so I do not need to enable per domain. Or is this required with FastCGI and if so how do I have it set to add automatically to new sites.