Opcode caching?
Opcode caching?
Does Nagios XI PHP use opcode caching? If not, can we install apc (http://php.net/manual/en/book.apc.php) safely?
Nagios XI 5.8.1
https://outsideit.net
https://outsideit.net
Re: Opcode caching?
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