I’m using the Apache web server on a Windows NT system. How do I configure it to work with GUIguide™?
You will need to customize Apache to run with ColdFusion, using a patch supplied by which is supplied with Apache’s documentation. Here are the steps: a) When you install ColdFusion, the installation program will not detect Apache on your system. Select “Other Server” and specify your web document root as “…apache group/apache/htdocs” when prompted by the installation program. b) Locate the file ApacheModuleColdFusion.dll in the “…cfusion\bin” directory and copy it to the “…apache group/apache/modules” directory. c) Edit the httpd.conf file to include the following directive (this should be all on one line): LoadModule coldfusion_module modules/ApacheModuleColdFusion.dll d) Restart Apache.