|
|
@ -12,25 +12,25 @@ $OUT .=<<"EOF"; |
|
|
|
[http-overflows] |
|
|
|
[http-overflows] |
|
|
|
enabled = true |
|
|
|
enabled = true |
|
|
|
filter = apache-overflows |
|
|
|
filter = apache-overflows |
|
|
|
action = smeserver[port=$port, protocol=tcp] |
|
|
|
action = smeserver[port="$port", protocol=tcp] |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
|
|
|
|
|
|
|
|
[http-noscript] |
|
|
|
[http-noscript] |
|
|
|
enabled = true |
|
|
|
enabled = true |
|
|
|
filter = apache-noscript |
|
|
|
filter = apache-noscript |
|
|
|
action = smeserver[port=$port, protocol=tcp] |
|
|
|
action = smeserver[port="$port", protocol=tcp] |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
|
|
|
|
|
|
|
|
[http-scan] |
|
|
|
[http-scan] |
|
|
|
enabled = true |
|
|
|
enabled = true |
|
|
|
filter = apache-scan |
|
|
|
filter = apache-scan |
|
|
|
action = smeserver[port=$port, protocol=tcp] |
|
|
|
action = smeserver[port="$port", protocol=tcp] |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
|
|
|
|
|
|
|
|
[http-auth] |
|
|
|
[http-auth] |
|
|
|
enabled = true |
|
|
|
enabled = true |
|
|
|
filter = apache-auth |
|
|
|
filter = apache-auth |
|
|
|
action = smeserver[port=$port, protocol=tcp] |
|
|
|
action = smeserver[port="$port", protocol=tcp] |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
logpath = /var/log/httpd/error_log |
|
|
|
|
|
|
|
|
|
|
|
EOF |
|
|
|
EOF |
|
|
|