Server Not Responding
Tom Coady
tom.coady at gmail.com
Mon Dec 13 13:24:32 CET 2010
On Mon, Dec 13, 2010 at 12:12, Hettwer, Marian <mhettwer at team.mobile.de>wrote:
> $ more /etc/varnish/default.vcl
> backend default {
> set backend.host = "127.0.0.1";
> set backend.port = "8080";
> }
> That doesn't make sense. You tell varnish to use the backend at localhost
> 8080, where as seen above, its varnish.
>
$ more /etc/default/varnish NFILES=131072
INSTANCE=$(uname -n)
#
DAEMON_OPTS="-a :6081 \
-T localhost:6082 \
-b localhost:8080 \
-u varnish -g varnish \
-s file,/var/lib/varnish/$INSTANCE/varnish_storage.bin,1G"
Should I s/8080/80 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20101213/6a2e35d7/attachment.html>
More information about the varnish-misc
mailing list