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->