richb-hanover

php/apache modules loaded

Jun 16th, 2018
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 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. date
  9. exif
  10. fileinfo
  11. filter
  12. ftp
  13. gettext
  14. hash
  15. iconv
  16. json
  17. libxml
  18. mysqli
  19. mysqlnd
  20. openssl
  21. pcntl
  22. pcre
  23. PDO
  24. pdo_mysql
  25. Phar
  26. posix
  27. readline
  28. Reflection
  29. session
  30. shmop
  31. sockets
  32. SPL
  33. standard
  34. sysvmsg
  35. sysvsem
  36. sysvshm
  37. tokenizer
  38. Zend OPcache
  39. zlib
  40.  
  41. [Zend Modules]
  42. Zend OPcache
  43.  
  44. $ apache2ctl -M | sort
  45. [Sat Jun 16 08:44:24.226173 2018] [so:warn] [pid 10680] AH01574: module php5_module is already loaded, skipping
  46. [Sat Jun 16 08:44:24.229794 2018] [core:warn] [pid 10680] AH00117: Ignoring deprecated use of DefaultType in line 183 of /etc/apache2/apache2.conf.
  47. access_compat_module (shared)
  48. actions_module (shared)
  49. alias_module (shared)
  50. auth_basic_module (shared)
  51. authn_core_module (shared)
  52. authn_file_module (shared)
  53. authz_core_module (shared)
  54. authz_groupfile_module (shared)
  55. authz_host_module (shared)
  56. authz_user_module (shared)
  57. autoindex_module (shared)
  58. cgi_module (shared)
  59. core_module (static)
  60. deflate_module (shared)
  61. dir_module (shared)
  62. env_module (shared)
  63. filter_module (shared)
  64. headers_module (shared)
  65. http_module (static)
  66. log_config_module (static)
  67. logio_module (static)
  68. mime_module (shared)
  69. mpm_prefork_module (shared)
  70. negotiation_module (shared)
  71. php5_module (shared)
  72. reqtimeout_module (shared)
  73. rewrite_module (shared)
  74. setenvif_module (shared)
  75. so_module (static)
  76. socache_shmcb_module (shared)
  77. ssl_module (shared)
  78. status_module (shared)
  79. unixd_module (static)
  80. version_module (static)
  81. watchdog_module (static)
  82. Loaded Modules:
  83.  
  84. $sudo find /etc/ -name php.ini -print
  85. /etc/php5/cli/php.ini
  86. /etc/php5/apache2/php.ini
  87. /etc/php/7.0/cli/php.ini
  88. /etc/php/7.0/apache2/php.ini
  89. ------------
  90. $ # Output of phpinfo()
  91.  
  92. PHP logo
  93. PHP Version 5.5.9-1ubuntu4.25
  94.  
  95. System Linux xxxxxx 2.6.32-042stab127.2 #1 SMP Thu Jan 4 16:41:44 MSK 2018 i686
  96. Build Date May 10 2018 14:36:54
  97. Server API Apache 2.0 Handler
  98. Virtual Directory Support disabled
  99. Configuration File (php.ini) Path /etc/php5/apache2
  100. Loaded Configuration File /etc/php5/apache2/php.ini
  101. Scan this dir for additional .ini files /etc/php5/apache2/conf.d
  102. Additional .ini files parsed /etc/php5/apache2/conf.d/05-opcache.ini, /etc/php5/apache2/conf.d/10-pdo.ini, /etc/php5/apache2/conf.d/20-curl.ini, /etc/php5/apache2/conf.d/20-gd.ini, /etc/php5/apache2/conf.d/20-json.ini, /etc/php5/apache2/conf.d/20-mysql.ini, /etc/php5/apache2/conf.d/20-mysqli.ini, /etc/php5/apache2/conf.d/20-pdo_mysql.ini, /etc/php5/apache2/conf.d/20-readline.ini
  103. PHP API 20121113
  104. PHP Extension 20121212
  105. Zend Extension 220121212
  106. Zend Extension Build API220121212,NTS
  107. PHP Extension Build API20121212,NTS
  108. Debug Build no
  109. Thread Safety disabled
  110. Zend Signal Handling disabled
  111. Zend Memory Manager enabled
  112. Zend Multibyte Support provided by mbstring
  113. IPv6 Support enabled
  114. DTrace Support enabled
  115. Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
  116. Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, tls
  117. Registered Stream Filters zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk
  118.  
  119. Zend logo This program makes use of the Zend Scripting Language Engine:
  120. Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
  121. with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
  122.  
  123. Configuration
  124. apache2handler
  125. Apache Version Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.25 OpenSSL/1.0.1f
  126. Apache API Version 20120211
  127. Server Administrator [no address given]
  128. Hostname:Port xxxxxxxx:0
  129. User/Group www-data(33)/33
  130. Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
  131. Timeouts Connection: 300 - Keep-Alive: 3
  132. Virtual Server Yes
  133. Server Root /etc/apache2
  134. Loaded Modules core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_actions mod_alias mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_deflate mod_dir mod_env mod_filter mod_headers mod_mime prefork mod_negotiation mod_php5 mod_reqtimeout mod_rewrite mod_setenvif mod_socache_shmcb mod_ssl mod_status
  135.  
  136. Directive Local Value Master Value
  137. engine 1 1
  138. last_modified 0 0
  139. xbithack 0 0
  140. ... etc...
Advertisement
Add Comment
Please, Sign In to add comment