simple configuration

Friedrich Locke friedrich.locke at gmail.com
Wed Jan 23 17:50:14 CET 2013


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 <enno at tty.nl> wrote:
> From: Shibashish [mailto:shib4u at gmail.com]
> Subject: Re: simple configuration
>
>
> On Wed, Jan 23, 2013 at 6:07 PM, Friedrich Locke <friedrich.locke at gmail.com>
> 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



More information about the varnish-misc mailing list