[Pkg-apache-commits] r997 - in /trunk/apache2: README.Debian changelog config-dir/envvars

sf at alioth.debian.org sf at alioth.debian.org
Mon Jul 27 20:18:56 UTC 2009


Author: sf
Date: Mon Jul 27 20:18:54 2009
New Revision: 997

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=997
Log:
Add the default LANG=C to /etc/apache2/envvars

Modified:
    trunk/apache2/README.Debian
    trunk/apache2/changelog
    trunk/apache2/config-dir/envvars

Modified: trunk/apache2/README.Debian
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/README.Debian?rev=997&op=diff
==============================================================================
--- trunk/apache2/README.Debian (original)
+++ trunk/apache2/README.Debian Mon Jul 27 20:18:54 2009
@@ -49,6 +49,8 @@
 	configuration. Some settings, like user and pid file, need to
 	go in here so that other scripts can use them. It can also
 	be used to change some default settings used by apache2ctl.
+	Here is also the default LANG=C setting that can be changed
+	to a different language.
 
 conf.d/
 

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=997&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Mon Jul 27 20:18:54 2009
@@ -1,8 +1,10 @@
 apache2 (2.2.11-8) UNRELEASED; urgency=low
 
   * Enable hardening compile options.
+  * Add the default LANG=C to /etc/apache2/envvars and document it in
+    README.Debian (closes #511878).
   * Make a2ensite and friends ignore the same filenames as apache does for
-    included config files.
+    included config files, even if LANG is not C.
   * Remove 2.0 -> 2.2 upgrade logic from maintainer scripts.
   * Remove other_vhosts_access.log on package purge.
 

Modified: trunk/apache2/config-dir/envvars
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/config-dir/envvars?rev=997&op=diff
==============================================================================
--- trunk/apache2/config-dir/envvars (original)
+++ trunk/apache2/config-dir/envvars Mon Jul 27 20:18:54 2009
@@ -6,3 +6,10 @@
 export APACHE_RUN_USER=www-data
 export APACHE_RUN_GROUP=www-data
 export APACHE_PID_FILE=/var/run/apache2.pid
+
+## The locale used by some modules like mod_dav
+export LANG=C
+## Uncomment the following line to use the system default locale instead:
+#. /etc/default/locale
+
+export LANG




More information about the Pkg-apache-commits mailing list