Tomcat not Restarting :: Syntax error on line 106 of /etc/httpd/conf/httpd.conf

↘锁芯ラ 提交于 2019-12-11 20:12:02

问题


When i logged into my remote system (Amazon Linux) after executing apache2 recipe, the httpd service was running, i checked it by using service httpd status, then i wrote service httpd restart after that service stopped but didnt restart. It gives me following error.

[root@java-app1 webapps]# sudo service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: httpd: Syntax error on line 106 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/mods-enabled/systemd.load: Cannot load /usr/lib64/httpd/modules/mod_systemd.so into server: /usr/lib64/httpd/modules/mod_systemd.so: cannot open shared object file: No such file or directory
                                                           [FAILED]

来源:https://stackoverflow.com/questions/27222925/tomcat-not-restarting-syntax-error-on-line-106-of-etc-httpd-conf-httpd-conf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!