启动httpd服务:SSLCertificateFile: file '/var/www/miq/vmdb/certs/server.cer' does not exist or is empty

启动httpd服务,失败:

[[email protected] vmdb]# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 17 of /etc/httpd/conf.d/cfme-https-application.conf:
SSLCertificateFile: file ‘/var/www/miq/vmdb/certs/server.cer‘ does not exist or is empty
                                                           [FAILED]

网上搜了下,说与selinux相关,想到之前设置samba服务,开机自启动,并允许外部访问,曾经修改过selinux配置。

然后关闭selinux:

setenforce 0

再启动httpd服务:

service httpd start

启动成功!

参考资料:https://www.centos.org/forums/viewtopic.php?t=28657

启动httpd服务:SSLCertificateFile: file '/var/www/miq/vmdb/certs/server.cer' does not exist or is empty

时间: 2024-10-12 17:33:55

启动httpd服务:SSLCertificateFile: file '/var/www/miq/vmdb/certs/server.cer' does not exist or is empty的相关文章

linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.

安装好apache启动httpd服务时,出现httpd: Could not reliably determine the server's fully qualified domain name, using XXX for ServerName. 网上找了不少资料,叫修改安装apache根目录下的httpd/conf/httpd.conf配置文件 1.打开apache_home/httpd/conf/httpd.conf 2.找到 #ServerName www.example.com:80

解决opensips启动时出现PID file /var/run/opensips.pid does not exist 的错误

启动opensips时报下列错误 [[email protected] opensips]# opensipsctl start INFO: Starting OpenSIPS : ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed 查看日志文件 [[email protected] opensips]# tail -f /var/log/messages May 14 15:52:41 Op

Linux 操作系统如何启动httpd服务

Linux下启动httpd服务方法 首先查看本机linux是否安装httpd,放在何处 再用httpd -v 查下版本 然后看下是否安装了httpd 查看httpd的运行状态 使用service httpd stop可以停止httpd 使用service httpd start 可以启动httpd 原文地址:http://blog.51cto.com/13477944/2066844

启动httpd服务失败及解决方法

刚刚安装完php7(已经安装有php5,两个版本同在) 想执行apachectl graceful的时候,利用-t检查配置,发现以下报错. [[email protected] ~]# /usr/local/apache2.4/bin/apachectl start /usr/local/apache2.4/bin/apachectl: line 79:  1966 Segmentation fault      $HTTPD -k $ARGV 原因是在httpd.conf没有把其中一个php加

无法启动httpd服务

系统环境: 1.操作系统:CentOS 6.7 2. Web服务器软件:Apache/2.2.15 3.问题:无法启动 4.故障分析: (98)Address already in use: make_sock: couldnot bind to address [::]:80 (98)Address already in use:make_sock: could not bind to address 0.0.0.0:80 no listening sockets available,shut

启动Mysql服务提示Can’t connect to local MySQL server through socket的解决方法

启动Mysql服务常会提示下面错误: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' 这是由于修改mysql服务的了socket文件mysql.sock位置,而导致无法通过mysql socket文件连接到mysql服务引起的,具体解决办法如下: 1.查看mysql服务的socket文件位置:mysql socket文件的位置是在/etc/my.c

安装httpd服务配置

本地yum源安装 mkdir /opt/dvd   (先用mkdir去根下opt目录下建一个名字叫dvd的目录) mount /dev/sr0   /opt/dvd  (用mount命令,挂载光盘设备(/dev/sr0),将光盘挂载到刚刚建立的dvd目录下(/opt/dvd)) cd  /etc/yum.repo.d/  (首先,用cd命令,到/etc/yum.repo.d 目录下) vi dvd.repo (在/etc/yum.repo.d 目录下,vi编辑一个名字为dvd.repo的文件)注

CentOS 7 中httpd服务构建虚拟Web主机详解

虚拟Web主机指的是在同一台服务器中运行多个Web站点,其中的每个站点实际并不独立占用整个服务器,因此被称为"虚拟"Web主机.通过虚拟Web主机服务可以充分利用服务器的硬件资源,从而大大降低网站构建及运行成本. 使用httpd服务可以非常方便地构建虚拟主机服务器,只需要运行一个httpd服务就能同事支撑大量的Web站点. httpd服务支持的虚拟主机类型包括以下三种: 基于域名:为每个虚拟主机使用不同的域名,但是其对应的IP地址是相同的: 基于IP地址:为每个虚拟主机使用不同的域名,

CentOS7安装apache httpd服务

虚拟机:192.168.2.21     [停止防火墙]   sudo systemctl stop firewalld.service      --停止防火墙   sudo systemctl disable firewalld.service   --开机关闭防火墙    [安装apache httpd服务]   cat /etc/yum.repos.d/CentOS-Media.repo   -----查看镜像配置   yum --disablerepo=\* --enablerepo=