forked from pool/apache2
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:
parent
81e2c05b71
commit
225f5532b5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user