diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-18 01:01:03 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-18 01:01:03 +0000 |
commit | 18b7797393e45b8a95fe54b3235b18f40cd2e1e6 (patch) | |
tree | cac17116eb81cdf79f551d1a1b5d5756c78de90c | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-18b7797393e45b8a95fe54b3235b18f40cd2e1e6.tar.gz gentoo-2-18b7797393e45b8a95fe54b3235b18f40cd2e1e6.tar.bz2 gentoo-2-18b7797393e45b8a95fe54b3235b18f40cd2e1e6.zip |
Be more explicit in varnishd.confd, bug #461624
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r-- | www-servers/varnish/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/varnish/files/varnishd.confd | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index 2148703a81e7..2cc01920e7c0 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.60 2013/06/16 13:11:36 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.61 2013/06/18 01:01:03 blueness Exp $ + + 18 Jun 2013; Anthony G. Basile <blueness@gentoo.org> files/varnishd.confd: + Be more explicit in varnishd.confd, bug #461624 16 Jun 2013; Anthony G. Basile <blueness@gentoo.org> ChangeLog: Fix failed gpg signature diff --git a/www-servers/varnish/files/varnishd.confd b/www-servers/varnish/files/varnishd.confd index a0d49ac5b366..56366d8a74de 100644 --- a/www-servers/varnish/files/varnishd.confd +++ b/www-servers/varnish/files/varnishd.confd @@ -1,9 +1,13 @@ # /etc/conf.d/varnishd -# options passed to varnish on startup -# please see the varnishd man page for more options +# Listen on 127.0.0.1:8080 and connect to backend 127.0.0.1:80 +# Ignore the config file, /etc/varnish/default.vcl VARNISHD_OPTS="-a 127.0.0.1:8080 -b 127.0.0.1:80" +# Alternatively, don't listen to a backend and use +# the config file +#VARNISHD_OPTS="-a 127.0.0.1:8080 -f /etc/varnish/default.vcl" + # arguments passed to varnishncsa # please see the varnishncsa man page for more options VARNISHNCSA_ARGS="-c -a -w /var/log/varnish/access.log" |