From 225f5532b572321761385e48baf0b56182175cb20e366f5395fbac6cfd5d2d9d Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 5 Nov 2015 08:31:34 +0000 Subject: [PATCH] Accepting request 342350 from home:pgajdos - LogLevel directive into correct config file, thanks Michael Calmer for the fix [bsc#953329] OBS-URL: https://build.opensuse.org/request/show/342350 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=464 --- apache2.changes | 6 ++++++ start_apache2 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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