Hi guys, I followed the guide http://www.howtoforge.com/perfect-server-centos-6.2-x86_64-with-nginx-ispconfig-3-p5 but used php-pecl-apc instead of php-xcache. Now I can not get APC to be loaded. The /etc/php.d/apc.ini is loaded stated by phpinfo but apc.php and phpinfo tell me APC is not running. Is there any way to find out if there are any errors on startup of the php-fpm? The logs show no errors anywhere.
Already solved it myself. Might be helpful for someone else: DO NOT install "php-pecl-apc" through yum. Use the "standard" way of "pecl install apc" and it works fine.