mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-31 01:44:06 +02:00
icingaweb2: Try to fix older SUSE httpd start
This commit is contained in:
parent
f2899e0352
commit
bc9c3272d2
@ -27,6 +27,10 @@ elif [ -x /usr/share/apache2/get_module_list ]; then
|
||||
sudo a2enmod rewrite
|
||||
sudo a2enmod php5
|
||||
|
||||
# update apache config
|
||||
/usr/share/apache2/get_includes
|
||||
/usr/share/apache2/get_module_list
|
||||
|
||||
sudo /usr/sbin/apache2ctl -k start
|
||||
elif [ -x /usr/sbin/httpd ]; then
|
||||
sudo httpd -t
|
||||
|
Loading…
x
Reference in New Issue
Block a user