mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/c-icap: Fix logging due to Phalcon4 update (#2528)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= c-icap
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= c-icap connects the web proxy with a virus scanner
|
||||
PLUGIN_DEPENDS= c-icap c-icap-modules
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Services>
|
||||
<C_ICAP VisibleName="C-ICAP" cssClass="fa fa-ambulance">
|
||||
<Configuration order="10" url="/ui/cicap/general/index"/>
|
||||
<LogFile VisibleName="Log File" order="20" url="/ui/diagnostics/log/c-icap/server"/>
|
||||
<LogFile VisibleName="Log File" order="20" url="/ui/diagnostics/log/cicap/server"/>
|
||||
</C_ICAP>
|
||||
</Services>
|
||||
</menu>
|
||||
|
||||
@@ -7,6 +7,8 @@ chmod 750 /var/run/c-icap
|
||||
mkdir -p /var/log/c-icap
|
||||
chown -R c_icap:c_icap /var/log/c-icap
|
||||
chmod 750 /var/log/c-icap
|
||||
(cd /var/log && ln -s c-icap cicap)
|
||||
chown -R c_icap:c_icap /var/log/cicap
|
||||
|
||||
mkdir -p /tmp/c-icap/templates/virus_scan/en
|
||||
chmod -R 755 /tmp/c-icap/
|
||||
|
||||
Reference in New Issue
Block a user