Bug 98455

Summary: Wrong "AddLanguage cz .cz" in the default httpd.conf
Product: [Retired] Red Hat Linux Reporter: Jan "Yenya" Kasprzak <kas>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: low    
Version: 9CC: mitr
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://ftp.ics.uci.edu/pub/ietf/http/related/iso639.txt
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-12 11:05:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan "Yenya" Kasprzak 2003-07-02 16:32:03 UTC
Description of problem:
The default configuration of Apache in Red Hat 9 has an incorrect
directive for the Czech Language. There is the following line in httpd.conf:

AddLanguage cz .cz

However, according to ISO 639, the official abbreviation of the Czech language
is "cs", not "cz". I the Czech republic the locale "cs" or "cs_CZ" or
"cs_CZ.ISO8859-2" is used (the "CZ" here is the ISO 3166 country code,
not to be confused with ISO 639 language code), and WWW browsers send the
"Accept-Language: cs,en,*" header. So the default configuration should read:

AddLanguage: cs .cs

Version-Release number of selected component (if applicable):
2.4.0-21

Comment 1 Jan "Yenya" Kasprzak 2003-07-02 16:39:06 UTC
Sorry for the confusion - the version-release number should read
2.0.40-21.

Comment 2 Joe Orton 2003-07-07 15:38:15 UTC
Thanks for the report.

Comment 3 Joe Orton 2003-09-12 11:05:14 UTC
This is fixed in Raw Hide, httpd-2.0.47-4 and later.