Andy Jarrett // Code. Develop. Manage.

Apache, CFMX 6.1, CFMX 7

Im currently running two seperate installs of CFMX, both 6.1 and 7 with apache as my local server. To do this ensure in your httpd.conf file you have the following
#######################

\n### FOR CFMX 6.1

\n#######################

\n#
\n# Bring in additional module-specific configurations
\n#
\n<IfModule mod_ssl.c>
\n Include conf/ssl.conf
\n</IfModule>
\n# JRun Settings
\nLoadModule jrun_module "C:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun20.so"
\n<IfModule mod_jrun20.c>
\n JRunConfig Verbose false
\n JRunConfig Apialloc false
\n JRunConfig Ssl false
\n JRunConfig Ignoresuffixmap false
\n JRunConfig Serverstore "C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store"
\n JRunConfig Bootstrap 127.0.0.1:51010
\n #JRunConfig Errorurl <optionally redirect to this URL on errors>
\n AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
\n</IfModule>
\nLoadModule dav_svn_module modules/mod_dav_svn.so
\nLoadModule authz_svn_module modules/mod_authz_svn.so


\n#######################

\n### FOR CFMX 7

\n#######################

\n# JRun Settings
\nLoadModule jrun_module "C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so"
\n<IfModule mod_jrun20.c>
\n JRunConfig Verbose false
\n JRunConfig Apialloc false
\n JRunConfig Ssl false
\n JRunConfig Ignoresuffixmap false
\n JRunConfig Serverstore "C:/CFusionMX7/runtime/lib/wsconfig/1/jrunserver.store"
\n JRunConfig Bootstrap 127.0.0.1:51011
\n #JRunConfig Errorurl <optionally redirect to this URL on errors>
\n #JRunConfig ProxyRetryInterval 600
\n #JRunConfig ConnectTimeout 15
\n #JRunConfig RecvTimeout 300
\n #JRunConfig SendTimeout 15
\n AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
\n</IfModule>
Also to make my life easier (though not as easy as i first thought it would but thats for another post) i'm using System Manager
I’m here, learning and working away. If you liked this content and want to keep me going, consider buying me a coffee.
Your support keeps this site running and the coffee brewing! ☕️