ModSecurity dashboard no logging

onbeskofte

New member
Joined
Dec 15, 2022
Messages
2
Hi,

I recently installed modsecurity on our host and I am trying to view the logs so i can see the Id's that cause certain events but in /admin/modsecurity the logs stay empty whether i choose a domain or not does not matter. It always shows No data to show. While the logs on the console are there.

Screenshot 2022-12-15 at 12.11.11.png

Is there a way to fix this? I already manually set the "modsec_audit_dir=/var/log/modsec_audit" but no difference.

Hope someone here can help me!
 
This is happend to me too.
Any tip to check?
I disable mod_ruid (was enabled), recompile nginx_apache , rewrite_confs.... nothing works
I dont know where DA is looking for logs
 
The following solved it for me:

Code:
cd /usr/local/directadmin/custombuild
./build set mod_ruid2 no
./build rewrite_confs

And then wait a couple of minutes for new rules to get hit
 
Back
Top