Guest User

Untitled

a guest
Nov 15th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. Nov 14 15:20:32 srv087 apache2[27920]: Starting web server: apache2 failed!
  2. Nov 14 15:20:32 srv087 apache2[27920]: The apache2 instance did not start within 20 seconds. Please read the log files to discover problems ... (warning).
  3. Nov 14 15:20:32 srv087 systemd[1]: apache2.service: control process exited, code=exited status=1
  4. Nov 14 15:20:32 srv087 systemd[1]: Failed to start LSB: Apache2 web server.
  5. Nov 14 15:20:32 srv087 systemd[1]: Unit apache2.service entered failed state.
  6.  
  7. 27934 root 15:20 /usr/sbin/apache2 -k start
  8. 27937 www-data 15:20 /usr/sbin/apache2 -k start
  9. 27938 www-data 15:20 /usr/sbin/apache2 -k start
  10. 27939 www-data 15:20 /usr/sbin/apache2 -k start
  11.  
  12. [Wed Nov 14 15:20:12.229256 2018] [core:warn] [pid 27934] AH00098: pid file /var/run/apache2.pid overwritten -- Unclean shutdown of previous Apache run?
  13. [Wed Nov 14 15:20:12.235164 2018] [mpm_prefork:notice] [pid 27934] AH00163: Apache/2.4.10 (Debian) OpenSSL/1.0.1t configured -- resuming normal operations
  14. [Wed Nov 14 15:20:12.235224 2018] [core:notice] [pid 27934] AH00094: Command line: '/usr/sbin/apache2'
  15.  
  16.  
  17. # journalctl -xn
  18.  
  19. -- Unit apache2.service has finished shutting down. Nov 14 16:13:51 srvxx systemd[1]: Starting LSB: Apache2 web server...
  20. -- Subject: Unit apache2.service has begun with start-up
  21. -- Defined-By: systemd
  22. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  23. --
  24. -- Unit apache2.service has begun starting up.
  25. Nov 14 16:13:51 srvxx apache2[30226]: Starting web server: apache2httpd (pid 29324) already running
  26. Nov 14 16:14:11 srvxx apache2[30226]: failed! Nov 14 16:14:11 srvxx apache2[30226]: The apache2 instance did not start within 20 seconds. Please read the log files to discover problems ... (warning).
  27. Nov 14 16:14:11 srvxxsrvxx systemd[1]: apache2.service: control process exited, code=exited status=1
  28. Nov 14 16:14:11 srvxx systemd[1]: Failed to start LSB: Apache2 web server.
  29. -- Subject: Unit apache2.service has failed
  30. -- Defined-By: systemd
  31. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  32. --
  33. -- Unit apache2.service has failed.
  34. --
  35. -- The result is failed. Nov 14 16:14:11 srv087 systemd[1]: Unit apache2.service entered failed state.
  36.  
  37. # Since there is no sane way to get the parsed apache2 config in scripts, some
  38. # settings are defined via environment variables and then used in apache2ctl,
  39. # /etc/init.d/apache2, /etc/logrotate.d/apache2, etc.
  40. export APACHE_RUN_USER=www-data
  41. export APACHE_RUN_GROUP=www-data
  42. # temporary state file location. This might be changed to /run in Wheezy+1
  43. export APACHE_PID_FILE=/var/run/apache2/apache2$SUFFIX.pid
  44. export APACHE_RUN_DIR=/var/run/apache2$SUFFIX
  45. export APACHE_LOCK_DIR=/var/lock/apache2$SUFFIX
  46. # Only /var/log/apache2 is handled by /etc/logrotate.d/apache2.
  47. export APACHE_LOG_DIR=/var/log/apache2$SUFFIX
Add Comment
Please, Sign In to add comment