httpd Add SSL module is commented out

vod

Verified User
Joined
Oct 25, 2005
Messages
129
Hi all,

i just realise that my httpd.conf shows this:

###<IfDefine HAVE_SSL>
LoadModule ssl_module modules/libssl.so
###</IfDefine>

###<IfDefine HAVE_SSL>
AddModule mod_ssl.c
###</IfDefine>

is this the default and normal? my ssl is working though while phpinfo shows that apache is built with mod_ssl

any advice?
 
Back
Top