[wplug] Chinese console fonts?

Zach Uram netrek at gmail.com
Fri Aug 15 08:16:57 EDT 2008


On Fri, Aug 15, 2008 at 7:45 AM, Jonathan Billings <billings at negate.org> wrote:
>
>
> Your web server might not be serving the GB2312 charset (or whatever
> the <meta> line at the beginning of the HTML file says it is).  Look
> into http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addcharset

How can I verify what charsets my Apache 1.3.34 server currently
supports? I read that section on AddCharset but it doesn't say exactly
what should I edit to add this to it? How do I know what are valid
charsets (spelled the way Apache expects them)? I can find no mod_mime
when I do an 'apt-cache search mod_mime' but I did find a package:
libapache2-mod-mime-xattr - Apache2 module to get MIME info from
filesystem extended attributes
Will apache2 modules work with my Apache 1 webserver? The server is
now running Debian testing release since I upgraded it. I guess I want
something like:

AddLanguage zh-cn .zh-cn
AddCharset  gb2312 .gb

Does that look good? I am just guessing since I don't know the proper
extension that Apache maps to gb2312 and I am following the example
for the AddLanguage so not 100% sure if I did that correctly heh.

Zach


More information about the wplug mailing list