Hi Friedrich, You cannot issue a pass in vcl_fetch, are you looking for hit_for_pass ? https://raw.github.com/varnish/Varnish-Book/master/ui/img/vcl.png
Regards, Dridi On Wed, Jan 23, 2013 at 5:50 PM, Friedrich Locke <[email protected]> wrote: > Sorry, > > but i am getting this error too: > > Message from VCC-compiler: > Invalid return "pass" > ('input' Line 173 Pos 25) > return (pass); > ------------------------####-- > > > ...in subroutine "vcl_fetch" > ('input' Line 164 Pos 5) > sub vcl_fetch { > ----#########-- > > > ...which is the "vcl_fetch" method > Legal returns are: "deliver" "error" "hit_for_pass" "restart" > Running VCC-compiler failed, exit 1 > > VCL compilation failed > # > > > Have any ideia ? > > On Wed, Jan 23, 2013 at 11:57 AM, Enno van Amerongen <[email protected]> wrote: >> From: Shibashish [mailto:[email protected]] >> Subject: Re: simple configuration >> >> >> On Wed, Jan 23, 2013 at 6:07 PM, Friedrich Locke <[email protected]> >> wrote: >>> >>> Hi folks, >>> >>> i have just installed varnish and this is my first message to the list. >>> I did i very simple configuration. I edited /etc/varnish/default.vcl. >>> >>> I included the following lines: >>> >>> backend default { >>> .host = "aton.cpd.edu.br"; >>> .port = "80"; >>> } >>> >>> I stress loaded the my site, now being served by varnish, but i >>> noticed no performance improvement. >>> I would like to do a minimal configuration just to see how fast >>> varnish could do. >>> Is there something more i need to configure in order to get the taste >>> of varnish ? >> >> Yes, you need to check and fix the http headers your backend sends, by >> default, Varnish honors them. >> >> https://www.varnish-cache.org/trac/wiki/Introduction#Ourconfiguration >> >> Enno > > _______________________________________________ > varnish-misc mailing list > [email protected] > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
