Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # PHP & Apache2 modules loaded, in response to: https://www.virtualmin.com/comment/797309#comment-797309
- $ php -m
- [PHP Modules]
- calendar
- Core
- ctype
- date
- exif
- fileinfo
- filter
- ftp
- gettext
- hash
- iconv
- json
- libxml
- mysqli
- mysqlnd
- openssl
- pcntl
- pcre
- PDO
- pdo_mysql
- Phar
- posix
- readline
- Reflection
- session
- shmop
- sockets
- SPL
- standard
- sysvmsg
- sysvsem
- sysvshm
- tokenizer
- Zend OPcache
- zlib
- [Zend Modules]
- Zend OPcache
- $ apache2ctl -M | sort
- [Sat Jun 16 08:44:24.226173 2018] [so:warn] [pid 10680] AH01574: module php5_module is already loaded, skipping
- [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.
- access_compat_module (shared)
- actions_module (shared)
- alias_module (shared)
- auth_basic_module (shared)
- authn_core_module (shared)
- authn_file_module (shared)
- authz_core_module (shared)
- authz_groupfile_module (shared)
- authz_host_module (shared)
- authz_user_module (shared)
- autoindex_module (shared)
- cgi_module (shared)
- core_module (static)
- deflate_module (shared)
- dir_module (shared)
- env_module (shared)
- filter_module (shared)
- headers_module (shared)
- http_module (static)
- log_config_module (static)
- logio_module (static)
- mime_module (shared)
- mpm_prefork_module (shared)
- negotiation_module (shared)
- php5_module (shared)
- reqtimeout_module (shared)
- rewrite_module (shared)
- setenvif_module (shared)
- so_module (static)
- socache_shmcb_module (shared)
- ssl_module (shared)
- status_module (shared)
- unixd_module (static)
- version_module (static)
- watchdog_module (static)
- Loaded Modules:
- $sudo find /etc/ -name php.ini -print
- /etc/php5/cli/php.ini
- /etc/php5/apache2/php.ini
- /etc/php/7.0/cli/php.ini
- /etc/php/7.0/apache2/php.ini
- ------------
- $ # Output of phpinfo()
- PHP logo
- PHP Version 5.5.9-1ubuntu4.25
- System Linux xxxxxx 2.6.32-042stab127.2 #1 SMP Thu Jan 4 16:41:44 MSK 2018 i686
- Build Date May 10 2018 14:36:54
- Server API Apache 2.0 Handler
- Virtual Directory Support disabled
- Configuration File (php.ini) Path /etc/php5/apache2
- Loaded Configuration File /etc/php5/apache2/php.ini
- Scan this dir for additional .ini files /etc/php5/apache2/conf.d
- 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
- PHP API 20121113
- PHP Extension 20121212
- Zend Extension 220121212
- Zend Extension Build API220121212,NTS
- PHP Extension Build API20121212,NTS
- Debug Build no
- Thread Safety disabled
- Zend Signal Handling disabled
- Zend Memory Manager enabled
- Zend Multibyte Support provided by mbstring
- IPv6 Support enabled
- DTrace Support enabled
- Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
- Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, tls
- Registered Stream Filters zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk
- Zend logo This program makes use of the Zend Scripting Language Engine:
- Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
- with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
- Configuration
- apache2handler
- Apache Version Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.25 OpenSSL/1.0.1f
- Apache API Version 20120211
- Server Administrator [no address given]
- Hostname:Port xxxxxxxx:0
- User/Group www-data(33)/33
- Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
- Timeouts Connection: 300 - Keep-Alive: 3
- Virtual Server Yes
- Server Root /etc/apache2
- 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
- Directive Local Value Master Value
- engine 1 1
- last_modified 0 0
- xbithack 0 0
- ... etc...
Advertisement
Add Comment
Please, Sign In to add comment