Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # PHP & Apache2 modules loaded, in response to: https://www.virtualmin.com/comment/797309#comment-797309
  2.  
  3. # php -m
  4. [PHP Modules]
  5. calendar
  6. Core
  7. ctype
  8. curl
  9. date
  10. dom
  11. exif
  12. fileinfo
  13. filter
  14. ftp
  15. gd
  16. gettext
  17. hash
  18. iconv
  19. json
  20. libxml
  21. mbstring
  22. mysqli
  23. mysqlnd
  24. openssl
  25. pcntl
  26. pcre
  27. PDO
  28. pdo_mysql
  29. Phar
  30. posix
  31. readline
  32. Reflection
  33. session
  34. shmop
  35. SimpleXML
  36. sockets
  37. sodium
  38. SPL
  39. standard
  40. sysvmsg
  41. sysvsem
  42. sysvshm
  43. tokenizer
  44. wddx
  45. xml
  46. xmlreader
  47. xmlwriter
  48. xsl
  49. Zend OPcache
  50. zip
  51. zlib
  52.  
  53. [Zend Modules]
  54. Zend OPcache
  55.  
  56.  
  57.  
  58. # apache2ctl -M
  59. AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using mxgroup.com.au. Set the 'ServerName' directive globally to suppress this message
  60. Loaded Modules:
  61. core_module (static)
  62. so_module (static)
  63. watchdog_module (static)
  64. http_module (static)
  65. log_config_module (static)
  66. logio_module (static)
  67. version_module (static)
  68. unixd_module (static)
  69. access_compat_module (shared)
  70. actions_module (shared)
  71. alias_module (shared)
  72. auth_basic_module (shared)
  73. auth_digest_module (shared)
  74. authn_core_module (shared)
  75. authn_file_module (shared)
  76. authz_core_module (shared)
  77. authz_host_module (shared)
  78. authz_user_module (shared)
  79. autoindex_module (shared)
  80. cgi_module (shared)
  81. dav_module (shared)
  82. dav_fs_module (shared)
  83. deflate_module (shared)
  84. dir_module (shared)
  85. env_module (shared)
  86. expires_module (shared)
  87. fcgid_module (shared)
  88. filter_module (shared)
  89. headers_module (shared)
  90. lbmethod_byrequests_module (shared)
  91. mime_module (shared)
  92. mpm_prefork_module (shared)
  93. negotiation_module (shared)
  94. php7_module (shared)
  95. proxy_module (shared)
  96. proxy_balancer_module (shared)
  97. proxy_connect_module (shared)
  98. proxy_fcgi_module (shared)
  99. proxy_http_module (shared)
  100. rewrite_module (shared)
  101. setenvif_module (shared)
  102. slotmem_shm_module (shared)
  103. socache_shmcb_module (shared)
  104. ssl_module (shared)
  105. status_module (shared)
  106. suexec_module (shared)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement