restart apache, not bind!
authorivan <ivan>
Sat, 29 Mar 2003 05:35:21 +0000 (05:35 +0000)
committerivan <ivan>
Sat, 29 Mar 2003 05:35:21 +0000 (05:35 +0000)
bin/apache.export

index ed85df7..399fb03 100755 (executable)
@@ -51,7 +51,7 @@ foreach my $export ( @exports ) {
   } ) or die "rsync to $machine failed: ". join(" / ", $rsync->err);
  # warn $rsync->out;
 
-  ssh("root\@$machine", 'ndc reload');
+  ssh("root\@$machine", 'apachectl graceful');
 
 }