Commit 242822d1 authored by Stefan Fritsch's avatar Stefan Fritsch Committed by Stefan Fritsch
Browse files

Add the default LANG=C to /etc/apache2/envvars

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@997 01b336ce-410b-0410-9a02-a0e7f243c266
parent 7b2c8761
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ envvars
	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/

+3 −1
Original line number Diff line number Diff line
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.

+7 −0
Original line number Diff line number Diff line
@@ -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