経緯
1 |
service httpd restart |
Apacheの再起動を上記のコマンドで行うがサーバーの再起動が行われない
エラー内容▽
1 2 3 |
Redirecting to /bin/systemctl restart httpd.service Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details. |
解決方法
1 |
service httpd configtest |
上記のコマンドで構文チェックをかける
構文エラーをはいているファイルを修正する