[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  ]

相关文章:

  • 2021-11-12
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
猜你喜欢
  • 2021-12-06
  • 2021-11-29
  • 2021-07-28
  • 2022-12-23
  • 2022-02-07
  • 2022-01-11
  • 2022-12-23
相关资源
相似解决方案