]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Apache is restarted in configure.pl script.
authoreldy <>
Tue, 13 Jan 2004 13:13:02 +0000 (13:13 +0000)
committereldy <>
Tue, 13 Jan 2004 13:13:02 +0000 (13:13 +0000)
tools/configure.pl

index de681c4b6434070c6b8ca45946336c782e78ea5a..9c1721bcd08349a6c37d42889abc17171a47ec26 100644 (file)
@@ -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')        {