Hello, 
 
I would like have certain mimetypes scanned for viruses at another proxy 
(apache with mod_clamav). 
 
My config is like below: 
 
# apache + mod_clamav 
 
cache_peer 127.0.0.1 parent 80 0 default no-query 
 
# i would like to have all mime types 
# starting with application* (application/octet-stream, 
# application/x-zip-compressed etc) going through default parent 
 
acl scanned_req_mime_type req_mime_type ^application/* 
never_direct allow scanned_req_mime_type 
 
 
Unfortunately this does not work, I tried lots of different configurations 
with no success - everything seems to ge direct. 
 
Can anyone help me? 
 
 
-- T. 
 


--
------------------------
 Jeszcze lepsza oferta AlphaNet
 - nowe serwery wirtualne
 - nowy sklep internetowy
 - nowy wirtualny administrator
 Sprawdz www.alpha.pl 
------------------------

Reply via email to