Umlaute in Apache2

This is a discussion on Umlaute in Apache2 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hallo, I am using Apache2 on suse-linux 9.0. Now I have the problems, that apache can not send ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-20-2003
Hofmann Werner
 
Posts: n/a
Default Umlaute in Apache2

Hallo,

I am using Apache2 on suse-linux 9.0.
Now I have the problems, that apache can not send words
with the letters 'ä,ü,ö' any more. It is not a problem of my
browsers, it must be anything with the new apache. Who, can
give me a tip please?

tnx
  #2 (permalink)  
Old 10-20-2003
Hofmann Werner
 
Posts: n/a
Default Re: Umlaute in Apache2

<veröffentlicht & per Mail versendet>

Hofmann Werner wrote:

> Hallo,
>
> I am using Apache2 on suse-linux 9.0.
> Now I have the problems, that apache can not send words
> with the letters 'ä,ü,ö' any more. It is not a problem of my
> browsers, it must be anything with the new apache. Who, can
> give me a tip please?
>
> tnx


I have found out the problem:
there are no charset and language settings made by default so I have added
following lines (to much but working):

AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .et
AddLanguage fr .fr
AddLanguage de .de
AddLanguage he .he
AddLanguage el .el
AddLanguage it .it
AddLanguage ja .ja
AddLanguage pl .po
AddLanguage ko .ko
AddLanguage pt .pt
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pt-br .pt-br
AddLanguage ltz .ltz
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .sv
AddLanguage cs .cz .cs
AddLanguage ru .ru
AddLanguage zh-TW .zh-tw
AddLanguage hr .hr

DefaultLanguage de
LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv
tw
ForceLanguagePriority Prefer Fallback
AddDefaultCharset ISO-8859-1
AddCharset ISO-8859-1 .iso8859-1 .latin1
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8
AddCharset GB2312 .gb2312 .gb
AddCharset utf-7 .utf7
AddCharset utf-8 .utf8
AddCharset big5 .big5 .b5
AddCharset EUC-TW .euc-tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset shift_jis .sjis

  #3 (permalink)  
Old 11-02-2003
Harald
 
Posts: n/a
Default Re: Umlaute in Apache2

Hello,
i am using Apache 2.0.48 on W32 Systems.
Do you also have the problem with HTML-pages named with an umlaut (like
ä.html)?

The server gives me a 403 error - access forbidden.

Regards,
Harald
--
to respond to my email-address remove <z>.


"Hofmann Werner" <superomega@t-online.de> schrieb im Newsbeitrag
news:bmvaka$o1e$02$1@news.t-online.com...
> <veröffentlicht & per Mail versendet>
>
> Hofmann Werner wrote:
>
> > Hallo,
> >
> > I am using Apache2 on suse-linux 9.0.
> > Now I have the problems, that apache can not send words
> > with the letters 'ä,ü,ö' any more. It is not a problem of my
> > browsers, it must be anything with the new apache. Who, can
> > give me a tip please?
> >
> > tnx

>
> I have found out the problem:
> there are no charset and language settings made by default so I have added
> following lines (to much but working):
>
> AddLanguage da .dk
> AddLanguage nl .nl
> AddLanguage en .en
> AddLanguage et .et
> AddLanguage fr .fr
> AddLanguage de .de
> AddLanguage he .he
> AddLanguage el .el
> AddLanguage it .it
> AddLanguage ja .ja
> AddLanguage pl .po
> AddLanguage ko .ko
> AddLanguage pt .pt
> AddLanguage nn .nn
> AddLanguage no .no
> AddLanguage pt-br .pt-br
> AddLanguage ltz .ltz
> AddLanguage ca .ca
> AddLanguage es .es
> AddLanguage sv .sv
> AddLanguage cs .cz .cs
> AddLanguage ru .ru
> AddLanguage zh-TW .zh-tw
> AddLanguage hr .hr
>
> DefaultLanguage de
> LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv
> tw
> ForceLanguagePriority Prefer Fallback
> AddDefaultCharset ISO-8859-1
> AddCharset ISO-8859-1 .iso8859-1 .latin1
> AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
> AddCharset ISO-8859-3 .iso8859-3 .latin3
> AddCharset ISO-8859-4 .iso8859-4 .latin4
> AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
> AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
> AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
> AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
> AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
> AddCharset ISO-2022-JP .iso2022-jp .jis
> AddCharset ISO-2022-KR .iso2022-kr .kis
> AddCharset ISO-2022-CN .iso2022-cn .cis
> AddCharset Big5 .Big5 .big5
> AddCharset WINDOWS-1251 .cp-1251 .win-1251
> AddCharset CP866 .cp866
> AddCharset KOI8-r .koi8-r .koi8-ru
> AddCharset KOI8-ru .koi8-uk .ua
> AddCharset ISO-10646-UCS-2 .ucs2
> AddCharset ISO-10646-UCS-4 .ucs4
> AddCharset UTF-8 .utf8
> AddCharset GB2312 .gb2312 .gb
> AddCharset utf-7 .utf7
> AddCharset utf-8 .utf8
> AddCharset big5 .big5 .b5
> AddCharset EUC-TW .euc-tw
> AddCharset EUC-JP .euc-jp
> AddCharset EUC-KR .euc-kr
> AddCharset shift_jis .sjis
>



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:24 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0