Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. apache2ctl -S
  2. VirtualHost configuration:
  3. ServerRoot: "/etc/apache2"
  4. Main DocumentRoot: "/var/www/html"
  5. Main ErrorLog: "/var/log/apache2/error.log"
  6. Mutex ssl-cache: using_defaults
  7. Mutex default: dir="/var/run/apache2/" mechanism=default
  8. Mutex mpm-accept: using_defaults
  9. Mutex fcgid-pipe: using_defaults
  10. Mutex watchdog-callback: using_defaults
  11. Mutex rewrite-map: using_defaults
  12. Mutex ssl-stapling-refresh: using_defaults
  13. Mutex fcgid-proctbl: using_defaults
  14. Mutex ssl-stapling: using_defaults
  15. PidFile: "/var/run/apache2/apache2.pid"
  16. Define: DUMP_VHOSTS
  17. Define: DUMP_RUN_CFG
  18. Define: MODPERL2
  19. User: name="www-data" id=33
  20. Group: name="www-data" id=33
  21.  
  22. root@admin:# apache2ctl -V
  23. Server version: Apache/2.4.18 (Ubuntu)
  24. Server built: 2016-07-14T12:32:26
  25. Server's Module Magic Number: 20120211:52
  26. Server loaded: APR 1.5.2, APR-UTIL 1.5.4
  27. Compiled using: APR 1.5.2, APR-UTIL 1.5.4
  28. Architecture: 64-bit
  29. Server MPM: prefork
  30. threaded: no
  31. forked: yes (variable process count)
  32. Server compiled with....
  33. -D APR_HAS_SENDFILE
  34. -D APR_HAS_MMAP
  35. -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
  36. -D APR_USE_SYSVSEM_SERIALIZE
  37. -D APR_USE_PTHREAD_SERIALIZE
  38. -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  39. -D APR_HAS_OTHER_CHILD
  40. -D AP_HAVE_RELIABLE_PIPED_LOGS
  41. -D DYNAMIC_MODULE_LIMIT=256
  42. -D HTTPD_ROOT="/etc/apache2"
  43. -D SUEXEC_BIN="/usr/lib/apache2/suexec"
  44. -D DEFAULT_PIDLOG="/var/run/apache2.pid"
  45. -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
  46. -D DEFAULT_ERRORLOG="logs/error_log"
  47. -D AP_TYPES_CONFIG_FILE="mime.types"
  48. -D SERVER_CONFIG_FILE="apache2.conf"
  49.  
  50. a2ensite free-clip-art.com
  51. Enabling site free-clip-art.com.
  52. To activate the new configuration, you need to run:
  53. service apache2 reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement