From: ivan Date: Sat, 29 Mar 2003 05:34:50 +0000 (+0000) Subject: restart apache, not bind! X-Git-Tag: freeside_1_4_1beta8~12 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5cd4431111f10bd75ef7abebaf995f6b9c84231f;p=freeside.git 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'); }