mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fixed crash with invalid commands and marked IIS server as non-virtual, so many commands would work (like SecDataDir).
This commit is contained in:
@@ -143,6 +143,7 @@ server_rec *modsecInit() {
|
||||
server->server_scheme = "";
|
||||
server->timeout = 60 * 1000000;// 60 seconds
|
||||
server->wild_names = NULL;
|
||||
server->is_virtual = 0;
|
||||
|
||||
ap_server_config_defines = apr_array_make(pool, 1, sizeof(char *));
|
||||
|
||||
|
Reference in New Issue
Block a user