简体   繁体   中英

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" . I run swiftmailer with smtp and ssl/tls support. 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. Apache stopped starting.

How do I load The "LoadModule ssl_module modules/mod_ssl.so"?

There's a good chance that something else is holding port 443 open. In a Windows command prompt check: netstat -a to get a list of port numbers actively being listen on. Make sure WAMP is shut down before checking.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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