We have a standalone web application, in which for every URL request ( which calls CGI binary through system command), a new process is created. With this our application is working fine in normal environment. But in some systems where F-Secure anti-virus program is running there our application is extremely slow and
It is reporting the web application thinking as if it is a virus.
Can you please help what are the situations that makes my web application to be treated as VIRUS?
Will digital signature of our binary will help us from AV programs?