linux系统下Apache服务启动时80端口报错

[复制链接] |主动推送
查看143 | 回复0 | 2024-9-11 08:26:03 | 显示全部楼层 |阅读模式
当我们在安装好Apache重启后,在终端启动Apache服务时候出现下面报错:
010124dvf43g1oni4fls6j.png
错误代码:
httpd:httpd:Could not reliably determine the servers fully qualified domain name, using localhost.localdomain for ServerName
(13)Permission denied: make_sock; could not bind to address [::]:80
(13)Permission denied: make_sock; could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs                         [失败]

错误原因一:可能存在httpd.conf的配置文件中,找到“ServerName localhost:80”这里,把这段前面的#号删除。
(#号在配置文件中表示注释的意思)

错误原因二:用户权限的问题,查看当前是否是root用户,因为小于1024的端口只能是root占用。
切换至root用户。或者更改端口如8000.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则