mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Set character set for HTML outputs generated by mod_ldap,
mod_proxy_balancer, mod_proxy_ftp, mod_info, mod_dav without a character set to ISO-8859-1. Submitted by: jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -753,7 +753,7 @@ static int balancer_handler(request_rec *r)
|
||||
ap_rputs("</httpd:manager>", r);
|
||||
}
|
||||
else {
|
||||
ap_set_content_type(r, "text/html");
|
||||
ap_set_content_type(r, "text/html; charset=ISO-8859-1");
|
||||
ap_rputs(DOCTYPE_HTML_3_2
|
||||
"<html><head><title>Balancer Manager</title></head>\n", r);
|
||||
ap_rputs("<body><h1>Load Balancer Manager for ", r);
|
||||
|
Reference in New Issue
Block a user