Location of Mod security audit log

kumkumsharma

Administrator
Staff member
If you are getting any issue and want to check audit logs then you can you can go with below path.

Code:
/usr/local/apache/logs/modsec_audit.log
You can check these logs with command to:

Code:
cat /usr/local/apache/logs/modsec_audit.log
 
Top