Unable to login through varnish cache
- by ArunS
I am setting up Active Collab Site in my new server. The setup is like below
Internet --- varnish ---- apache
But i am not able to login to the site through varnish cache.. But i can login to site through apache.
Here is my VCL file
backend default { .host = "localhost"; .port = "8080"; }
acl purge { "localhost"; }
sub vcl_recv { if…