--- mod_czs.c 2000/08/09 19:43:30 1.6 +++ mod_czs.c 2000/08/09 20:34:29 1.7 @@ -50,12 +50,14 @@ ap_log_reason("file permissions deny server access", r->filename, r); return FORBIDDEN; } +#ifdef DEBUG if(r->args != 0 || do_czs) { ap_table_setn(r->headers_out, "X-czs_filename", r->filename); if (r->args != 0) { ap_table_setn(r->headers_out, "X-czs_args", r->args); } } +#endif ap_soft_timeout("send", r); ap_send_http_header(r);