View Single Post
  #8  
Old 02-15-2011, 11:11 AM
fastproxy fastproxy is offline
Senior Member
 
Join Date: Nov 2007
Posts: 95
Thanks for the nice guide,

i got the cache working, i have a server using haproxy/nginx as load balancer before litespeed webserver.
Code:
Server	nginx
Date	Tue, 15 Feb 2011 19:08:16 GMT
Content-Type	text/html; charset=utf-8
Connection	keep-alive
Content-Encoding	gzip
Vary	Accept-Encoding, User-Agent
X-LiteSpeed-Cache	hit
Content-Length	22072
X-Powered-By	PHP/5.2.14
Cache-Control	private
Pragma	private
X-UA-Compatible	IE=7
but some how some pages show i logged in as someone else account?look like the page i was loading belong to someone else.

Is there something missing?
I am using VBB 3.8.6


Update:

I found the problem, it was the .htaccess i copy from your but forgot to edit according to my server:
Quote:
RewriteCond %{HTTP_COOKIE} !zzimloggedin=yes
RewriteCond %{HTTP_COOKIE} !zzuserid=
RewriteCond %{HTTP_COOKIE} !zzpassword=
Thanks

Last edited by fastproxy; 02-15-2011 at 11:22 AM..
Reply With Quote