House of Fusion
Home of the ColdFusion Community
Hostmysite ColdFusion Hosting

Search cf-linux

July 19, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Linux (CF-Linux)

Apache question

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 

11/09/2005 01:24 PM
Author:
Michael Dinowitz

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

11/09/2005 01:31 PM
Author:
Dave Carabetta

On 11/9/05, Michael Dinowitz <mdinowit@houseoffusion.com> wrote: > 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.

11/09/2005 01:38 PM
Author:
Michael Dinowitz

Thanks. Some Macromedia docs say one thing and some say another. I just wanted to be 100% correct.      > 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.


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists