Keith Kwiatek wrote:
> 
> Hello,
> 
> I am newbie...
> 
> I installed apache 1.3.6, then I installed mod_perl and re-built apache.....then
> I got mod_ssl and notice that it will rebuild apache again.... BUT can I create
> a build of apache that has BOTH mod_perl and mod_ssl? Or when I build apache
> with mod_ssl, will it wipe out my mod_perl?

Build mod_perl as a DSO (using APXS) after installing mod_ssl and it
will work fine.
We run mod_jserv, mod_perl, mod_ssl, and sometimes mod_cvs without a
problem here.

The specific configuration string I used for mod_perl appears to be

perl Makefile.PL EVERYTHING=1 USE_APXS=$APACHE_HOME/bin/apxs
APACHE_PREFIX=$APACHE_HOME

Although there are rumors that the DSO version is a Bad Idea, it has
worked fine for us, and I have a script running right now that happily
accesses the SSL_CLIENT_S_DN env variables.

-- 

     "Emacs is my OS and Linux its device driver."

                                    --Bake Timmons
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to