如果我在 httpd.conf 中使用 443 并想启动 httpd,错误信息是:
(98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
其实我不使用443,我通过以下方式检查443的端口:
lsof -i:443
我认为ssl.conf中使用了443的端口,所以我在httpd.conf中不能使用它。当我在 httpd.conf 中使用 444 或 666 时,我可以启动 httpd。
这是什么原因?