ironbee / ironbee

Universal web application security sensor intended for real-time monitoring and defense.
https://www.ironbee.com/
Apache License 2.0
306 stars 61 forks source link

Httpd sample config error #28

Closed ngo closed 11 years ago

ngo commented 11 years ago

The patch should be self-explanatory:

commit 6df2f698fad66f4beab7e4a85374b6b2abe4c37b
Author: George Noseevich <ngo@lvk.cs.msu.su>
Date:   Sat Dec 8 18:46:59 2012 +0400

    Fixes sample config for running as apache module

    The log handler changed to ironbee-httpd

diff --git a/etc/ironbee-httpd.conf.example b/etc/ironbee-httpd.conf.example
index 6d1cab0..ffac6bd 100644
--- a/etc/ironbee-httpd.conf.example
+++ b/etc/ironbee-httpd.conf.example
@@ -1,7 +1,7 @@
 ### Logging
 #Log /var/log/ironbee/debug.log
 LogLevel 4
-LogHandler mod_ironbee
+LogHandler ironbee-httpd

 ### Sensor Info
 # Sensor ID, must follow UUID format
ironbee commented 11 years ago

Thanks. I'll take a look. I think it is more a bug it changed, so need to figure out which is correct.

Brian Rectanus

On Saturday, December 8, 2012 at 8:48 AM, ngo wrote:

The patch should be self-explanatory: commit 6df2f69 (https://github.com/ironbee/ironbee/commit/6df2f698fad66f4beab7e4a85374b6b2abe4c37b) Author: George Noseevich ngo@lvk.cs.msu.su (mailto:ngo@lvk.cs.msu.su) Date: Sat Dec 8 18:46:59 2012 +0400
Fixes sample config for running as apache module The log handler changed to ironbee-httpd
diff --git a/etc/ironbee-httpd.conf.example b/etc/ironbee-httpd.conf.example index 6d1cab0 (https://github.com/ironbee/ironbee/commit/6d1cab0)..ffac6bd 100644 --- a/etc/ironbee-httpd.conf.example +++ b/etc/ironbee-httpd.conf.example @@ -1,7 +1,7 @@

Logging

Log /var/log/ironbee/debug.log

LogLevel 4 -LogHandler mod_ironbee +LogHandler ironbee-httpd

Sensor Info

Sensor ID, must follow UUID format

— Reply to this email directly or view it on GitHub (https://github.com/ironbee/ironbee/issues/28).

b1v1r commented 11 years ago

Applied to master and 0.6.x.