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

Annotation of ports/net/c-icap/patches/patch-c-icap_conf_in, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- c-icap.conf.in.orig        Mon Dec 29 10:40:29 2008
        !             3: +++ c-icap.conf.in     Mon Dec 29 10:45:46 2008
        !             4: @@ -19,8 +19,8 @@ MaxRequestsPerChild  0
        !             5:
        !             6:
        !             7:  Port 1344
        !             8: -User wwwrun
        !             9: -Group nobody
        !            10: +User www
        !            11: +Group nogroup
        !            12:
        !            13:
        !            14:  #ServerAdmin you@your.address # Not implemented yet
        !            15: @@ -29,8 +29,8 @@ Group nobody
        !            16:  TmpDir /var/tmp
        !            17:  MaxMemObject 131072
        !            18:
        !            19: -ServerLog @prefix@/var/log/server.log
        !            20: -AccessLog @prefix@/var/log/access.log
        !            21: +ServerLog /var/log/icap-server.log
        !            22: +AccessLog /var/log/icap-access.log
        !            23:  #DebugLevel 3
        !            24:
        !            25:  ModulesDir @prefix@/lib/c_icap
        !            26: @@ -122,9 +122,9 @@ srv_clamav.ClamAvMaxRecLevel 5
        !            27:
        !            28:  # And here the viralator-like mode.
        !            29:  # where to save documents
        !            30: -srv_clamav.VirSaveDir /srv/www/htdocs/downloads/
        !            31: +srv_clamav.VirSaveDir /var/www/htdocs/clamav/
        !            32:  # from where the documents can be retrieved (you can find the get_file.pl script in contrib dir)
        !            33: -srv_clamav.VirHTTPServer  "http://fortune/cgi-bin/get_file.pl?usename=%f&remove=1&file="
        !            34: +srv_clamav.VirHTTPServer  "http://localhost/cgi-bin/get_file.pl?usename=%f&remove=1&file="
        !            35:  # The refresh  rate....
        !            36:  srv_clamav.VirUpdateTime   15
        !            37:  # For which filetypes the "virelator like mode" will be used.

CVSweb