logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: ModSecurity and RotateLogs
Author
zol777



Joined: 03 Jul 2007
Posts: 2

PostPosted: Tue 03 Jul '07 12:13    Post subject: ModSecurity and RotateLogs Reply with quote

Is any one have an experience on configure ModSecurity With RotateLogs?

I would like to configure them under Apache2 (window environment) for processing auditlog and archive the log file day to day by following setting but seem not work at all(the apache is started with no problem but log file is not generated)?

My Setting:
auditlog "|bin/rotatelogs.exe /some/where 86400"

I have tried the following seeting in my http.conf
LoadModule log_rotate_module modules/mod_log_rotate/mod_log_rotate.so
RotateLogs On
RotateInterval 86400

It only help to make the access log but not the audit log. Would anyone can give me a hints for resolving it?

thx
Back to top
zol777



Joined: 03 Jul 2007
Posts: 2

PostPosted: Thu 05 Jul '07 9:36    Post subject: Reply with quote

if no one has similar exp, can anyone give me a hint on solving this problem?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 05 Jul '07 10:04    Post subject: Reply with quote

There are similar problem!
Use the forum search and search for mod_logrotate That module helped most users Wink
If there are any question please post again! Exclamation
Back to top


Reply to topic   Topic: ModSecurity and RotateLogs View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules