Skip to main content
Participant
December 30, 2010
Question

Server Changes

  • December 30, 2010
  • 1 reply
  • 295 views

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?

    This topic has been closed for replies.

    1 reply

    Participant
    December 30, 2010

    @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!

    Participant
    December 30, 2010

    Excellent, thank you! I will work with my IT staff to get this changed