[mod-security-users] clamav perl scrip and su_exec
Brought to you by:
victorhora,
zimmerletw
|
From: Justin G. <web...@sw...> - 2005-11-22 16:52:12
|
hi, I'm running into problems implementing the clamav/perl script to scan uploaded files. This is an apache1 + su_exec setup for shared hosting. I see in su_exec.log that the user accessing the perl script is the one that the website runs under (each site has a user for FTP, cgi, etc.). It always fails because uid/gid of script and uid/gid of the user that runs it doesn't match. The script looks simple and might be ported to PHP, which is not under su_exec and can fire up clamdscan using exec() command. Any ideas other than this to solve this issue? thanks, Justin |