svn commit: r414379 - head/www/c-icap/files

Kurt Jaeger pi at FreeBSD.org
Sun May 1 04:39:39 UTC 2016


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 at 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:


More information about the svn-ports-all mailing list