我在DigitalOcean上有一个分支,我正在尝试通过letencrypt设置ssl证书,以将https添加到我的域中。
当我在Droplet CLI中以sudo运行以下命令时:
sudo letsencrypt --apache -d example.com -d www.example.com
我收到以下错误:
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
此错误是什么意思,我该怎么办?
答案 0 :(得分:0)
您可能已经在端口80上运行了Web服务器。
您可以做的是暂时停止该网络服务器,该服务器最有可能在使用DateRange
或sudo service apache2 stop
的Linux上运行。
那么您应该可以挑战了。
此后,您需要重新启动。