PHP.ph

06 Jan, 2008

CentOS 5: Eaccelerator Control Panel

Posted by: php In: Linux

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.

cd /tmp/eaccelerator-0.9.5.2

Copy control.php to your main html folder.

cp control.php /var/www/html

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

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

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

vi /etc/php.d/eaccelerator.ini

Add

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

Save and exit.

Restart Apache.

/etc/init.d/httpd restart

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

Tags: , ,

No Responses to "CentOS 5: Eaccelerator Control Panel"

Comment Form

Categories

Links

PHP.ph is owned and managed, since 2002 by:
Dr. Jesus Lecitona
Visit his blogs about dentistry:
Denture
Dentures
Dental Implants Cost

About PHP.ph

Linux Apache MySQL PHP