Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. user@rex:~$ sudo /etc/init.d/apache2 stop
  2. [ ok ] Stopping apache2 (via systemctl): apache2.service.
  3. user@rex:~$ ps -ef | grep httpd
  4. user 1855 1642 0 16:03 pts/0 00:00:00 grep --color=auto httpd
  5. user@rex:~$ sudo /etc/init.d/apache2 status
  6. ● apache2.service - LSB: Apache2 web server
  7. Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  8. Drop-In: /lib/systemd/system/apache2.service.d
  9. └─apache2-systemd.conf
  10. Active: inactive (dead) since Thu 2017-01-19 16:03:20 CET; 44s ago
  11. Docs: man:systemd-sysv-generator(8)
  12. Process: 1785 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
  13. Process: 1768 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)
  14.  
  15. Jan 19 16:03:20 rex apache2[1768]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
  16. Jan 19 16:03:20 rex apache2[1768]: no listening sockets available, shutting down
  17. Jan 19 16:03:20 rex apache2[1768]: AH00015: Unable to open logs
  18. Jan 19 16:03:20 rex apache2[1768]: Action 'start' failed.
  19. Jan 19 16:03:20 rex apache2[1768]: The Apache error log may have more information.
  20. Jan 19 16:03:20 rex apache2[1768]: *
  21. Jan 19 16:03:20 rex apache2[1785]: * Stopping Apache httpd web server apache2
  22. Jan 19 16:03:20 rex apache2[1785]: *
  23. Jan 19 16:03:20 rex systemd[1]: Started LSB: Apache2 web server.
  24. Jan 19 16:03:46 rex systemd[1]: Stopped LSB: Apache2 web server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement