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:
parent
acd2e1c168
commit
41c397cac8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414379
19
www/c-icap/files/patch-c-icap.conf.in
Normal file
19
www/c-icap/files/patch-c-icap.conf.in
Normal 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:
|
Loading…
Reference in New Issue
Block a user