Advertisement
sb2014

Untitled

Aug 23rd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. sudo /etc/init.d/apache2 restart:
  2. [....] Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code.
  3. See "systemctl status apache2.service" and "journalctl -xe" for details.
  4. failed!
  5.  
  6. systemctl status apache2.service:
  7. ● apache2.service - The Apache HTTP Server
  8. Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
  9. Active: failed (Result: exit-code) since Thu 2018-08-23 23:23:12 CEST; 46min ago
  10. Process: 24928 ExecStop=/usr/sbin/apachectl stop (code=exited, status=1/FAILURE)
  11. Process: 25127 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
  12. Main PID: 22761 (code=exited, status=0/SUCCESS)
  13.  
  14. Aug 23 23:23:12 vserver4.blackfirefly.org systemd[1]: Starting The Apache HTTP Server...
  15. Aug 23 23:23:12 vserver4.blackfirefly.org apachectl[25127]: AH00526: Syntax error on line 11 of /home/easywi-web/sites-enabled/easywi_
  16. Aug 23 23:23:12 vserver4.blackfirefly.org apachectl[25127]: Invalid command 'Header', perhaps misspelled or defined by a module not in
  17. Aug 23 23:23:12 vserver4.blackfirefly.org apachectl[25127]: Action 'start' failed.
  18. Aug 23 23:23:12 vserver4.blackfirefly.org apachectl[25127]: The Apache error log may have more information.
  19. Aug 23 23:23:12 vserver4.blackfirefly.org systemd[1]: apache2.service: Control process exited, code=exited status=1
  20. Aug 23 23:23:12 vserver4.blackfirefly.org systemd[1]: Failed to start The Apache HTTP Server.
  21. Aug 23 23:23:12 vserver4.blackfirefly.org systemd[1]: apache2.service: Unit entered failed state.
  22. Aug 23 23:23:12 vserver4.blackfirefly.org systemd[1]: apache2.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement