View Single Post
  #7  
Old 09-13-2007, 11:32 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
Please check number of concurrent connections used from the real-time report in web admin console. Also check it with command
Code:
netstat -an | grep 80 | grep ESTA | wc
Reply With Quote