MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Manual page 62

Table of Contents

Advertisement

50
To configure SuSE/Cobalt and Apache:
1
2
3
4
5
6
To check whether your version of Apache is built with EAPI, run this command:
httpd -V
If the output contains the line
requires an EAPI version of mod.coldfusion.so.)
Shut down Apache with the following command:
/etc/rc.d/apache stop
Open the file /etc/httpd/httpd.conf in a text editor.
a
In the section
LoadModule
LoadModule mmap_static_module /usr/lib/apache/mod_mmap_static.so
LoadModule setenvif_module /usr/lib/apache/mod_setenvif.so
LoadModule coldfusion_module /opt/coldfusion/webserver/apache/
mod_coldfusion_EAPI.so
b In the section
AddModule
ClearModuleList
AddModule mod_mmap_static.c
AddModule mod_vhost_alias.c
AddModule mod_so.c
AddModule mod_setenvif.c
AddModule mod_coldfusion.c
c
Save the file.
Create a symbolic link from the EAPI version of the ColdFusion Server module to
the /usr/lib/apache directory, to ensure that the EAPI module is executable:
chmod 755 /opt/coldfusion/webserver/apache/mod_coldfusion_EAPI.so
ln -s
/opt/coldfusion/webserver/apache/mod_coldfusion_EAPI.so /
usr/lib/apache/mod_coldfusion.so
Open the file /etc/rc.d/apache in a text editor.
a
Look for the following lines:
if ! test "$HTTPD_SEC_MOD_SAPCGI" == "no" ; then
test -e /usr/lib/apache/mod_fastcgi_sap.so || \
test $(/usr/sbin/httpd -l | grep
"mod_fastcgi_sap.c" 2> /dev/null \
&& MODULES="-D SAP_CGI $MODULES" && echo -n " SAP-fastcgi"
fi
b Add these lines directly below the previous lines:
if ! test "$HTTPD_SEC_MOD_COLDFUSION" == "no" ; then
test -e /usr/lib/apache/mod_coldfusion.so && MODULES="-D
COLDFUSION $MODULES" && echo -n " Coldfusion"
fi
Restart Apache with this command:
/etc/rc.d/apache start
Chapter 3 Installing ColdFusion Server in Linux
, you are running an EAPI server. (SuSE
-D EAPI
, add the following lines:
, add the following lines:
"mod_fastcgi_sap.c") =

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