Searched defs:strict (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_win32.c83 else if (!strcasecmp(arg, "registry-strict")) {
91 "\" must be \"registry\", \"registry-strict\" or "
143 int strict)
184 * and if the strict arg is false, then continue trying:
206 if (!strict && name_key && (rv != APR_SUCCESS)) {
214 if (!strict && (rv != APR_SUCCESS)) {
417 int strict = (d->script_interpreter_source local
420 strict);
426 strict ? "No ExecCGI verb found for files of type '%s'."
141 get_interpreter_from_win32_registry(apr_pool_t *p, const char* ext, int strict) argument
/httpd/server/
H A Dprotocol.c568 int strict = conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT; local
673 if (strict) {
694 if (strict) {
931 "[HTTP strict] Request header field name contains "
H A Dvhost.c749 * If strict mode ever becomes the default, this should be folded into
794 "[strict] Invalid host name '%s'%s%.6s",
805 * important so strict sanity checking isn't necessary. However, in
809 * We don't do strict RFC 952 / RFC 1123 syntax checking in order
823 int strict = http_conformance & AP_HTTP_CONFORMANCE_STRICT; local
839 if (strict) {
842 "[strict] purely numeric host names not allowed: %s",
882 if (strict && rv == APR_SUCCESS)

Completed in 20 milliseconds