mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds modsecStatusEngineCall to standalone API
In ModSecurityIIS the configuration is loaded upon the first request is received. In other words, SecStatusEngine value can be only loaded once the first request hit the server, and so, the status function was moved to proceed just after the configuration got loaded. This update is IIS only.
This commit is contained in:
committed by
Felipe Zimmerle
parent
d75e443b9b
commit
20014c808c
@@ -21,7 +21,11 @@
|
||||
#include "apr_optional.h"
|
||||
#include "msc_pcre.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#define STATUS_ENGINE_DNS_IN_BETWEEN_DOTS 32
|
||||
#else
|
||||
#define STATUS_ENGINE_DNS_IN_BETWEEN_DOTS 30
|
||||
#endif
|
||||
|
||||
#define STATUS_ENGINE_DNS_SUFFIX "status.modsecurity.org"
|
||||
|
||||
|
Reference in New Issue
Block a user