Adds SecComponentSignature configuration directive

This commit is contained in:
Felipe Zimmerle
2015-07-09 17:13:04 -03:00
parent 4aa521df65
commit 1ddb36a781
6 changed files with 69 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
#include <map>
#include <stack>
#include <vector>
#include <list>
#endif
#ifndef SRC_PARSER_DRIVER_H_
@@ -88,6 +89,7 @@ class Driver {
bool sec_response_body_access;
std::string debug_log_path;
std::list<std::string> components;
ModSecurity::AuditLog *audit_log;