1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

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>
This commit is contained in:
Kurt Jaeger 2016-05-01 04:39:38 +00:00
parent acd2e1c168
commit 41c397cac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414379

View File

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