https://bz.apache.org/bugzilla/show_bug.cgi?id=59565
Bug ID: 59565
Summary: Apache 2.4.20 AddDefaultCharset doesn't work
Product: Apache httpd-2
Version: 2.4.20
Hardware: PC
OS: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
When I was using Apache 2.2, "AddDefaultCharset" in httpd.conf can make the
default character set to work.
When upgrading to Apache 2..4.20, it no longer works. I had to add "ForceType"
to vhosts before the web pages will show the charset correctly.
However, ForceType also breaks the file downloading. Any types of files will
show in the browsers (mp3, pdf, ppt, doc, ..., etc.). Once ForceType is turned
off, file downloading will work with appropriate applications.
I tried to change the DEFAULT_ADD_DEFAULT_CHARSET_NAME in include/httpd.conf
and recompiled but it didn't help.
Since haven't found any one reporting this, I am curious if this could be a bug
in the code.
This has nothing to do with php. Just plan html files.
I even tried the <meta http-equiv="content-type" content="text/html;
charset=xxxx"> in html files but that didn't help either.
Anyone saw this before?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]