Loading debian/README.Debian +2 −0 Original line number Diff line number Diff line Loading @@ -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/ Loading debian/changelog +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. Loading debian/config-dir/envvars +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
debian/README.Debian +2 −0 Original line number Diff line number Diff line Loading @@ -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/ Loading
debian/changelog +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. Loading
debian/config-dir/envvars +7 −0 Original line number Diff line number Diff line Loading @@ -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