Fix Apache graceful restart

https://github.com/virtualmin/virtualmin-gpl/issues/613
This commit is contained in:
Ilia Ross
2023-08-18 16:15:36 +03:00
parent 825b928168
commit a2f1f24a95

View File

@ -5,7 +5,7 @@ mime_types=/etc/apache2/mime.types
httpd_path=/usr/sbin/httpd
start_cmd=systemctl start apache2
stop_cmd=systemctl stop apache2
apply_cmd=systemctl restart apache2
apply_cmd=systemctl reload apache2
show_order=0
max_servers=100
test_config=1