$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.