RIAForge doesn't use sigurs1. Instead we use one of the command line params. According to the docs, -k restart is a graceful restart. So we simply do
httpd -k restart On Sat, Jan 17, 2009 at 1:57 PM, John G <[email protected]> wrote: > Thanks for the response Raymond. I am already running the latest stable > version of Apache. > > >> Hello, >> >> Can anyone shed some light on how I can get Apache to do a graceful >> restart without causing a JRun Connector Protocol error. >> >> If I run a ColdFusion page that basically loops through a set of >> numbers and outputs them to the screen and then while running that I >> issue a "kill -SIGUSR1 `cat /var/run/httpd.pid`" command then I >> receive the following error: >> >> --- >> Server Error >> The server encountered an internal error and was unable to complete >> your request. >> >> JRun Connector Protocol Error. >> --- >> >> I am running Apache 2.2.3 along with ColdFusion 8 with the latest >> updates applied. >> >> Can anyone shed some light on how I can avoid this error? The goal is >> to be able to restart Apache without causing interruption of service. >> >> Thanks, >> John >> >> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318133 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

