Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. user@server:/tmp$ sudo lsof -i :443
  2. user@server:/tmp$ sudo lsof -i :80
  3. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  4. nginx 4791 root 7u IPv4 318350 0t0 TCP *:http (LISTEN)
  5. nginx 4819 gitlab-www 7u IPv4 318350 0t0 TCP *:http (LISTEN)
  6. nginx 4820 gitlab-www 7u IPv4 318350 0t0 TCP *:http (LISTEN)
  7. nginx 4821 gitlab-www 7u IPv4 318350 0t0 TCP *:http (LISTEN)
  8. nginx 4822 gitlab-www 7u IPv4 318350 0t0 TCP *:http (LISTEN)
  9.  
  10. systemctl status apache2.service
  11. apache2.service - LSB: Apache2 web server
  12. Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  13. Drop-In: /lib/systemd/system/apache2.service.d
  14. └─apache2-systemd.conf
  15. Active: inactive (dead) since Sat 2019-05-25 15:34:28 CEST; 27min ago
  16. Docs: man:systemd-sysv-generator(8)
  17. Process: 1171 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
  18. Process: 1151 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)
  19.  
  20. May 25 15:34:28 neuron07ubtx apache2[1151]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
  21. May 25 15:34:28 neuron07ubtx apache2[1151]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
  22. May 25 15:34:28 neuron07ubtx apache2[1151]: no listening sockets available, shutting down
  23. May 25 15:34:28 neuron07ubtx apache2[1151]: AH00015: Unable to open logs
  24. May 25 15:34:28 neuron07ubtx apache2[1151]: Action 'start' failed.
  25. May 25 15:34:28 neuron07ubtx apache2[1151]: The Apache error log may have more information.
  26. May 25 15:34:28 neuron07ubtx apache2[1151]: *
  27. May 25 15:34:28 neuron07ubtx apache2[1171]: * Stopping Apache httpd web server apache2
  28. May 25 15:34:28 neuron07ubtx apache2[1171]: *
  29. May 25 15:34:28 neuron07ubtx systemd[1]: Started LSB: Apache2 web server.
  30.  
  31. nginx['listen_port'] = 30080
  32. nginx['listen_https'] = 30443
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement