diff options
author | Eric Covener <covener@apache.org> | 2018-08-14 23:47:22 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2018-08-14 23:47:22 +0200 |
commit | 19e9326dbf9fc6b54245d22df5cddf074b4dcdbf (patch) | |
tree | 74343454c2e8009b0a8b28ae24309d25ca934ea1 /include/http_core.h | |
parent | don't use workaround on trunk (diff) | |
download | apache2-19e9326dbf9fc6b54245d22df5cddf074b4dcdbf.tar.xz apache2-19e9326dbf9fc6b54245d22df5cddf074b4dcdbf.zip |
Add StrictHostCheck
.. to allow ucnonfigured hostnames to be rejected.
The checks happen during NVH mapping and checks that the
mapped VH itself has the host as a name or alias.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_core.h')
-rw-r--r-- | include/http_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h index 3b43b38f3e..fe3836fb34 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -770,6 +770,7 @@ typedef struct { apr_size_t flush_max_threshold; apr_int32_t flush_max_pipelined; + unsigned int strict_host_check; } core_server_config; /* for AddOutputFiltersByType in core.c */ |