Symlinking to /bin/mail does not solve the problem on Ubuntu 12.04 LTS
Server. Actually the mod never calls /bin/mail. This is tested with a
script logging parameters passed to /bin/mail. Like this:
#!/bin/sh
touch /path/to/logfile
echo $* > /path/to/logfile
But no log is generated so /bin/mail i
Public bug reported:
Apache mod_evasive does not call the system command defined in
DOSSystemCommand config parameter. Module works fine, evades DoS attacks
but does not execute the specified command. This prvents effective
protection like notifying other modules/services to take appropriate
measu
Public bug reported:
The module can be configured to log DoS event into a specified directory,
defined in DOSLogDir config parameter. This only works if the target directory
is created manually.
Optimally this should be done automatically by the module to set the ownership
and privileges to tha