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