summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-03-29 05:34:50 +0000
committerivan <ivan>2003-03-29 05:34:50 +0000
commit5cd4431111f10bd75ef7abebaf995f6b9c84231f (patch)
treea6a0fcb9e7be83d0827d7798323af4ae88e88dbc
parentcf2fc14c810b05159f4eff19f54b85b13709f812 (diff)
restart apache, not bind!
-rwxr-xr-xbin/apache.export2
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');
}