packages: apache/apache-httpd.conf - no default encoding as it causes apach...

arekm arekm at pld-linux.org
Tue Jun 7 11:09:42 CEST 2011


Author: arekm                        Date: Tue Jun  7 09:09:42 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- no default encoding as it causes apache sends this encoding in every response headers thus breaking apps that don't use utf8 and rely on html charset info

---- Files affected:
packages/apache:
   apache-httpd.conf (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: packages/apache/apache-httpd.conf
diff -u packages/apache/apache-httpd.conf:1.56 packages/apache/apache-httpd.conf:1.57
--- packages/apache/apache-httpd.conf:1.56	Sun Apr  3 15:22:24 2011
+++ packages/apache/apache-httpd.conf	Tue Jun  7 11:09:37 2011
@@ -62,7 +62,7 @@
 ServerTokens Full
 ServerSignature On
 HostnameLookups Off
-AddDefaultCharset UTF-8
+#AddDefaultCharset UTF-8
 
 TraceEnable Off
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-httpd.conf?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list