我在这个问题上经历了很多帖子,但没有找到解决方案。
当我尝试在Bitnami WAMP上启动Apache服务器时,它失败了。
`C:\Bitnami\wampstack-5.4.39-0\apache2\bin>httpd.exe
(OS 10013)An attempt was made to access a socket in a way forbidden by its acces
s permissions. : AH00072: make_sock: could not bind to address [::]:443
(OS 10013)An attempt was made to access a socket in a way forbidden by its acces
s permissions. : AH00072: make_sock: could not bind to address 0.0.0.0:443
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
`
当我从Windows服务尝试wampstackApache服务时,我得到以下错误 -
Windows could not start the wampstackApache on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 1.
我尝试的选项如下 -
httpd-ssl.conf
更改为543 - 没有用。httpd.conf
更改为88 - 不能正常工作。 netstat -ano
检查端口 - 列表中找不到543或88以上的端口*(这些端口可以免费使用)*。httpd.exe -k restart
重新启动Apache,使用httpd.exe -k Uninstall
,httpd.exe -k install
进行未升级并重新启动并重新安装 - 没有用。httpd.config
文件并对#LoadModule ssl_module modules/mod_ssl.so
发表评论以及评论Include conf/extra/httpd-ssl.conf
来禁用SSL模式 - 没有工作httpd.exe -k runservice
运行服务 - 没有工作其他人是否也遇到过这个并且有解决方案。感谢
答案 0 :(得分:1)
我终于找到了一种在Windows 7计算机上运行良好的解决方案。
第1步-下载TCView TCPView
第2步-打开服务并找到“ wampstackApache”
第3步-以管理员身份运行TCPView.Exe
第4步-终止进程ntp。 Kill the Process ntp
第5步-从服务启动“ wampstackApache”。 htttp.exe将启动
希望这会有所帮助。