ers@httpd.apache.org
> From: Boysenberry Payne <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] Compiling apache 2 modules
>
> This is what I used:
>
> ./configure --with-mpm=prefork --enable-mods-shared=all --enable-ssl
> --with-perl=/usr/bin/perl
>
> It's all DSO fo
This is what I used:
./configure --with-mpm=prefork --enable-mods-shared=all --enable-ssl
--with-perl=/usr/bin/perl
It's all DSO for me. I think it might be DSO because of this:
--enable-mods-shared=all
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Jan 30, 2006, at
Hi everyone.
I'm messing around with SSL trying to compile apache 2.0.55
with all modules including mod_ssl as dso's.
I use the following command to configure; all modules apart
from mod_ssl are built into the server.
# ./configure --prefix=/usr/local/apache2-0-55-SSL
--enable-mods-shared=al