Date: Tue, 27 Oct 2015 19:44:39 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400340 - head Message-ID: <201510271944.t9RJidDb038428@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Oct 27 19:44:39 2015 New Revision: 400340 URL: https://svnweb.freebsd.org/changeset/ports/400340 Log: Extend the entry for www/varnish4 to note the syntax change for binding to multiple listening addresses. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Oct 27 19:15:56 2015 (r400339) +++ head/UPDATING Tue Oct 27 19:44:39 2015 (r400340) @@ -34,6 +34,12 @@ you update your ports collection, before # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271944.t9RJidDb038428>