On Sun, Nov 07, 1999, Tim Niemueller wrote:

> > > Are there anywhere RPMs with at least Apache 1.3.9, mod_ssl 2.4.x and
> > > mod_perl (and perhaps mod_php3*)?
> > 
> > Check http://www.modssl.org/contrib/ - usually there is an rpm with
> > the latest and greatest version a couple of hours after new releases
> > of mod_ssl.
> 
> But this Package does not contain mod_perl... This is why I requested a
> packet with mod_ssl AND mod_perl...
> Any other ideas?

Sure, just compile your "package" yourself, of course.  Things like RPMs are
nice for bootstrapping or establishing things quickly, but hey: we're under
Unix and there you got the flexibility not just for fun. So, if you want a
non-standard installation, then do yourself a favor and compile it yourself.

> BTW: Why is it not possible to just build mod_ssl and integrate it then
> with the DSO features? I think this is the sense of the DSO model, isn't
> it? I hope you can help me understand it. Are there patches to be made
> to the original Apache Source?

It is possible to integrate mod_ssl as a DSO, but not into a plain Apache.
Your Apache at least has to be built with EAPI.  Because for the cryptography
functionality Apache's standard API is to weak/incomplete. EAPI is the part
which adds this.  And after your Apache has EAPI built in, you can
install/upgrade mod_ssl via the DSO mechanism like any other module, of
course.  At least as long the EAPI doesn't change (which usually doesn't
happen very often). For details follow mod_ssl's and Apache's INSTALL
document, please.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to