php要先確定有reids模組才能使用
可以參考以下兩篇
redis安裝
php加掛redis模組
[root@zabbix etc]# php -m | grep redis redis cd /home/ git clone https://github.com/sasanrose/phpredmin.git chown -R daemon.daemon /home/phpreadmin/
apache設定vhost
<VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "/home/phpredmin/public/" ServerName phpredisadmin.test <Directory "/home/phpredmin/public/"> Options FollowSymLinks AllowOverride All </Directory> ErrorLog "logs/phpreadmin.err" CustomLog "logs/phpreadmin.acc" combined </VirtualHost>
重啟apache後登入後台 預設帳密是admin/admin
參考文章