我正在尝试使用moovweb在moovweb开发人员仪表板中本地创建一个新项目。但是,新创建的项目无法从以下错误开始:
listen tcp 0.0.0.0:443: bind: An attempt was made to access a socket in a way
forbidden by its access permissions.
Perhaps there's something already listening on port 443?端口80也有相同的错误。
当然,这两个端口上还有其他应用程序在运行。那么,如何更改moovweb绑定任何本地项目的默认端口呢?
我查看了他们的文档,但找不到与此相关的任何信息(或者可能是我找的不够仔细)。
我正在使用moovweb v6.3.10
发布于 2016-11-14 04:36:04
如果无法临时关闭使用端口80和443的应用程序,则应使用-p和-ssl-port设置启动moovweb服务器,以便使用不同的端口启动服务器。
有关更多信息,您可以键入:
moov help server进入你的航站楼
https://stackoverflow.com/questions/40463419
复制相似问题