windows下启动Apache报443错误!


windows下启动apache报make_sock: could not bind to address [::]:443错误!

查看指定端口的占用情况

netstat -aon|findstr "端口"

netstat -aon|findstr "443"

查看PID对应的进程
tasklist|findstr "pid"

结束该进程
taskkill /f /t /im "*.exe"

可修改配置文件
httpd-ssl.conf


SSL not compiled in; no https support
使用Apache自带的工具ab进行压力测试时出现了SSL not compiled in; no https support的错误。使用abs代替ab即可。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM