apache重起失败

发布于 2022-07-24 20:50:31 字数 633 浏览 11 评论 2

添加虚拟主机后重起出错
[root@store bin]# apachectl restart
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
httpd not running, trying to start
(9Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs!

但是用ps -ef | grep httpd
看到httpd -k start在跑

如何配置,能使访问xx.com自动转到www.xx.com

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

混吃等死 2022-07-25 04:24:42

ServerName 是127.0.0.1:80
但是改成实IP,如192.168.0.2:80 ,保存退出,还是这样

是不是加了这句
ServerAlias xx.com
当访问xx.com时会转向www.xx.com

凉城 2022-07-24 23:43:04

到/apache2/conf下httpd.conf修改ServerName

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文