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