--- mod_czs.c 2000/08/09 07:13:10 1.2 +++ mod_czs.c 2000/08/09 19:14:33 1.4 @@ -57,8 +57,6 @@ } } - r->content_type = "text/html"; /* hm? */ - ap_soft_timeout("send", r); ap_send_http_header(r); @@ -102,6 +100,7 @@ int translate_path(request_rec *r) { char *uri = r->uri; request_rec *subr; + do_czs=0; if (uri[0]=='/' && uri[1]=='_' && uri[2]=='/') { #if 0