Monitoring tools

#1
Hi,

I'm new to litespeed and i've used to use apache so far,
I want to know if there is any log system like ones on apache :

apachectl status
apachectl fullstatus

I'm also able to find the remote IP Address of the current PHP processes in suPHP as php handler, is there any way to have it also in lsphp5 ?

Thanks,
 

webizen

Well-Known Member
#2
You can find real-time stats at admin console (Actions->Real-Time Stats).

Remote IP address should be available in environment variable $_SERVER['REMOTE_ADDR'].

Regarding suPHP, please see below:

LiteSpeed supports PHP suEXEC without compromises of phpsuexec or suphp implementations. Every PHP process is run as the user who owns the account, dividing resource usage for easy identification, as well as greater separation from the web server (lshttpd) processes. In addition, LiteSpeed PHP allows PHP configuration in .htaccess, which is not available with phpsuexec or suphp implementations.


See more LSWS features at
http://www.litespeedtech.com/litespeed-web-server-features.html
 
Top