找回密码
 骑士注册

QQ登录

微博登录

❏ 站外平台:

Linux 中国◆开源社区 首页 查看评论
[1]
来自湖南湘潭的 Chrome 49.0|Windows XP 用户 发表于 2016-03-21 20:41 的评论:
Starting httpd: (98)Address 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
                                                           [FAILED]
You have new mail in /var/mail/root
来自湖北武汉的 Firefox 47.0|Windows 7 用户 2016-06-13 10:31 6 回复
增加selinux中http的端口
semanage port -l|grep http #查看SELinux下http相关端口
semanage port -a -t http_port_t -p tcp 888 #增加这个非标准端口即可
[1]
来自湖南湘潭的 Chrome 49.0|Windows XP 用户 发表于 2016-03-21 20:41 的评论:
Starting httpd: (98)Address 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
                                                           [FAILED]
You have new mail in /var/mail/root
linux [Chrome 49.0|Mac 10.11] 2016-03-22 09:21 4 回复
这不是说了么,80端口被占用了,肯定是有另外一个 web 服务器占着呢。
来自湖南湘潭的 Chrome 49.0|Windows XP 用户 2016-03-21 20:41 5 回复
Starting httpd: (98)Address 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
                                                           [FAILED]
You have new mail in /var/mail/root
来自湖南湘潭的 Chrome 49.0|Windows XP 用户 2016-03-21 20:40 4 回复
httpd重启失败,我是用的CentOS
alpha [Firefox 44.0|Windows 7] 2016-02-15 15:23 6 回复
The requested URL /munin/ was not found on this server.
安装如上的配置,验证测试时候出现问题了呢!!
httpd的/var/www/html/下是有munin文件及内容的
[root@oracle munin]# pwd
/var/www/html/munin
[root@oracle munin]# ls
disk-day.html    disk-year.html   exim-week.html  linux.com           network-week.html  processes-day.html    processes-year.html  system-month.html
disk-month.html  exim-day.html    exim-year.html  network-day.html    network-year.html  processes-month.html  static               system-week.html
disk-week.html   exim-month.html  index.html      network-month.html  problems.html      processes-week.html   system-day.html      system-year.html
[root@oracle munin]#

但是网页上就是不能发现,权限修改了755,httpd服务重启过了
求解答下!!

返回顶部

分享到微信

打开微信,点击顶部的“╋”,
使用“扫一扫”将网页分享至微信。