Website Setup & Info
ID #1059
How do I enable/disable eAccelerator?
eAccelerator is a server-side mechanism for boosting PHP performance.
Currently eAccelerator is off by default at GeekISP. To enable it, make a .htaccess file in your 'htdocs' directory, and add the following lines:
php_flag eaccelerator.enable 1
php_flag eaccelerator.optimizer 1
Similarly, if you'd like to turn off eAccelerator for a particular directory, put the following in a .htaccess file in that subdirectory:
php_flag eaccelerator.enable 0
php_flag eaccelerator.optimizer 0
For more info on eAccelerator, please see http://www.eaccelerator.net/.
Tags: -
Related entries:
Last update: 2006-06-21 16:55
Author: Dave Steinberg
Revision: 1.0
You can comment on this entry