mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-09-26 11:29:44 +02:00
icingaweb2: Try to fix older SUSE httpd start
This commit is contained in:
parent
c2af1f5e5b
commit
0191b189a3
@ -15,7 +15,7 @@ fi
|
|||||||
sudo sh -c "echo 'date.timezone = UTC' >${php_d}/timezone.ini"
|
sudo sh -c "echo 'date.timezone = UTC' >${php_d}/timezone.ini"
|
||||||
|
|
||||||
# Start apache in background
|
# Start apache in background
|
||||||
if [ -x /usr/sbin/start_apache2 ]; then
|
if [ -e /usr/sbin/start_apache2 ]; then
|
||||||
# newer SUSE
|
# newer SUSE
|
||||||
sudo a2enmod rewrite
|
sudo a2enmod rewrite
|
||||||
sudo a2enmod php5
|
sudo a2enmod php5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user