Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. root@vm-doku:/home/user# sudo apache2ctl -S
  2. AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
  3. VirtualHost configuration:
  4. 127.0.0.1:80 is a NameVirtualHost
  5. default server vm-doku.eva.evapolda.de (/etc/apache2/sites-enabled/000-default.conf:1)
  6. port 80 namevhost vm-doku.eva.evapolda.de (/etc/apache2/sites-enabled/000-default.conf:1)
  7. port 80 namevhost essen.vm-doku.eva.evapolda.de (/etc/apache2/sites-enabled/essen.conf:1)
  8. ServerRoot: "/etc/apache2"
  9. Main DocumentRoot: "/var/www/html"
  10. Main ErrorLog: "/var/log/apache2/error.log"
  11. Mutex default: dir="/var/lock/apache2" mechanism=fcntl
  12. Mutex mpm-accept: using_defaults
  13. Mutex watchdog-callback: using_defaults
  14. PidFile: "/var/run/apache2/apache2.pid"
  15. Define: DUMP_VHOSTS
  16. Define: DUMP_RUN_CFG
  17. User: name="www" id=1001
  18. Group: name="www" id=1001
  19. root@vm-doku:/home/user# clear
  20. root@vm-doku:/home/user# service apache2 restart
  21. root@vm-doku:/home/user# sudo apache2ctl -S
  22. AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
  23. VirtualHost configuration:
  24. 127.0.0.1:80 is a NameVirtualHost
  25. default server vm-doku.eva.evapolda.de (/etc/apache2/sites-enabled/000-default.conf:1)
  26. port 80 namevhost vm-doku.eva.evapolda.de (/etc/apache2/sites-enabled/000-default.conf:1)
  27. port 80 namevhost essen.vm-doku.eva.evapolda.de (/etc/apache2/sites-enabled/essen.conf:1)
  28. ServerRoot: "/etc/apache2"
  29. Main DocumentRoot: "/var/www/html"
  30. Main ErrorLog: "/var/log/apache2/error.log"
  31. Mutex default: dir="/var/lock/apache2" mechanism=fcntl
  32. Mutex mpm-accept: using_defaults
  33. Mutex watchdog-callback: using_defaults
  34. PidFile: "/var/run/apache2/apache2.pid"
  35. Define: DUMP_VHOSTS
  36. Define: DUMP_RUN_CFG
  37. User: name="www" id=1001
  38. Group: name="www" id=1001
  39. root@vm-doku:/home/user#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement