View Single Post
  #37  
Old 11-23-2011, 10:14 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by prandah View Post
hello, how to know
xcache, apc, eacelarator is actif ?
any advice ?
1. create a phpinfo page like

Quote:
echo "<?php phpinfo(); ?>" > /path/to/file/named/phpinfo.php
then point browser to that file and see if you have these listed.

or

2. run command line

Quote:
/usr/local/lsws/fcgi-bin/lsphp5 -i | egrep -i 'apc|xcache|eaccelarator'
if nothing comes up, then none of them is compiled in lsphp.
Reply With Quote