apache重起失败
添加虚拟主机后重起出错
[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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ServerName 是127.0.0.1:80
但是改成实IP,如192.168.0.2:80 ,保存退出,还是这样
是不是加了这句
ServerAlias xx.com
当访问xx.com时会转向www.xx.com呢
到/apache2/conf下httpd.conf修改ServerName