diff options
author | ivan <ivan> | 2003-03-29 05:34:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-03-29 05:34:50 +0000 |
commit | 5cd4431111f10bd75ef7abebaf995f6b9c84231f (patch) | |
tree | a6a0fcb9e7be83d0827d7798323af4ae88e88dbc | |
parent | cf2fc14c810b05159f4eff19f54b85b13709f812 (diff) |
restart apache, not bind!
-rwxr-xr-x | bin/apache.export | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/apache.export b/bin/apache.export index ed85df7cf..399fb0377 100755 --- a/bin/apache.export +++ b/bin/apache.export @@ -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'); } |