Show
Ignore:
Timestamp:
03/06/06 10:08:40 (3 years ago)
Author:
bart
Message:

Removed the old webui and made a new controlpanel en disassembler

more information in the README file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/README

    r152 r178  
    225225    "none"         - don't cache data 
    226226 
     227eaccelerator.allowed_admin_path 
     228    The script paths that are allowed to get admin information and do admin  
     229    controls 
     230 
     231Control panel and disassembler 
     232------------------------------ 
     233 
     234If you want to use the control-panel you need to compile eAccelerator with  
     235    --with-eaccelerator-info which is the default value. 
     236You need to copy the control.php file to your webroot and set the path to it  
     237in the php.ini or eaccelerator.ini in the eaccelerator.allowed_admin_path  
     238directive. If you don't do this you wont be able to see much information and  
     239can't control eAccelerator. 
     240You can set the username and password needed to access the control-panel in  
     241the control.php file. 
     242 
     243When you compile eAccelerator with --with-eaccelerator-disassembler you need  
     244to place the dasm.php file also in the same directory as the control.php file. 
    227245 
    228246eAccelerator API 
     
    290308  loads script which was encoded by eaccelerator_encode() 
    291309 
    292 WEB interface 
    293 ------------- 
    294 eAccelerator can be managed through web interface script  eaccelerator.php. So 
    295 you need to put this file on  your  web  site.  For  security  reasons  it  is 
    296 recommended to restrict the usage of this script by your local IP. 
    297  
    298 Since version 2.3.18 admin interface may be protected by password. To generate 
    299 password run the eaccelerator_password.php from command line  and  follow  the  
    300 instruction. 
    301  
    302   $ php -q eaccelerator_password.php 
    303   Changing password for eAccelerator Web Interface (eaccelerator.php) 
    304  
    305   Enter admin name: admin 
    306   New admin password: eaccelerator 
    307   Retype new admin password: eaccelerator 
    308  
    309   Add the following lines into your php.ini and restart HTTPD 
    310  
    311   eaccelerator.admin.name="admin" 
    312   eaccelerator.admin.password="$1$0ScD9gkb$nOEmFerNMvQ576hELeLrG0" 
    313  
    314 If you use eaccelerator.php in directory that is password-protected  by  HTTPD 
    315 then eaccelerator's admin name and password must be the same. 
    316  
    317  
    318310Contact us 
    319311----------