Hello,
> Hi,
> I have a problem for installing coldfusion + apache 1.3.9 + mod_ssl + =
> opensssl
> It's ok to run httpsd but there is a problem with EAPI and I can't run =
> coldfusion...(can't load module coldfusion in httpd.conf)
> I tried to proceed in the same order than like for mod_php or mod_perl. =
> The difference is that for mod_coldfusion you have to make apache twice =
> : once for coldfusion and once for mod_ssl
> What is to be done=20
> Thanks
> =20
> [EMAIL PROTECTED]
>
do you use the mod_coldfusion.so from Allaire? They compiled it without
EAPI support, so it won't work with apache + mod_ssl.
All you have to do is compile mod_coldfusion.so yourself on your server.
Follow the instructions in /opt/coldfusion/webserver/apache/README:
0. Make sure perl is available in /usr/local/bin/perl
Make sure a C compiler is in your PATH.
1. 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
2. Change to the apache/src directory in the ColdFusion installation:
cd /opt/coldfusion/webserver/apache/src
3. Run the apxs command to build mod_coldfusion.so:
make
4. Run the apxs command to add the module to the Apache configuration:
make install
I did step 4. manually because I configured everything before while
trying to use the module provided by Allaire :-(
Probably you'll have to compile apache with libc, on Solaris 2.6 it
worked without.
If everything fails, you can always use the CGI-Version of ColdFusion
for testing...
Best Regards
Georg Oppenberg
UUNET Deutschland GmbH
Web Competence Center UUNET Deutschland GmbH
Tel. +49 231 972 2280 Sebrathweg 20
Fax. +49 231 972 1180 44149 Dortmund, Germany
[EMAIL PROTECTED] URL: http://www.de.uu.net
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]