Hello,
I'm new with compiling apache 2.4.7, but learning every day.
I'm struggling with enabling SSL for a few days and i'm still not getting it to work.
I have my source of apache in;
/usr/local/src/httpd-2.4.7/
I have tried a couple of configure commands but still not getting it work..
./configure --with-ssl
./configure --enable-ssl
./configure --with-ssl=[path to my openssl]
As my last resort I tried;
./configure --enable-mods-shared=reallyall --enable-load-all-modules
After make && make install, I checked what modules were enabled by;
./apachectl -M
but in that list, I don't see SSL or anything at all.
My list is not very long;
oaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_event_module (static)
authn_file_module (shared)
authn_core_module (shared)
authz_host_module (shared)
authz_groupfile_module (shared)
authz_user_module (shared)
authz_core_module (shared)
access_compat_module (shared)
auth_basic_module (shared)
reqtimeout_module (shared)
filter_module (shared)
mime_module (shared)
log_config_module (shared)
env_module (shared)
headers_module (shared)
setenvif_module (shared)
version_module (shared)
unixd_module (shared)
status_module (shared)
autoindex_module (shared)
dir_module (shared)
alias_module (shared)
What am I doing wrong?
hope to get some help, on the internet i didn't find any solution
thanks in advance
greets
Dave Greebe (holland)