View Single Post
  #9  
Old 02-12-2013, 03:00 AM
NiteWave NiteWave is online now
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
my test result always:
Code:
X-LiteSpeed-Cache: hit,private
here's one of result:
Code:
~>curl -i 127.0.0.1/r.php
HTTP/1.1 200 OK
Date: Tue, 12 Feb 2013 10:55:17 GMT
Server: LiteSpeed/4.2.2 Enterprise
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
X-LiteSpeed-Cache: hit,private
Content-Length: 26
X-Powered-By: PHP/5.3.10
Content-Type: text/html

2013-02-12T18:55:14+08:00
I'm testing with lsws 4.2.2
Reply With Quote