zoukankan      html  css  js  c++  java
  • centos下httpd 启动失败的解决办法

    [root@csit yang]# service httpd start
    Starting httpd:                                            [FAILED]

    ----------------------------------------------------------------------------------------------------------------------------------------
    [root@csit httpd]# cd /etc/httpd/conf.d/    #进入配置文件目录
    [root@csit conf.d]$ grep NSSEngine *    #查找配置选项,并且知道在 nss.conf 这个文件中
    nss.conf:NSSEngine on
    [root@csit conf.d]$ vi  nss.conf    #注释NSSEngine
    #   SSL Engine Switch:
    #   Enable/Disable SSL for this virtual host.
    #NSSEngine on

    [root@csit httpd]# service httpd restart
    Stopping httpd:                                            [  OK  ]
    Starting httpd:                                              [  OK  ]

  • 相关阅读:
    数据库插入
    c#里面调用python
    抓取最好大学网
    selenium抓取慕课课程
    excel合并
    网页抓取
    pyinstaller打包报错
    获取微信联系人
    c#部分类
    C#只读属性
  • 原文地址:https://www.cnblogs.com/timssd/p/4582246.html
Copyright © 2011-2022 走看看