Yes.. Apachectl just calls the commands that I send manually.. Which is why I don't use it. Apachectl graceful just recalls 'kill -USR1 <PID>'.
-----Original Message----- From: Rick Widmer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 7:35 AM To: Erwin; [EMAIL PROTECTED] Subject: Re: [PHP] Apache 1.3.26 + PHP 4.2.3 At 01:54 PM 10/1/02 +0200, Erwin wrote: >James Mackie wrote: > > Since I installed apache from source and not an RPM I do not have an > > rc file that the service command would use. I start apache in the > > rc.local file. -USR1 should be the 'NICE' way to reload the > > configuration files as per the apache documentation and has worked > > for many versions. Its just with PHP 4.2.3 that it stops working. > >Is "apachectl graceful" an option? >apachectl resided in the apache installation dir. From apachectl... graceful) if [ $RUNNING -eq 0 ]; then ... ... else if $HTTPD -t >/dev/null 2>&1; then if kill -USR1 $PID; then ^^^^^^^^^^^^^ I don't think apachectl will help, since it uses kill -USR1 to do a graceful restart. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php