DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40292>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40292 ------- Additional Comments From [EMAIL PROTECTED] 2006-08-22 19:45 ------- I checked the apache2 script in /etc/init.d and I abstract the reload part code as follow: ENV="env -i LANG=C PATH=/usr/local/bin:/usr/bin:/bin" APACHE2CTL="$ENV /usr/sbin/apache2ctl" log_begin_msg "Reloading apache 2.0 configuration..." if $APACHE2CTL graceful $2 ; then log_end_msg 0 else log_end_msg 1 fi So finally I think it just do command: /usr/sbin/apache2ctl graceful -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
