From: ivan Date: Sat, 29 Mar 2003 05:35:21 +0000 (+0000) Subject: restart apache, not bind! X-Git-Tag: freeside_1_5_0pre1~28 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5b48517a06a9d43171d5d5a4fe57a18f8f5aa99e;hp=48f60f666bab22a3ca5196cf6cd573b8691e4aae restart apache, not bind! --- 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'); }