[BACK]Return to patch-c-icap_conf_in CVS log [TXT][DIR] Up to [local] / ports / net / c-icap / patches

File: [local] / ports / net / c-icap / patches / Attic / patch-c-icap_conf_in (download)

Revision 1.1.1.1 (vendor branch), Fri Jan 2 23:43:22 2009 UTC (15 years, 6 months ago) by yason
Branch: c-icap
CVS Tags: import
Changes since 1.1: +0 -0 lines

importing c-icap port

$OpenBSD$
--- c-icap.conf.in.orig	Mon Dec 29 10:40:29 2008
+++ c-icap.conf.in	Mon Dec 29 10:45:46 2008
@@ -19,8 +19,8 @@ MaxRequestsPerChild  0
 
 
 Port 1344 
-User wwwrun
-Group nobody
+User www
+Group nogroup
 
 
 #ServerAdmin you@your.address # Not implemented yet
@@ -29,8 +29,8 @@ Group nobody
 TmpDir /var/tmp
 MaxMemObject 131072
 
-ServerLog @prefix@/var/log/server.log
-AccessLog @prefix@/var/log/access.log
+ServerLog /var/log/icap-server.log
+AccessLog /var/log/icap-access.log
 #DebugLevel 3
 
 ModulesDir @prefix@/lib/c_icap
@@ -122,9 +122,9 @@ srv_clamav.ClamAvMaxRecLevel 5
 
 # And here the viralator-like mode.
 # where to save documents
-srv_clamav.VirSaveDir /srv/www/htdocs/downloads/
+srv_clamav.VirSaveDir /var/www/htdocs/clamav/
 # from where the documents can be retrieved (you can find the get_file.pl script in contrib dir)
-srv_clamav.VirHTTPServer  "http://fortune/cgi-bin/get_file.pl?usename=%f&remove=1&file="
+srv_clamav.VirHTTPServer  "http://localhost/cgi-bin/get_file.pl?usename=%f&remove=1&file="
 # The refresh  rate....
 srv_clamav.VirUpdateTime   15
 # For which filetypes the "virelator like mode" will be used.