Added a check that SecServerSignature actually worked (Apache changed some of this code as of 2.2.4 and could potentially change it again and break this).

Cleaned up some configure code.
Cleaned up some extraneous cache logging.
Cleaned up the output from the test script.
This commit is contained in:
brectanus
2008-01-14 22:32:53 +00:00
parent fabeaf5059
commit 99c41afc3d
5 changed files with 21 additions and 9 deletions

View File

@@ -1695,9 +1695,6 @@ static apr_status_t msre_rule_process_normal(msre_rule *rule, modsec_rec *msr) {
}
}
}
else {
msr_log(msr, 9, "CACHE: Disabled");
}
#if !defined(PERFORMANCE_MEASUREMENT)
if (msr->txcfg->debuglog_level >= 4)