Question : ApacheModuleSSL.dll not found

I am using Apache 2.0.46 on Windows 2000 Platform...

I have installed the generated the cert, key and inserted this line:

                                         LoadModule ssl_module modules/ApacheModuleSSL.dll


in the httpd.conf

D:\Apache\Apache2\bin>apache -D SSL
Syntax error on line 1005 of D:/Apache/Apache2/conf/httpd.conf:
Cannot load D:/Apache/Apache2/modules/ApacheModuleSSL.dll into server: The sp
fied module could not be found.

I have checked that the dll file is in the right directory. Anyone know Y the module cannot
be found??

Answer : ApacheModuleSSL.dll not found

hi Agarmarjo,

I am not sure why the DLL, on my Apache2, I had mod_ssl.so, check if you had mod_ssl.so in your modules directory and and load the module as follows

LoadModule ssl_module modules/mod_ssl.so

cheers
Random Solutions  
 
programming4us programming4us