Configuring the Apache Web Server

In order to run ColdFusion Express on an Apache Web server on a Windows system, configure the Web server to load the ColdFusion module.

Note To configure the Apache Web server:
  1. Copy the ColdFusion module:
  2. c:\cfusion\bin\ApacheModuleColdFusion.dll
    

    to your Apache modules directory.

  3. Edit the Apache\conf\httpd.conf configuration file to include this line:
  4. LoadModule coldfusion_module modules/ApacheModuleColdFusion.dll