klaubert / waf-fle

WAF-FLE, ModSecurity Console
http://waf-fle.org
GNU General Public License v2.0
139 stars 73 forks source link

logs are not generated with concurrent (secAuditLogType) #47

Closed coolsivakrishna closed 9 years ago

coolsivakrishna commented 9 years ago

Hi,

In /etc/modsecurity/modsecurity.conf file, if I keep 'SecAuditLogType' as 'Serial' then it is working fine and storing the logs.

But when I change it to 'Concurrent' mode it is not storing logs (Note: I've uncommented the 'SecAuditLogStorageDir' )

Thankyou

klaubert commented 9 years ago

coolsivakrishna,

How are defined the permissions of directory refered in SecAuditLogStorageDir? Have used running Apache able to navigate and write in that directory?

Best regards,

On Thu, Sep 3, 2015 at 3:36 AM, coolsivakrishna notifications@github.com wrote:

Hi,

In /etc/modsecurity/modsecurity.conf file, if I keep 'SecAuditLogType' as 'Serial' then it is working fine and storing the logs.

But when I change it to 'Concurrent' mode it is not storing logs (Note: I've uncommented the 'SecAuditLogStorageDir' )

Thankyou

— Reply to this email directly or view it on GitHub https://github.com/klaubert/waf-fle/issues/47.

coolsivakrishna commented 9 years ago

hi klaubert,

thanks for your response.

I've given those permissions to that directory.

actually when using 'Cocurrent' type, it is not storing logs in 'modsec_audit.log' file whereas when using 'Serial' type, it is stoting logs in 'modsec_audit.log'

Thankyou.