apache 2.4.29 から apache 2.4.33 にアップデートしたのですが、動作しなくなってしまいました
OSはcentOS7 リポジトリはIUSです
systemctl restart httpd をすると、
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
が表示されます
表示に従って、
systemctl status httpd.service としてみますが、
- httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2018-04-29 09:47:19 JST; 3min 24s ago
Docs: man:httpd.service(8)
Process: 5420 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 5420 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
Apr 29 09:47:18 --- systemd[1]: Starting The Apache HTTP Server...
Apr 29 09:47:19 --- systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Apr 29 09:47:19 --- systemd[1]: Failed to start The Apache HTTP Server.
Apr 29 09:47:19 --- systemd[1]: Unit httpd.service entered failed state.
Apr 29 09:47:19 --- systemd[1]: httpd.service failed.
となり、特に怪しいところもありません(?)
また、
service httpd configtest としても
Syntax OK
となり、文法エラーもないようでした
追記:
ssl.conf を ssl.conf.old としてみたところ、apacheが起動しました
しかし、サイトは表示されません

回答2件
あなたの回答
tips
プレビュー