[Resolved] APC and PHP ini file help

#1
Hi,

I rebuilt PHP 5.2.10 using the LSWS admin console which worked great; but where do I enable the APC extension ? According to phpinfo() the ini file it check is under /usr/local/lsws/lsphp5/lib but no file exists there. It is probably a really dumb question but the answer is eluding me at the moment :(

TIA
 
Last edited by a moderator:

mistwang

LiteSpeed Staff
#2
You should create one or copy the one used by apache php, usually located at /usr/local/lib/php.ini.

APC may not work very well for shared hosting with PHP suEXEC enabled, eAccelerator will work better if the code is stable for the PHP version used.
 
Top