On Sun, Aug 26, 2001 at 02:06:53AM +0200, Gomez Henri wrote:
> May be the following is more recommanded ?
>
> ./configure \
> --with-mpm=threaded \
> --enable-so \
> --enable-module=all \
> --enable-mods-shared=all \
> --enable-so \
> --enable-ssl --with-ssl=/usr/include/
Yes, I'd recommend this one as it is much cleaner. =-)
Maybe --enable-mods-shared=most as it will disable modules that
aren't supported on your platform (all will stop if it finds a module
that can't be built). I wouldn't specify the --with-mpm as this
allows us to specify the MPM. Our default is prefork for a good
reason. =-) -- justin