coar 00/08/28 07:39:08
Modified: conf httpd.conf-dist httpd.conf-dist-win
Log:
Adding the Taiwan translation bits.
Revision Changes Path
1.15 +13 -11 apache-2.0/conf/httpd.conf-dist
Index: httpd.conf-dist
===================================================================
RCS file: /home/cvs/apache-2.0/conf/httpd.conf-dist,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -u -r1.14 -r1.15
--- httpd.conf-dist 2000/08/19 05:52:33 1.14
+++ httpd.conf-dist 2000/08/28 14:39:03 1.15
@@ -206,7 +206,7 @@
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
-Port 80
+Port @@Port@@
#
# If you wish httpd to run as a different user or group, you must run
@@ -658,6 +658,7 @@
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
+AddLanguage tw .tw
# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.
@@ -665,7 +666,7 @@
# Just list the languages in decreasing order of preference. We have
# more or less alphabetized them here. You probably want to change this.
#
-LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ltz ca es sv
+LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ltz ca es sv tw
# Specify a default charset for all pages sent out. This is
@@ -686,18 +687,19 @@
# See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets for
# the official list of charset names and their respective RFCs
#
-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-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
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
1.11 +3 -1 apache-2.0/conf/httpd.conf-dist-win
Index: httpd.conf-dist-win
===================================================================
RCS file: /home/cvs/apache-2.0/conf/httpd.conf-dist-win,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- httpd.conf-dist-win 2000/08/19 05:52:33 1.10
+++ httpd.conf-dist-win 2000/08/28 14:39:05 1.11
@@ -583,6 +583,7 @@
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
+AddLanguage tw .tw
# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.
@@ -590,7 +591,7 @@
# Just list the languages in decreasing order of preference. We have
# more or less alphabetized them here. You probably want to change this.
#
-LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv
+LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
# Specify a default charset for all pages sent out. This is
# always a good idea and opens the door for future internationalisation
@@ -622,6 +623,7 @@
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
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
|