MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Manual page 47

Table of Contents

Advertisement

Configuring Your Installation
After you configure mod_so in your Apache binary, the simplest way to configure the
ColdFusion Server module is to use the apxs program that is included in the Apache
distribution. It installs by default in <apachedir>/apache/bin. This is a Perl script, so
you must have Perl installed on your system. Perl is available at
www.perl.com.
To use the apxs program:
1
2
3
4
5
6
7
To configure the Apache module that ColdFusion Server provides for
Solaris:
1
2
3
Ensure that Perl is available in /usr/local/bin/perl.
Ensure a C compiler is in your PATH.
Add the apache/bin directory to your path:
csh:
set path=($path /usr/ccs/bin /usr/local/apache/bin)
sh/ksh:
PATH=$PATH:/usr/ccs/bin:/usr/local/apache/bin
export PATH
Change to the apache/src directory in the ColdFusion Server installation.
cd /opt/coldfusion/webserver/apache/src
Run the apxs command to build mod_coldfusion.so by entering this command:
make
Run the apxs command to add the module to the Apache configuration by
entering this command:
make install
Restart your Apache server by entering this command:
apachectl restart
Copy the ColdFusion Server module to the Apache modules directory:
cp /opt/coldfusion/webserver/apache/mod_coldfusion.so /usr/local/
apache/libexec
Edit your httpd.conf file to include this directive:
LoadModule coldfusion_module libexec/mod_coldfusion.so
Note
If you have a ClearModuleList directive in httpd.conf, you must add this directive
to the AddModule list, as stated by the comments in the httpd.conf file:
AddModule mod_coldfusion.c
Restart Apache.
35
http://

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?

This manual is also suitable for:

Coldfusion server 5

Table of Contents