|
CFMX 7 support in Apache 2.2.3 |
|
|
|
Tutorials / FAQs -
Programming
|
|
Page 3 of 3 The archive contains a file called "mod_jrun22.so". Copy that into "C:\CFusionMX7\runtime\lib\wsconfig\1"
Now you have to manually modify the httpd.conf file to reflect the new files.
Changes to httpd.conf replace LoadModule jrun_module "C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so" with LoadModule jrun_module "C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun22.so" replace <IfModule mod_jrun20.c> with <IfModule mod_jrun22.c>
I'd show you some examples, but I don't actually have any ColdFusion support on my current webhost. If someone wanted to offer me a little at a reasonable price so I can provide some more tutorials, that would be pretty cool.
|