chkconfig audit off
service audit stop
ps -ef | grep auditd
You should not see any auditd process running after you run this. If so go ahead and run it again or maybe try killall -9 auditd.
service crond stop
service atd stop
rmmod audit
lsmod | grep audit
There should be no module listed now since we just removed it.
echo "alias char-major-10-224 off" >> /etc/modules.conf
service crond start
service atd start
Hopefully this will help you out. It has solved crashing issues on a few different servers that I have worked on so I know that it will work for some.
How Install and Test the Mod_Evasive Module on apache 2.0 serve
Hi,
Can anyone help me out in installing and testing of mod_evasive module.
And it would be better, if they help me out in uninstalling the same.
Yeshwant.