This is a continuation of Eaccelerator Installation topic here.

To install eAccelerator control panel, copy control.php to your main html folder. We’ll use /var/www/html and http://server.domain.com in our example.

Through SSH Change directory.

1
cd /tmp/eaccelerator-0.9.5.2  

Copy control.php to your main html folder.

1
cp control.php /var/www/html  

Edit control.php. Change $user and $pw to your desired username and password.

1
2
$user = "admin";  
$pw = "eAccelerator";  

Edit the file /etc/php.d/eaccelerator.ini
vi /etc/php.d/eaccelerator.ini

Add

1
eaccelerator.allowed_admin_path="/var/www/html/control.php"

Save and exit. Restart Apache.

1
/etc/init.d/httpd restart

View your eAccelerator control panel at http://server.domain.com/control.php