Chinaunix首页 | 论坛 | 博客
  • 博客访问: 430015
  • 博文数量: 168
  • 博客积分: 320
  • 博客等级: 二等列兵
  • 技术积分: 955
  • 用 户 组: 普通用户
  • 注册时间: 2012-06-21 08:40
个人简介

知足却不乏追求

文章分类

全部博文(168)

文章存档

2017年(1)

2016年(6)

2015年(36)

2014年(5)

2013年(6)

2012年(114)

分类: LINUX

2012-11-05 08:11:38

因为本人装了 vm------

[root@engineer engineers]# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
                                                           [FAILED]
[root@engineer engineers]# netstat -tulnp|grep 443
tcp        0      0 0.0.0.0:443                 0.0.0.0:*                   LISTEN      1981/vmware-hostd   
tcp        0      0 :::443                      :::*                        LISTEN      1981/vmware-hostd   
[root@engineer engineers]# kill -9 1981
[root@engineer engineers]# netstat -tulnp|grep 443
[root@engineer engineers]# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd:                                            [  OK  ]

阅读(2081) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~