Monitoring APCu with APCu Panel

apcu-panel provide GUI to monitor APCu cache. To install apcu-panel on CentOS, run

yum install apcu-panel

The package provides following files

[root@localhost ~]# rpm -q --filesbypkg apcu-panel
apcu-panel                /etc/apcu-panel
apcu-panel                /etc/apcu-panel/conf.php
apcu-panel                /etc/httpd/conf.d/apcu-panel.conf
apcu-panel                /usr/share/apcu-panel
apcu-panel                /usr/share/apcu-panel/index.php
[root@localhost ~]# 

To enable GUI, edit file

vi /etc/httpd/conf.d/apcu-panel.conf

Modify it as follows

# APC Control Panel
Alias /apcu-panel /usr/share/apcu-panel


   
     Require all granted
   

Restart Apache

systemctl restart httpd

Now you should be able to access APCu panel at

http://your-server-ip/apcu-panel/
Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *