【发布时间】:2015-04-06 02:53:50
【问题描述】:
我希望在名为 app_user 的用户下运行 apache。为此,我在 httpd.conf 文件中更改了以下内容
User app_user
Group app_user
app_user 是此服务器上的有效用户和组。
app_user 有正确的权限写入 /var/log/httpd 目录。
现在当我启动 apache 时,它给了我这个错误。
[app_user@localhost conf]$ service httpd start
Starting httpd: httpd: Could not reliably determine the server's 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
[FAILED]
感谢您对此的帮助。
【问题讨论】:
标签: apache httpd.conf