dirkx       99/08/28 03:33:20

  Modified:    conf     httpd.conf-dist httpd.conf-dist-win
  Log:
   debugging and more information
  
  Revision  Changes    Path
  1.45      +30 -18    apache-1.3/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /x3/home/cvs/apache-1.3/conf/httpd.conf-dist,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- httpd.conf-dist   1999/08/28 10:18:34     1.44
  +++ httpd.conf-dist   1999/08/28 10:33:15     1.45
  @@ -627,27 +627,39 @@
   #
   # AddLanguage allows you to specify the language of a document. You can
   # then use content negotiation to give a browser a file in a language
  -# it can understand.  Note that the suffix does not have to be the same
  -# as the language keyword --- those with documents in Polish (whose
  -# net-standard language code is pl) may wish to use "AddLanguage pl .po" 
  -# to avoid the ambiguity with the common suffix for perl scripts.
  +# it can understand.  
   #
  -# In the case of 'ltz' we violate the RFC by using a three char 
  +# Note 1: The suffix does not have to be the same as the language 
  +# keyword --- those with documents in Polish (whose net-standard 
  +# language code is pl) may wish to use "AddLanguage pl .po" to 
  +# avoid the ambiguity with the common suffix for perl scripts.
  +#
  +# Note 2: The example entries below illustrate that in quite
  +# some cases the two character 'Language' abbriviation is not
  +# identical to the two character 'Country' code for it's country,
  +# E.g. 'Danmark/dk' versus 'Danish/da'.
  +#
  +# Note 3: In the case of 'ltz' we violate the RFC by using a three char 
   # specifier. But there is 'work in progress' to fix this and get 
   # the reference data for rfc1766 cleaned up.
  +#
  +# Danish (da) - Dutch (nl) - English (en) - Estonian (ee)
  +# French (fr) - German (de) - Greek-Modern (el)
  +# Italian (it) -Portugese (pt) - Luxembourgeois* (ltz)
  +# Spanish (es) - Swedish (sv)
   #
  -AddLanguage da .dk   # Danish
  -AddLanguage nl .nl   # Dutch
  -AddLanguage en .en   # English
  -AddLanguage et .ee   # Estonian
  -AddLanguage fr .fr   # Frech
  -AddLanguage de .de   # German
  -AddLanguage el .el   # Greek (Modern)
  -AddLanguage it .it   # Italian
  -AddLanguage pt .pt   # Portugese
  -AddLanguage ltz .lu  # Luxembourgeois* 
  -AddLanguage es .es   # Spanish
  -AddLanguage sv .se   # Swedish
  +AddLanguage da .dk
  +AddLanguage nl .nl
  +AddLanguage en .en
  +AddLanguage et .ee
  +AddLanguage fr .fr
  +AddLanguage de .de
  +AddLanguage el .el
  +AddLanguage it .it
  +AddLanguage pt .pt
  +AddLanguage ltz .lu
  +AddLanguage es .es
  +AddLanguage sv .se
   
   # LanguagePriority allows you to give precedence to some languages
   # in case of a tie during content negotiation.
  @@ -655,7 +667,7 @@
   # Just list the languages in decreasing order of preference. We have
   # more or less alphabetized them here. You propably want to change this.
   #
  -LanguagePriority en da nl et fr de el it pt x-lux es sv
  +LanguagePriority en da nl et fr de el it pt ltz es sv
   
   #
   # AddType allows you to tweak mime.types without actually editing it, or to
  
  
  
  1.27      +30 -18    apache-1.3/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===================================================================
  RCS file: /x3/home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- httpd.conf-dist-win       1999/08/28 10:18:35     1.26
  +++ httpd.conf-dist-win       1999/08/28 10:33:16     1.27
  @@ -564,27 +564,39 @@
   #
   # AddLanguage allows you to specify the language of a document. You can
   # then use content negotiation to give a browser a file in a language
  -# it can understand.  Note that the suffix does not have to be the same
  -# as the language keyword --- those with documents in Polish (whose
  -# net-standard language code is pl) may wish to use "AddLanguage pl .po" 
  -# to avoid the ambiguity with the common suffix for perl scripts.
  +# it can understand.  
   #
  -# In the case of 'ltz' we violate the RFC by using a three char 
  +# Note 1: The suffix does not have to be the same as the language 
  +# keyword --- those with documents in Polish (whose net-standard 
  +# language code is pl) may wish to use "AddLanguage pl .po" to 
  +# avoid the ambiguity with the common suffix for perl scripts.
  +#
  +# Note 2: The example entries below illustrate that in quite
  +# some cases the two character 'Language' abbriviation is not
  +# identical to the two character 'Country' code for it's country,
  +# E.g. 'Danmark/dk' versus 'Danish/da'.
  +#
  +# Note 3: In the case of 'ltz' we violate the RFC by using a three char 
   # specifier. But there is 'work in progress' to fix this and get 
   # the reference data for rfc1766 cleaned up.
  +#
  +# Danish (da) - Dutch (nl) - English (en) - Estonian (ee)
  +# French (fr) - German (de) - Greek-Modern (el)
  +# Italian (it) -Portugese (pt) - Luxembourgeois* (ltz)
  +# Spanish (es) - Swedish (sv)
   #
  -AddLanguage da .dk      # Danish
  -AddLanguage nl .nl      # Dutch
  -AddLanguage en .en      # English
  -AddLanguage et .ee      # Estonian
  -AddLanguage fr .fr      # Frech
  -AddLanguage de .de      # German
  -AddLanguage el .el      # Greek (Modern)
  -AddLanguage it .it      # Italian
  -AddLanguage pt .pt      # Portugese
  -AddLanguage ltz .lu     # Luxembourgeois* 
  -AddLanguage es .es      # Spanish
  -AddLanguage sv .se      # Swedish
  +AddLanguage da .dk
  +AddLanguage nl .nl
  +AddLanguage en .en
  +AddLanguage et .ee
  +AddLanguage fr .fr
  +AddLanguage de .de
  +AddLanguage el .el
  +AddLanguage it .it
  +AddLanguage pt .pt
  +AddLanguage ltz .lu
  +AddLanguage es .es
  +AddLanguage sv .se
   
   # LanguagePriority allows you to give precedence to some languages
   # in case of a tie during content negotiation.
  @@ -592,7 +604,7 @@
   # Just list the languages in decreasing order of preference. We have
   # more or less alphabetized them here. You propably want to change this.
   #
  -LanguagePriority en da nl et fr de el it pt x-lux es sv
  +LanguagePriority en da nl et fr de el it pt ltz es sv
   
   #
   # AddType allows you to tweak mime.types without actually editing it, or to
  
  
  

Reply via email to