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

Advertisement

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/
Add a comment

Leave a Reply

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

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement