Zope/Plone and Varnish

Stig Sandbeck Mathisen ssm at linpro.no
Fri Sep 14 08:20:13 CEST 2007


"Joao Correia" <joao.correia at gmail.com> writes:

> Im trying vernish out.  I compiled it from source, everything nice.
> I then used CacheFu to generate the vcl file.

Could you post the complete generated vcl file from CacheFu, please?

> Im running Varnish in port 80.

Do you do rewriting somewhere, or do you map hostname to path in your
virtualhostmonster config?

> It has some strange behauviour I cannot explain, if enable cache on
> authenticated sessions the page screws up badly, seams css doesnt
> load and I cant understand why.
>
> Also sending content using the form (Exfile, or image) doesnt work.

Looking at the logs will tell you what varnish does with each request:

## Recieved client requests to varnish
varnishlog -r /var/log/varnish/varnish.log -o -c RxURL /IEFixes.css

## Varnish requests sent to backend
varnishlog -r /var/log/varnish/varnish.log -o -b TxURL /IEFixes.css

-- 
Stig Sandbeck Mathisen, Linpro



More information about the varnish-misc mailing list