Cannot load modules/mod_ssl.so into server

扶醉桌前 提交于 2019-11-28 22:50:37

问题


I'm trying to set SSL to my localhost server with WAMP. (https://localhost)

I followed this Youtube course: https://www.youtube.com/watch?v=TH6evGKgy20

But finally, I got this error by running "httpd -t" command in Apache folder:

D:\Programs\wamp3\bin\apache\apache2.4.17\bin> httpd -t
httpd: Syntax error on line 173 of D:/Programs/wamp3/bin/apache/apache2.4.17/conf/h
ttpd.conf: Cannot load modules/mod_ssl.so into server: The operating system cannot
run %1.

What's the problem?


回答1:


The problem was OpenSSL version.

I installed Win 32 version before, but I should install Win64 OpenSSL v1.0.2j Light from here. (With checked "Copy DLLs to Windows System directory" option)

After installing it, everything worked correctly!



来源:https://stackoverflow.com/questions/40017498/cannot-load-modules-mod-ssl-so-into-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!