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
This commit is contained in:
Petr Gajdos 2015-11-05 08:31:34 +00:00 committed by Git OBS Bridge
parent 81e2c05b71
commit 225f5532b5
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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