Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2016 04:39:38 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414379 - head/www/c-icap/files
Message-ID:  <201605010439.u414dcIo003012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun May  1 04:39:38 2016
New Revision: 414379
URL: https://svnweb.freebsd.org/changeset/ports/414379

Log:
  www/c-icap: add ListenAddress directive to conf
  
  - include ListenAddress directive and set it to 127.0.0.1 in c-icap.conf
  
  PR:		208374
  Submitted by:	Marko Cupac <marko.cupac@mimar.rs>

Added:
  head/www/c-icap/files/patch-c-icap.conf.in   (contents, props changed)

Added: head/www/c-icap/files/patch-c-icap.conf.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/c-icap/files/patch-c-icap.conf.in	Sun May  1 04:39:38 2016	(r414379)
@@ -0,0 +1,19 @@
+--- c-icap.conf.in.orig	2016-03-29 09:27:15 UTC
++++ c-icap.conf.in
+@@ -123,6 +123,16 @@ MaxRequestsPerChild  0
+ # Default:
+ #	InterProcessLockingScheme file
+ 
++# TAG: ListenAddress
++# Format: ListenAddress address
++# Description:
++#	Network address that the c-icap server uses to listen to requests.
++#	By default c-icap will bind to all available network addresses. Use
++#	this directive to restrict it to specific network address.
++# Default:
++#	No value 
++ListenAddress 127.0.0.1
++
+ # TAG: Port
+ # Format: Port port
+ # Description:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605010439.u414dcIo003012>