|
Mailing Lists
|
Home /
Groups /
ColdFusion Linux (CF-Linux)
Apache question
I wrote up a blog entry on editing the JRun error message that comes up when CF is starting or fails:Michael Dinowitz 11/09/05 01:24 P > I wrote up a blog entry on editing the JRun error message that comes up when CF is starting or fails:Dave Carabetta 11/09/05 01:31 P Thanks. Some Macromedia docs say one thing and some say another. I just wanted to be 100% correct.Michael Dinowitz 11/09/05 01:38 P I wrote up a blog entry on editing the JRun error message that comes up when CF is starting or fails: http://www.blogoffusion.com/index.cfm/2005/11/8/Change-the-default-JRun-error-message-in-ColdFusion One question did come up on an apache install. Does the "errorurl" entry exist in the httpd.conf or in the mod_jrun.so? Thanks > I wrote up a blog entry on editing the JRun error message that comes up when CF is starting or fails: > http://www.blogoffusion.com/index.cfm/2005/11/8/Change-the-default-JRun-error-message-in-ColdFusion > > One question did come up on an apache install. Does the "errorurl" entry exist in the httpd.conf or in the mod_jrun.so? > httpd.conf. Here's the full listing of the setting in the conf file for reference: <IfModule mod_jrun20.c> JRunConfig Verbose false JRunConfig Apialloc false JRunConfig Ssl false JRunConfig Ignoresuffixmap false JRunConfig Serverstore /opt/jrun4/lib/wsconfig/1/jrunserver.store JRunConfig Bootstrap 127.0.0.1:51010 #JRunConfig Errorurl url <optionally redirect to this URL on errors> AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .mxml </IfModule> Regards, Dave. Thanks. Some Macromedia docs say one thing and some say another. I just wanted to be 100% correct. ----- Excess quoted text cut - see Original Post for more ----- > JRunConfig Verbose false > JRunConfig Apialloc false > JRunConfig Ssl false > JRunConfig Ignoresuffixmap false > JRunConfig Serverstore /opt/jrun4/lib/wsconfig/1/jrunserver.store > JRunConfig Bootstrap 127.0.0.1:51010 > #JRunConfig Errorurl url <optionally redirect to this URL on errors> > AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .mxml > </IfModule> > > Regards, > Dave.
|
May 21, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||