"Joao Correia" <[EMAIL PROTECTED]> 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 _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
