Advertisement
KRG-23

systemctl status apache2.service

Sep 6th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.35 KB | None | 0 0
  1. [krieg@bt]:(11.9kb)~$ sudo systemctl status apache2.service
  2. ● apache2.service - LSB: Apache2 web server
  3.    Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  4.   Drop-In: /lib/systemd/system/apache2.service.d
  5.            β””─apache2-systemd.conf
  6.    Active: failed (Result: exit-code) since Tue 2017-09-05 07:43:36 CEST; 22s ago
  7.      Docs: man:systemd-sysv-generator(8)
  8.   Process: 15980 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
  9.  
  10. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: [Tue Sep 05 07:43:36.537928 2017] [so:warn] [pid 15992] AH01574: module
  11. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: [Tue Sep 05 07:43:36.539548 2017] [proxy_html:notice] [pid 15992] AH014
  12. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: AH00526: Syntax error on line 39 of /etc/apache2/sites-enabled/default-
  13. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: SSLCertificateFile: file '/etc/apache2/ssl/certs/krg-23.com-ssl.pem' do
  14. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: Action 'configtest' failed.
  15. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: The Apache error log may have more information.
  16. Sep 05 07:43:36 bt.krg-23.com systemd[1]: apache2.service: Control process exited, code=exited status=1
  17. Sep 05 07:43:36 bt.krg-23.com systemd[1]: Failed to start LSB: Apache2 web server.
  18. Sep 05 07:43:36 bt.krg-23.com systemd[1]: apache2.service: Unit entered failed state.
  19. Sep 05 07:43:36 bt.krg-23.com systemd[1]: apache2.service: Failed with result 'exit-code'.
  20.  
  21. [krieg@bt]:(11.9kb)~$ sudo journalctl -xe
  22. Sep 05 07:43:36 bt.krg-23.com systemd[1]: Starting LSB: Apache2 web server...
  23. -- Subject: Unit apache2.service has begun start-up
  24. -- Defined-By: systemd
  25. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  26. --
  27. -- Unit apache2.service has begun starting up.
  28. Sep 05 07:43:36 bt.krg-23.com apache2[15980]:  * Starting Apache httpd web server apache2
  29. Sep 05 07:43:36 bt.krg-23.com apache2[15980]:  *
  30. Sep 05 07:43:36 bt.krg-23.com apache2[15980]:  * The apache2 configtest failed.
  31. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: Output of config test was:
  32. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: [Tue Sep 05 07:43:36.537043 2017] [so:warn] [pid 15992] AH01574: module proxy_module is already loaded, skipping
  33. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: [Tue Sep 05 07:43:36.537250 2017] [so:warn] [pid 15992] AH01574: module proxy_http_module is already loaded, skipping
  34. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: [Tue Sep 05 07:43:36.537876 2017] [so:warn] [pid 15992] AH01574: module proxy_module is already loaded, skipping
  35. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: [Tue Sep 05 07:43:36.537928 2017] [so:warn] [pid 15992] AH01574: module proxy_http_module is already loaded, skipping
  36. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: [Tue Sep 05 07:43:36.539548 2017] [proxy_html:notice] [pid 15992] AH01425: I18n support in mod_proxy_html requires mod_xml2enc. Without it, non-ASCII characters in proxied pages are likely to
  37. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: AH00526: Syntax error on line 39 of /etc/apache2/sites-enabled/default-ssl.conf:
  38. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: SSLCertificateFile: file '/etc/apache2/ssl/certs/krg-23.com-ssl.pem' does not exist or is empty
  39. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: Action 'configtest' failed.
  40. Sep 05 07:43:36 bt.krg-23.com apache2[15980]: The Apache error log may have more information.
  41. Sep 05 07:43:36 bt.krg-23.com sudo[15974]: pam_unix(sudo:session): session closed for user root
  42. Sep 05 07:43:36 bt.krg-23.com systemd[1]: apache2.service: Control process exited, code=exited status=1
  43. Sep 05 07:43:36 bt.krg-23.com systemd[1]: Failed to start LSB: Apache2 web server.
  44. -- Subject: Unit apache2.service has failed
  45. -- Defined-By: systemd
  46. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  47. --
  48. -- Unit apache2.service has failed.
  49. --
  50. -- The result is failed.
  51. Sep 05 07:43:36 bt.krg-23.com systemd[1]: apache2.service: Unit entered failed state.
  52. Sep 05 07:43:36 bt.krg-23.com systemd[1]: apache2.service: Failed with result 'exit-code'.
  53. Sep 05 07:43:51 bt.krg-23.com sudo[16009]:    krieg : TTY=pts/3 ; PWD=/home/krieg ; USER=root ; COMMAND=/bin/systemctl stats apache2.service
  54. Sep 05 07:43:51 bt.krg-23.com sudo[16009]: pam_unix(sudo:session): session opened for user root by krieg(uid=0)
  55. Sep 05 07:43:51 bt.krg-23.com sudo[16009]: pam_unix(sudo:session): session closed for user root
  56. Sep 05 07:43:58 bt.krg-23.com sudo[16022]:    krieg : TTY=pts/3 ; PWD=/home/krieg ; USER=root ; COMMAND=/bin/systemctl status apache2.service
  57. Sep 05 07:43:58 bt.krg-23.com sudo[16022]: pam_unix(sudo:session): session opened for user root by krieg(uid=0)
  58. Sep 05 07:44:01 bt.krg-23.com CRON[16025]: pam_unix(cron:session): session opened for user root by (uid=0)
  59. Sep 05 07:44:01 bt.krg-23.com CRON[16027]: (root) CMD (/usr/local/rtm/bin/rtm 32 > /dev/null 2> /dev/null)
  60. Sep 05 07:44:01 bt.krg-23.com CRON[16026]: pam_unix(cron:session): session opened for user root by (uid=0)
  61. Sep 05 07:44:01 bt.krg-23.com CRON[16028]: (root) CMD (bash /usr/local/bin/quickbox/system/set_interface)
  62. Sep 05 07:44:02 bt.krg-23.com CRON[16026]: pam_unix(cron:session): session closed for user root
  63. Sep 05 07:44:02 bt.krg-23.com CRON[16025]: pam_unix(cron:session): session closed for user root
  64. Sep 05 07:44:18 bt.krg-23.com named[1068]: connection refused resolving 'i.bandito.org/A/IN': 95.215.44.13#53
  65. Sep 05 07:44:34 bt.krg-23.com named[1068]: connection refused resolving 'i.bandito.org/A/IN': 95.215.44.13#53
  66. Sep 05 07:44:45 bt.krg-23.com sudo[16022]: pam_unix(sudo:session): session closed for user root
  67. Sep 05 07:45:01 bt.krg-23.com CRON[16102]: pam_unix(cron:session): session opened for user root by (uid=0)
  68. Sep 05 07:45:01 bt.krg-23.com CRON[16104]: (root) CMD (/usr/local/rtm/bin/rtm 32 > /dev/null 2> /dev/null)
  69. Sep 05 07:45:01 bt.krg-23.com CRON[16103]: pam_unix(cron:session): session opened for user root by (uid=0)
  70. Sep 05 07:45:01 bt.krg-23.com CRON[16105]: (root) CMD (bash /usr/local/bin/quickbox/system/set_interface)
  71. Sep 05 07:45:01 bt.krg-23.com CRON[16103]: pam_unix(cron:session): session closed for user root
  72. Sep 05 07:45:01 bt.krg-23.com CRON[16102]: pam_unix(cron:session): session closed for user root
  73. Sep 05 07:45:14 bt.krg-23.com sudo[16153]:    krieg : TTY=pts/3 ; PWD=/home/krieg ; USER=root ; COMMAND=/bin/journalctl -xe
  74. Sep 05 07:45:14 bt.krg-23.com sudo[16153]: pam_unix(sudo:session): session opened for user root by krieg(uid=0)
  75. Sep 05 07:45:33 bt.krg-23.com sudo[16153]: pam_unix(sudo:session): session closed for user root
  76. Sep 05 07:46:01 bt.krg-23.com CRON[16174]: pam_unix(cron:session): session opened for user root by (uid=0)
  77. Sep 05 07:46:01 bt.krg-23.com CRON[16175]: pam_unix(cron:session): session opened for user root by (uid=0)
  78. Sep 05 07:46:01 bt.krg-23.com CRON[16176]: (root) CMD (/usr/local/rtm/bin/rtm 32 > /dev/null 2> /dev/null)
  79. Sep 05 07:46:01 bt.krg-23.com CRON[16177]: (root) CMD (bash /usr/local/bin/quickbox/system/set_interface)
  80. Sep 05 07:46:01 bt.krg-23.com CRON[16175]: pam_unix(cron:session): session closed for user root
  81. Sep 05 07:46:01 bt.krg-23.com CRON[16174]: pam_unix(cron:session): session closed for user root
  82. Sep 05 07:46:25 bt.krg-23.com sudo[16225]:    krieg : TTY=pts/3 ; PWD=/home/krieg ; USER=root ; COMMAND=/bin/journalctl -xe
  83. Sep 05 07:46:25 bt.krg-23.com sudo[16225]: pam_unix(sudo:session): session opened for user root by krieg(uid=0)
  84. lines 1101-1162/1162 (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement