简体   繁体   English

WampServer Apache模块无法启动

[英]WampServer Apache module Unable to start

I run Swiftmailer from my local wampserver, but after I formated my pc and wanted to setup again I get error trying to enable "LoadModule ssl_module modules/mod_ssl.so" . 我从本地wampserver运行Swiftmailer,但是格式化我的电脑并想重新设置后,尝试启用“ LoadModule ssl_module modules / mod_ssl.so”时出现错误。 I run swiftmailer with smtp and ssl/tls support. 我运行带有smtp和ssl / tls支持的swiftmailer。 So I needed to enable php_openssl.dll, php_smtp.dll,php_socket.dll in php.ini, everything works at this stage and until I un commented the "LoadModule ssl_module modules/mod_ssl.so" line. 因此,我需要在php.ini中启用php_openssl.dll,php_smtp.dll,php_socket.dll,在此阶段一切正常,直到我未对“ LoadModule ssl_module modules / mod_ssl.so”行发表评论。 Apache stopped starting. Apache停止启动。

How do I load The "LoadModule ssl_module modules/mod_ssl.so"? 如何加载“ LoadModule ssl_module modules / mod_ssl.so”?

There's a good chance that something else is holding port 443 open. 很有可能其他设备将端口443保持打开状态。 In a Windows command prompt check: netstat -a to get a list of port numbers actively being listen on. 在Windows命令提示符下,检查: netstat -a以获取正在监听的端口号的列表。 Make sure WAMP is shut down before checking. 在检查之前,请确保WAMP已关闭。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM