- readd the support of multiple entries in APACHE_ACCESS_LOG

[bsc#991032]

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=485
This commit is contained in:
Petr Gajdos 2016-08-05 09:40:03 +00:00 committed by Git OBS Bridge
parent 5fc8ac26f8
commit 147675ed80
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 5 09:15:11 UTC 2016 - pgajdos@suse.com
- readd the support of multiple entries in APACHE_ACCESS_LOG
[bsc#991032]
-------------------------------------------------------------------
Tue Jul 12 14:49:09 UTC 2016 - kstreitova@suse.com

View File

@ -91,7 +91,7 @@ for c in global.conf include.conf loadmodule.conf; do
done
# APACHE_ACCESS_LOG -> global.conf
if [ -n "$APACHE_ACCESS_LOG" ]; then
echo "CustomLog $APACHE_ACCESS_LOG" >> ${sysconfd_dir}/global.conf
echo "CustomLog $APACHE_ACCESS_LOG" | sed 's:,:\nCustomLog :' >> ${sysconfd_dir}/global.conf
fi
# APACHE_CONF_INCLUDE_FILES -> include.conf
for file in $APACHE_CONF_INCLUDE_FILES; do