Opcode caching?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Opcode caching?

Post by WillemDH »

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
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Opcode caching?

Post 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
Locked