aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2015-10-28 03:44:39 +0800
committerfeld <feld@FreeBSD.org>2015-10-28 03:44:39 +0800
commit2401c5fa3a9914401d2b8ee2e944798e1d2feca3 (patch)
tree436b2c41dbfa78795c7ce349202c1a9d284b07c4 /UPDATING
parent3efb15b18bb0d1720e3c2c27b02e37eb77c9e27d (diff)
downloadfreebsd-ports-gnome-2401c5fa3a9914401d2b8ee2e944798e1d2feca3.tar.gz
freebsd-ports-gnome-2401c5fa3a9914401d2b8ee2e944798e1d2feca3.tar.zst
freebsd-ports-gnome-2401c5fa3a9914401d2b8ee2e944798e1d2feca3.zip
Extend the entry for www/varnish4 to note the syntax change for binding
to multiple listening addresses.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 952726ebcfa2..69303bf165d1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -34,6 +34,12 @@ you update your ports collection, before attempting any port upgrades.
# chown varnishlog /var/log/varnish.log
# chown varnishlog /var/log/varnishncsa.log
+ Please also note that the syntax for binding to additional IPs has
+ changed in 4.1.0. Multiple listening addresses are now specified by
+ using multiple -a arguments. In rc.conf it would look like this:
+
+ varnishd_listen="x.x.x.x:80 -a y.y.y.y:80"
+
20151015:
AFFECTS: users of devel/subversion, its bindings and www/mod_dav_svn
AUTHOR: lev@FreeBSD.org