diff --git a/apache2.changes b/apache2.changes index 5ee0eac..73a08eb 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 4 06:29:27 UTC 2015 - pgajdos@suse.com + +- LogLevel directive into correct config file, thanks Michael Calmer + for the fix [bsc#953329] + ------------------------------------------------------------------- Mon Oct 26 09:34:28 UTC 2015 - pgajdos@suse.com diff --git a/start_apache2 b/start_apache2 index e38556b..40e075e 100644 --- a/start_apache2 +++ b/start_apache2 @@ -125,7 +125,7 @@ if [ -n "$APACHE_SERVERSIGNATURE" ]; then fi # APACHE_LOGLEVEL -> global.conf if [ -n "$APACHE_LOGLEVEL" ]; then - echo "LogLevel $APACHE_LOGLEVEL" >> global.conf + echo "LogLevel $APACHE_LOGLEVEL" >> ${sysconfd_dir}/global.conf fi # APACHE_USE_CANONICAL_NAME -> global.conf if [ -n "$APACHE_USE_CANONICAL_NAME" ]; then