How to Log all user actions?

mjheidari

Verified User
Joined
Jun 29, 2014
Messages
25
Hi.
i want log all users actions. for example if user change forward email log this (time,ip,data,action).
in /var/log/directadmin/*date*.log i see POST CMD_ACTION.... but not have data.(which email change ,... )
 
Try this:

SecRuleEngine On
SecAuditEngine On
SecAuditLog /var/log/apache2/modsec_audit.log
SecRequestBodyAccess on
SecAuditLogParts ABIJDFHZ

in your modsecurity config.
 
Try this:

SecRuleEngine On
SecAuditEngine On
SecAuditLog /var/log/apache2/modsec_audit.log
SecRequestBodyAccess on
SecAuditLogParts ABIJDFHZ

in your modsecurity config.
this is not work on directadmin panel(port 2222)
 
Back
Top