Index: src/modules/standard/mod_status.c
===================================================================
--- src/modules/standard/mod_status.c (revision 558006)
+++ src/modules/standard/mod_status.c (working copy)
@@ -221,7 +221,7 @@
if (r->method_number != M_GET)
return DECLINED;
- r->content_type = "text/html";
+ r->content_type = "text/html; charset=ISO-8859-1";
/*
* Simple table-driven form data set parser that lets you alter the header
@@ -247,7 +247,7 @@
no_table_report = 1;
break;
case STAT_OPT_AUTO:
- r->content_type = "text/plain";
+ r->content_type = "text/plain; charset=ISO-8859-1";
short_report = 1;
break;
}