View Single Post
  #50  
Old 12-22-2011, 01:08 PM
prandah prandah is offline
Member
 
Join Date: Oct 2011
Posts: 27
Quote:
Originally Posted by azn_romeo_4u View Post
When I check php -v it says xcache is installed. But when I view a phpinfo on a web page no xcache is installed.
if you check from php -v i think it's wrong
try fcgi-bin/lsphp5 -v

if you check with php -v alsi it just chect your server
and not your litespeed CMIIW

example :

Quote:
[root@xxxx lsws]# fcgi-bin/lsphp5 -v
PHP 5.2.17 (litespeed) (built: Nov 23 2011 17:33:56)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with XCache v1.3.2, Copyright (c) 2005-2011, by mOo
with the ionCube PHP Loader v4.0.11, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies
[root@xxxx lsws]#

Last edited by prandah; 12-22-2011 at 01:12 PM..
Reply With Quote