Topic: Problems with new site
Hi,
I have just installed punBB on a site with a lot of traffic. I am having some serious problems with the forum. Things are strange, and users are being forwarded to weird places after login. Simple bans affect all users etc.
I think the forum is confused by me using Varnish, even if I at the moment are not caching anything at all. I am just passing stuff directly through to the web-server.
One of the things that a passthrough does however, is that it changes the ip-address of the request. $_SERVER['REMOTE_ADDR'] is the ip of the server, while $_SERVER['X-FORWARDED-FOR'] is the real ip of the user. Could this be messing up things with punBB?
Any ideas about how to fix it?