From 09ca7f2c3a73dc7aea6182a52f73808aacd67006 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 17 Feb 2022 09:57:36 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Added:=20config/c-icap/=20=E2=9E=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/c-icap/c-icap.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config/c-icap/c-icap.conf diff --git a/config/c-icap/c-icap.conf b/config/c-icap/c-icap.conf new file mode 100644 index 0000000..494c358 --- /dev/null +++ b/config/c-icap/c-icap.conf @@ -0,0 +1,34 @@ +# This file contains the default settings for c-icap +PidFile /var/run/c-icap/c-icap.pid +CommandsSocket /var/run/c-icap/c-icap.ctl +Timeout 300 +MaxKeepAliveRequests 100 +KeepAliveTimeout 600 +StartServers 3 +MaxServers 10 +MinSpareThreads 10 +MaxSpareThreads 20 +ThreadsPerChild 10 +MaxRequestsPerChild 0 +Port 1344 +User c-icap +Group c-icap +ServerAdmin you@your.address +ServerName YourServerName +TmpDir /tmp +MaxMemObject 131072 +DebugLevel 1 +Pipelining on +SupportBuggyClients off +ModulesDir /usr/lib/x86_64-linux-gnu/c_icap +ServicesDir /usr/lib/x86_64-linux-gnu/c_icap +TemplateDir /usr/share/c_icap/templates/ +TemplateDefaultLanguage en +LoadMagicFile /etc/c-icap/c-icap.magic +RemoteProxyUsers off +RemoteProxyUserHeader X-Authenticated-User +RemoteProxyUserHeaderEncoded on +# +ServerLog /data/log/c-icap/server.log +AccessLog /data/log/c-icap/access.log +Service echo srv_echo.so