On Mon, Dec 13, 2010 at 12:31, Hettwer, Marian <[email protected]>wrote:

> On 13.12.10 13:24, "Tom Coady" <[email protected]> wrote:
> Erm. You are using debian here,right?
>
yes

> I would kick out the option -b localhost:8080 completely.
>
ok


> Then go to /etc/varnish/default.vcl and change "set backend.port = 8080"
> to "set backend.port = 80".
>
already done:
backend default {
        set backend.host = "127.0.0.1";
        set backend.port = "80";
}


>
> Afterwards, start using the debian startup scripts, or if you must, start
> it manually with "sudo varnishd -f /etc/varnish/default.vcl -s malloc,1G
> -T 127.0.0.1:2000 -a 0.0.0.0:8080"
>


$ sudo varnishd -f /etc/varnish/default.vcl -s malloc,1G -T 127.0.0.1:2000-a
0.0.0.0:8080
Using old SHMFILE
$ varnishlog     0 CLI            Rd ping
    0 CLI            Wr 0 200 PONG 1292243669

so still no sign of life while serving pages..
_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to