diff options
Diffstat (limited to 'web_wizard/Apache.pm')
-rwxr-xr-x | web_wizard/Apache.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 79395930..a2db5da5 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -271,7 +271,7 @@ sub do_it { chg_docroot(); chg_user_dir(); - services::restart_or_start('httpd'); + reload_or_restart('httpd'); undef $w; check_started($o->{var}{servicecheck}); } |