From a2f1f24a95e7d95fbaf9b1ddfcc9cc142dbda9d0 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 18 Aug 2023 16:15:36 +0300 Subject: [PATCH] Fix Apache graceful restart https://github.com/virtualmin/virtualmin-gpl/issues/613 --- apache/config-openSUSE-Linux-15.0-ALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/config-openSUSE-Linux-15.0-ALL b/apache/config-openSUSE-Linux-15.0-ALL index 83bc32975..f85d7f60c 100644 --- a/apache/config-openSUSE-Linux-15.0-ALL +++ b/apache/config-openSUSE-Linux-15.0-ALL @@ -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