From: eldy <> Date: Tue, 13 Jan 2004 13:08:24 +0000 (+0000) Subject: Apache is restarted in configure.pl script. X-Git-Tag: AWSTATS_6_0_RELEASE~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2983a494e5b5ff3daa70717f94dd856febd088;p=thirdparty%2FAWStats.git Apache is restarted in configure.pl script. --- diff --git a/tools/configure.pl b/tools/configure.pl index e25ad92f..de681c4b 100644 --- a/tools/configure.pl +++ b/tools/configure.pl @@ -580,7 +580,7 @@ if ($bidon =~ /^y/i) { if ($WebServerChanged) { if ($OS eq 'linux') { print "\n-----> Restart Apache with '/usr/bin/service httpd restart'\n"; - my $ret=`/usr/bin/service httpd restart`; + my $ret=`/sbin/service httpd restart`; } elsif ($OS eq 'windows') { foreach my $key (keys %ApachePath) {