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

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