Fixed crash with invalid commands and marked IIS server as non-virtua… …

This commit is contained in:
Breno Silva
2012-11-09 15:07:37 -04:00
parent d1c002d6cc
commit 179b536611
3 changed files with 14 additions and 16 deletions

View File

@@ -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 *));