eAccelerator Web Interface
eAccelerator come with password protected Web Interface, this allow you to manage eAccelerator installed on the server.
To install this, you need to copy the file "eaccelerator.php" to your web root.
cp eaccelerator.php /var/www/html
Now you can access this file by going to your site at
http://www.yourdomain.com/eaccelerator.php
But it will ask you user name and password. eAccelerator include another PHP script to generate this password, so create the password, do
php -q eaccelerator_password.php
It will ask you user name and password, that you need to enter
[root@server12 eaccelerator-0.9.4]# php -q eaccelerator_password.php
Changing password for eAccelerator Web Interface (eaccelerator.php)
Enter admin name: admin
New admin password: bizhat
Retype new admin password: bizhat
Add the following lines into your php.ini and restart HTTPD
eaccelerator.admin.name="admin"
eaccelerator.admin.password="$1$eRkpMG71$Ly/0JIb2aiOhzLEkA4eqa."
[root@server12 eaccelerator-0.9.4]#
Now you need to add the last two lines it generated to your php.ini file or /etc/php.d/eaccelerator.ini file and restart apache
service httpd restart
Back to eAccelerator Installation
|