--- mod_jk.orig.c 2018-08-24 16:42:42.000000000 +0200 +++ mod_jk.c 2018-09-07 11:27:45.637798286 +0200 @@ -3765,6 +3765,7 @@ rconf->rule_extensions = NULL; ap_set_module_config(r->request_config, &jk_module, rconf); + if (r->method_number==M_OPTIONS && strcmp (r->uri, "*")==0) return DECLINED; if (!r->proxyreq) { jk_server_conf_t *conf = (jk_server_conf_t *) ap_get_module_config(r->server->