On Sun, Jan 24, 1999, Christian Buysschaert wrote:
> > has anyone been able to get mod_coldfusion (from allaire.com)
> > and apache 1.3 and mod_ssl work together? As far as I can tell
> > problems are caused by both SSLeay and mod_coldfusion having
> > identical symbols in it ...
> >
> > Any suggestions as how to get around this (including the possibility
> > of linking the mod_coldfusion.a into the SSLeay stuff ...
>
> This has everything to do with the EAPI which is used by mod_ssl.
> Every module has to be recompiled to run on an Apache with EAPI
> enabled. Since the Cold Fusion module is compiled for a version
> without EAPI, it doesn't work.
>
> Apache 1.3.4 should compile by default with EAP, so any Cold Fusion
> module suited for 1.3.4 specifically will work.
>
> Another solution which I got from a fellow Allaire Forums
> follower: use mod_rewrite and rewrite all your requests
> using the cfml.exe?template=.exe method. Not too fast,
> but it works!
Yes, but since mod_ssl 2.1.8 it's even possible to load standard modules and
EAPI-aware modules with an Apache+mod_ssl server. So with Apache 1.3.4 +
mod_ssl 2.1.8 one should be able to use the binary-only module
mod_coldfusion.so. Try it out and drop me a note when it doesn't work.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]