Apache无法在CWP的centos7上启动

时间:2019-01-02 06:16:49

标签: apache centos7 centos-web-panel

我正在服务器中运行contos7,昨天我尝试重新启动apache,但失败了,此后无法再次启动。 每当我尝试start时,它都会显示在警告下方。

Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details

我尝试关注此帖子https://stackoverflow.com/a/37131726/8778864,但是在列出所有端口后,库存了下一步该怎么做,请linux / server中非常新,任何人都可以帮忙。

netstat -punta | grep LISTEN

我运行上述命令时的输出

tcp        0      0 0.0.0.0:993             0.0.0.0:*               LISTEN                   394/dovecot
tcp        0      0 0.0.0.0:2082            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:2083            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:995             0.0.0.0:*               LISTEN                   394/dovecot
tcp        0      0 0.0.0.0:7777            0.0.0.0:*               LISTEN                   376/sshd
tcp        0      0 0.0.0.0:2086            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:2087            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN                   552/master
tcp        0      0 0.0.0.0:587             0.0.0.0:*               LISTEN                   552/master
tcp        0      0 0.0.0.0:2030            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN                   394/dovecot
tcp        0      0 0.0.0.0:2095            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:2031            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN                   394/dovecot
tcp        0      0 0.0.0.0:2096            0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:465             0.0.0.0:*               LISTEN                   552/master
tcp        0      0 132.17.288.75:53        0.0.0.0:*               LISTEN                   411/named
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN                   411/named
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN                   397/pure-ftpd (SERV
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN                   552/master
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN                   411/named
tcp        0      0 127.0.0.1:2302          0.0.0.0:*               LISTEN                   426/cwpsrv: master
tcp        0      0 0.0.0.0:4190            0.0.0.0:*               LISTEN                   394/dovecot
tcp6       0      0 :::7777                 :::*                    LISTEN                   376/sshd
tcp6       0      0 :::3306                 :::*                    LISTEN                   434/mysqld
tcp6       0      0 :::587                  :::*                    LISTEN                   552/master
tcp6       0      0 :::465                  :::*                    LISTEN                   552/master
tcp6       0      0 ::1:53                  :::*                    LISTEN                   411/named
tcp6       0      0 :::21                   :::*                    LISTEN                   397/pure-ftpd (SERV
tcp6       0      0 :::25                   :::*                    LISTEN                   552/master
tcp6       0      0 ::1:953                 :::*                    LISTEN                   411/named

[root @ host admin101]#systemctl状态httpd.service

● httpd.service - Web server Apache
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2019-01-02 05:38:34 UTC; 2h 38min ago
  Process: 15750 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=1/FAILURE)

Dec 31 11:11:12 host.example.com systemd[1]: Failed to start Web server Apache.
Dec 31 11:11:12 host.example.com systemd[1]: Unit httpd.service entered failed state.
Dec 31 11:11:12 host.example.com systemd[1]: httpd.service failed.
Dec 31 11:19:37 host.example.com systemd[1]: Starting Web server Apache...
Dec 31 11:19:37 host.example.com apachectl[26747]: AH00526: Syntax error on line 15 of /usr/local/apache/conf.d/vhosts-ssl.conf:
Dec 31 11:19:37 host.example.com apachectl[26747]: SSLCertificateFile: file '/etc/pki/tls/certs/website1.com.cert' does not exist or is empty
Dec 31 11:19:37 host.example.com systemd[1]: httpd.service: control process exited, code=exited status=1
Dec 31 11:19:37 host.example.com systemd[1]: Failed to start Web server Apache.
Dec 31 11:19:37 host.example.com systemd[1]: Unit httpd.service entered failed state.
Dec 31 11:19:37 host.example.com systemd[1]: httpd.service failed.
[root@host admin101]#

3 个答案:

答案 0 :(得分:1)

最有可能是主机名与证书解析问题。

请参阅以下内容: https://forum.centos-webpanel.com/centos-7-problems/cwpsrv-service-failed-emerg/

确保在以下位置列出正确的证书:     /usr/local/cwpsrv/conf/cwpsrv.conf/cwpsrv.conf

} ssl_certificate     /etc/pki/tls/certs/hostname.cert;
} ssl_certificate_key /etc/pki/tls/private/hostname.key;

然后:     1)从cwp重新保存您的主机名,它将生成一个新的证书和密钥

如果像我一样无法访问CWP ...通过CLI访问服务器并键入以下命令

  

sh / scripts / generate_hostname_ssl

或者如果以上操作无效;

  

sh / usr / local / cwpsrv / htdocs / resources / scripts / generate_hostname_ssl

答案 1 :(得分:0)

12月31日11:19:37 host.example.com apachectl [26747]:SSLCertificateFile:文件'/etc/pki/tls/certs/website1.com.cert'不存在或为空

好像您正在尝试安装SSL,但配置错误。首先使用SSL签出,然后重建虚拟主机。这样可以解决您的问题,并让您重新开始使用Apache。

答案 2 :(得分:0)

如果您使用“ AutoSSL”,请删除从其构建的所有证书(全部加密),然后重新启动Apache服务。