Page 1 of 1

Opcode caching?

Posted: Tue Jun 02, 2015 2:50 am
by WillemDH
Does Nagios XI PHP use opcode caching? If not, can we install apc (http://php.net/manual/en/book.apc.php) safely?

Re: Opcode caching?

Posted: Tue Jun 02, 2015 9:57 am
by ssax
Nagios XI PHP by default does not using opcode caching, you can safely install apc.

Code: Select all

yum install php-pecl-apc -y
service httpd restart