Adds Upload configuration paramters to the libmodsec parser

This commit is contained in:
Felipe Zimmerle
2016-06-07 14:23:56 -03:00
parent 967c8c90f2
commit 9e5cf2de8e
3 changed files with 46 additions and 2 deletions

View File

@@ -215,6 +215,11 @@ class RulesProperties {
std::string m_httpbl_key;
std::ostringstream parserError;
bool uploadKeepFiles;
int uploadFileLimit;
int uploadFileMode;
std::string uploadDirectory;
audit_log::AuditLog *audit_log;
OnFailedRemoteRulesAction remoteRulesActionOnFailed;