Server Not Responding

Tom Coady tom.coady at gmail.com
Mon Dec 13 13:38:49 CET 2010


On Mon, Dec 13, 2010 at 12:31, Hettwer, Marian <mhettwer at team.mobile.de>wrote:

> On 13.12.10 13:24, "Tom Coady" <tom.coady at gmail.com> 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..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20101213/8b04d6fa/attachment-0003.html>


More information about the varnish-misc mailing list