]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Envvars LANG issue
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Aug 2015 15:51:46 +0000 (12:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Aug 2015 15:51:46 +0000 (12:51 -0300)
files/envvars
files/envvars.vserver

index 91328ac72ab65c94e76eb4591c70cb60e4b8706e..1cfcd643a2bc61ee341040716ffff60cee01ec9c 100644 (file)
@@ -25,7 +25,10 @@ export APACHE_LOG_DIR=/var/log/apache2$SUFFIX
 ## 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
+## We need a custom envvars apache config to set correct LANG env, see
+## https://projects.puppetlabs.com/issues/11303
+## https://projects.puppetlabs.com/issues/11860
+. /etc/default/locale
 
 export LANG
 
index b5c749f7327d81766e3bb1921910c1acd472ec3e..8ab70976fb23bdeba4751d2eb1a6208ec8fbe88a 100644 (file)
@@ -25,7 +25,10 @@ export APACHE_LOG_DIR=/var/log/apache2$SUFFIX
 ## 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
+## We need a custom envvars apache config to set correct LANG env, see
+## https://projects.puppetlabs.com/issues/11303
+## https://projects.puppetlabs.com/issues/11860
+. /etc/default/locale
 
 export LANG