MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Manual page 61

Table of Contents

Advertisement

Configuring Your Installation
Apache Web server
ColdFusion Server has been tested with Apache version 1.3.6. To download Apache,
go to the Apache Web site at
ColdFusion Server includes a precompiled binary module for Apache,
mod_coldfusion_so
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:
1
2
3
4
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.
, that has been tested with Apache 1.3.6 - 1.3.19. This module
To configure Red Hat and Apache:
To configure SuSE/Cobalt and Apache:
Shut down Apache with the following command:
/etc/rc.d/init.d/httpd stop
To check whether your version of Apache is built with EAPI, run this command:
httpd -V
If the output contains the line
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
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
AddModule mod_coldfusion.c
c
Save the file.
Restart Apache with this command:
/etc/rc.d/init.d/./httpd start
http://www.apache.org.
, you have an EAPI version of Apache.
-D EAPI
, add this line:
49
,
LoadModule

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5 - INSTALING AND CONFIGURING SERVER and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion server 5

Table of Contents