Advertisement
pgiovanni

Untitled

Jun 14th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
  2. VirtualHost configuration:
  3. *:80 127.0.1.1 (/etc/apache2/sites-enabled/000-default.conf:1)
  4. *:443 127.0.1.1 (/etc/apache2/sites-enabled/default-ssl.conf:2)
  5. ServerRoot: "/etc/apache2"
  6. Main DocumentRoot: "/var/www/html"
  7. Main ErrorLog: "/var/log/apache2/error.log"
  8. Mutex rewrite-map: using_defaults
  9. Mutex ssl-stapling-refresh: using_defaults
  10. Mutex ssl-stapling: using_defaults
  11. Mutex ssl-cache: using_defaults
  12. Mutex default: dir="/var/run/apache2/" mechanism=default
  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-data" id=33 not_used
  18. Group: name="www-data" id=33 not_used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement