Advertisement
dabbill

Untitled

Mar 11th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.106. Set the 'ServerName' directive globally to suppress this message
  2. VirtualHost configuration:
  3. *:443 domain.com (/etc/httpd/conf.d/ssl.conf:56)
  4. ServerRoot: "/etc/httpd"
  5. Main DocumentRoot: "/var/www/html"
  6. Main ErrorLog: "/etc/httpd/logs/error_log"
  7. Mutex default: dir="/run/httpd/" mechanism=default
  8. Mutex mpm-accept: using_defaults
  9. Mutex authdigest-opaque: using_defaults
  10. Mutex proxy-balancer-shm: using_defaults
  11. Mutex rewrite-map: using_defaults
  12. Mutex authdigest-client: using_defaults
  13. Mutex ssl-stapling: using_defaults
  14. Mutex proxy: using_defaults
  15. Mutex authn-socache: using_defaults
  16. Mutex ssl-cache: using_defaults
  17. PidFile: "/run/httpd/httpd.pid"
  18. Define: DUMP_VHOSTS
  19. Define: DUMP_RUN_CFG
  20. User: name="apache" id=48
  21. Group: name="apache" id=48
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement