This is a discussion on Re: Apache2.0.47 can't get index.html.var working within the Apache Web Server forums, part of the Web Server and Related Forums category; "Stephan Bieker" <stephan@bieker-online.de> schrieb im Newsbeitrag news:i55pu-70k.ln1@server.bieker.home... &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Stephan Bieker" <stephan@bieker-online.de> schrieb im Newsbeitrag news:i55pu-70k.ln1@server.bieker.home... > Hi, > > i upgraded from a apache1 to a apache 2.0.47. Since then, i am not > able to view documents in the right language. This doesn't work too > in the default /manual section from apache (default installation). > > I always get the page like: > > URI: index.html.de Content-Language: de Content-type: text/html; > charset=ISO-8859-1 URI: index.html.en Content-Language: en > Content-type: text/html; charset=ISO-8859-1 URI: index.html.fr > Content-Language: fr Content-type: text/html; charset=ISO-8859-1 > URI: index.html.ja.jis Content-Language: ja Content-type: text/html; > charset=ISO-2022-JP URI: index.html.ko.euc-kr Content-Language: ko > Content-type: text/html; charset=EUC-KR > > > I do load the negotiation_module in my apache2.conf: > > ---apache2.conf--- > LoadModule negotiation_module modules/mod_negotiation.so > ---snip--- > > > > Don't know if this is vital: > > ---commonapache.conf--- > <IfModule mod_dir.c> > DirectoryIndex index.html index.html.var index.php index.php3 > index.shtml index.cgi index.pl index.htm Default.htm $ > </IfModule> > > <IfModule mod_mime.c> > AddLanguage ca .ca > AddLanguage de .de > AddLanguage en .en > AddDefaultCharset ISO-8859-1 > <IfModule mod_negotiation.c> > LanguagePriority en de nl fr es it da et el ja kr no pl pt > pt-br ru ltz ca sv tw > </IfModule> > <IfModule mod_negotiation.c> > ForceLanguagePriority Prefer Fallback > </IfModule> > AddHandler type-map var > </IfModule> > ---snip--- > > ---commonapache.conf--- > <Location /manual> > Options Multiviews > </Location> > > I believe, that all needed stuff is included, but it does not work. > When i load the /manual/index.html.en or /manual/index.html.de it > works as expected and loads the page correct. > > What am i doing wrong? (Gentoo 1.4.rc4, stable branch, all packages > actual) > > > Gruss > > Stephan > Please! Can really nobody help me to solve this? Gruss Stephan |