I am unable to get 2.4.4 to include mod_ssl.c
I am attempting to use my config.nice i used from 2.2.22
"./configure" \
"--prefix=/apps/httpd" \
"--enable-ssl" \
"--with-mpm=worker" \
AND adding in the newly required
--with-included-apr
so it now looks like this:
"./configure" \
"--prefix=/apps/httpd-2.4.4" \
"--enable-ssl" \
"--with-mpm=worker" \
"--with-included-apr" \
But i look in config.log and see this regarding mod_ssl:
configure:25320: checking whether to enable mod_ssl
configure:25332: result: shared