Apache won't start after install of ColdFusion11
I'm performing an upgrade from CF8 to CF11, but need to keep CF8 on the server until CF11 is running properly on my production server.
Apache 2.2.26, Tomcat 7.0.64
Windows Server 2008_R2 (virtual)
I have the original CF 11.0.0 file direct from Adobe. I chose a standard install (not JEE) with Apache web server and all sub-components, no servlets. The install proceeds without issue.
In Apache httpd.conf, I see the section of code that had been added by my earlier install of CF8:
LoadModule jrun_module "C:/ColdFusion8/runtime/lib/wsconfig/1/mod_jrun22.so"
<IfModule mod_jrun22.c>
...more code...
</IfModule>
I also see the line of code that the installer added for CF11:
Include "C:\Apache2\conf\mod_jk.conf"
I can also find the mod_jk.conf file in the place it references and all of the CF11 files and folders that it references exist.
I commented out the section above for CF8 and attempt to restart Apache, but it fails to start. There are no entries in Apache logs to explain what happened. If I remove the comments for CF8 and comment out that line for CF11, then Apache starts fine.
Since the install, I have three issues:
- Apache won't start properly with the CF11 mod_jk.conf
- I notice that the ODBC services are not running in Windows for CF11 (they are for CF8)
- I can't navigate to the CF11 Admin. CF8 admin works fine (likely on the same port, eh?)
Ideas about why Apache won't start properly? Thanks.
