Copy link to clipboard
Copied
When my IT team installed CF9 they chose the built in server rather than Apache. How would they go about changing the server to Apache?
Copy link to clipboard
Copied
@ichabodBcrane - you should be able to use the Web Server Connector to connect your CF instance to Apache. You'll need to point the connector to your conf directory (where httpd.conf is located) as well as your Apache "bin" directory.
Once that's done the connector will add the Apache configuration needed to allow Apache to pass .cfm, .cfc, etc. requests to the ColdFusion engine.
Refer to the documentation on configuring your web server (I've pointed you to the install doc where you can choose either Windows or Unix since I'm not sure which you're using).
Cheers!
Copy link to clipboard
Copied
Excellent, thank you! I will work with my IT staff to get this changed