mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-09-23 18:17:53 +02:00
icingaweb2: Try to fix older SUSE httpd start
This commit is contained in:
parent
bc9c3272d2
commit
c2af1f5e5b
@ -28,8 +28,8 @@ elif [ -x /usr/share/apache2/get_module_list ]; then
|
||||
sudo a2enmod php5
|
||||
|
||||
# update apache config
|
||||
/usr/share/apache2/get_includes
|
||||
/usr/share/apache2/get_module_list
|
||||
sudo /usr/share/apache2/get_includes
|
||||
sudo /usr/share/apache2/get_module_list
|
||||
|
||||
sudo /usr/sbin/apache2ctl -k start
|
||||
elif [ -x /usr/sbin/httpd ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user