Hi John, For that I use a php script that handles the upload. It runs clamscan on the uploaded file. For example: $outputlines = array(); $last = exec ( "clamscan --quiet ".$_FILES['uploadedfile']['tmp_name'], $outputlines, $rc ); # then check $rc ..... 1 => a virus was found. Dave. On 03/09/2016 10:21 AM, Rose, John B wrote: > What about if your web sites allow for uploading files? Would you not want > to scan those on upload before they got on your filesystem? > > On 3/9/16 9:49 AM, "Christopher Schultz" <chris@xxxxxxxxxxxxxxxxxxxxxx> > wrote: > >> John, >> >> On 3/8/16 6:02 PM, Rose, John B wrote: >>> I am interested in both >>> >>> Thanks >>> >>> Sent from my iPad >>> >>>> On Mar 8, 2016, at 3:27 PM, Christopher Schultz >>>> <chris@xxxxxxxxxxxxxxxxxxxxxx> wrote: >>>> >>> John >>> >>>>>> On 3/8/16 2:43 PM, Rose, John B wrote: >>>>>> Looking for comments on mod_clamav, and any other alternative >>>>>> antivirus software for Apache on linux >>> Are you trying to protect your clients or your servers? >> I would imagine that running any AV software that monitors the >> filesystem for changes would be sufficient. Why do you think you need an >> httpd module for this? >> >> -chris >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx >> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > -- David Copeland JSI Data Systems Limited 613-727-9353 www.jsidata.ca --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx