Configuring Your Installation
49
Note
If you run the Netscape/iPlanet Server Manager, the browser-based Web server
administrator, you may receive a warning about edits to Netscape configuration
files. This is normal. To reload the new configuration files, follow the instructions
and click Apply.
If your server does not restart, check that the pathname for the plug-in you
specified in the obj.conf file is correct for your installation and that it is on a
single line.
Apache Web server
ColdFusion Server has been tested with Apache version 1.3.6. To download Apache,
go to the Apache Web site at
http://www.apache.org.
ColdFusion Server includes a precompiled binary module for Apache,
mod_coldfusion_so
, that has been tested with Apache 1.3.6 - 1.3.19. This module
works with most versions of Apache, but if you must compile your own version of
Apache, see the Apache Readme file at /opt/coldfusion/webserver/apache/readme.
Follow the appropriate procedure, according to your Linux distribution, to configure
Red Hat and Apache and SuSE/Cobalt with Apache:
•
To configure Red Hat and Apache:
•
To configure SuSE/Cobalt and Apache:
To configure Red Hat and Apache:
1
Shut down Apache with the following command:
/etc/rc.d/init.d/httpd stop
2
To check whether your version of Apache is built with EAPI, run this command:
httpd -V
If the output contains the line
-D EAPI
, you have an EAPI version of Apache.
3
Open the file /etc/httpd/conf/httpd.conf in a text editor.
a
If you are not running an EAPI version of Apache, in the section
LoadModule
,
add this line:
LoadModule coldfusion_module /opt/coldfusion/webserver/apache/
mod_coldfusion_standard.so
If you are running an EAPI, add this line:
LoadModule coldfusion_module /opt/coldfusion/webserver/apache/
mod_coldfusion_EAPI.so
b
In the section
AddModule
, add this line:
AddModule mod_coldfusion.c
c
Save the file.
4
Restart Apache with this command:
/etc/rc.d/init.d/./httpd start
install.book Page 49 Thursday, May 10, 2001 12:59 PM
Summary of Contents for COLDFUSION 5 - INSTALING AND CONFIGURING SERVER
Page 1: ...Macromedia Inc Installing and Configuring ColdFusion Server ColdFusion Server 5...
Page 14: ...xiv Welcome to ColdFusion Server...
Page 34: ...22 Chapter 1 Installing ColdFusion Server in Windows...
Page 66: ...54 Chapter 3 Installing ColdFusion Server in Linux...
Page 160: ...148 Appendix Preparing Your Server for ClusterCATS...