Implemented SecComponentSignature.

This commit is contained in:
ivanr
2007-11-26 16:05:56 +00:00
parent e467d3cac0
commit b163864ba7
3 changed files with 130 additions and 88 deletions

View File

@@ -446,6 +446,11 @@ struct directory_config {
int cache_trans;
apr_size_t cache_trans_min;
apr_size_t cache_trans_max;
/* Array to hold signatures of components, which will
* appear in the ModSecurity signature in the audit log.
*/
apr_array_header_t *component_signatures;
};
struct error_message {