Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475600 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/www-servers/varnish/files/varnishd.confd (-1 / +5 lines)
Lines 1-12 Link Here
1
# /etc/conf.d/varnishd
1
# /etc/conf.d/varnishd
2
2
3
VARNISHD="/usr/sbin/varnishd"
4
VARNISHADM="/usr/bin/varnishadm"
5
CONFIGFILE="/etc/varnish/default.vcl"
6
3
# Listen on 127.0.0.1:8080 and connect to backend 127.0.0.1:80
7
# Listen on 127.0.0.1:8080 and connect to backend 127.0.0.1:80
4
# Ignore the config file, /etc/varnish/default.vcl
8
# Ignore the config file, /etc/varnish/default.vcl
5
VARNISHD_OPTS="-a 127.0.0.1:8080 -b 127.0.0.1:80"
9
VARNISHD_OPTS="-a 127.0.0.1:8080 -b 127.0.0.1:80"
6
10
7
# Alternatively, don't listen to a backend and use 
11
# Alternatively, don't listen to a backend and use 
8
# the config file
12
# the config file
9
#VARNISHD_OPTS="-a 127.0.0.1:8080 -f /etc/varnish/default.vcl"
13
#VARNISHD_OPTS="-a 127.0.0.1:8080 -f $CONFIGFILE"
10
14
11
# arguments passed to varnishncsa
15
# arguments passed to varnishncsa
12
# please see the varnishncsa man page for more options
16
# please see the varnishncsa man page for more options

Return to bug 475600