Nginx - как посмотреть с какими модулями скомпилирован

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Nginx - как посмотреть с какими модулями скомпилирован

Посмотреть какие модули установлены в nginx - можно командой:

# 2>&1 nginx -V | tr -- - '\n' | grep _module
http_addition_module
http_auth_request_module
http_dav_module
http_flv_module
http_gunzip_module
http_gzip_static_module
http_mp4_module
http_random_index_module
http_realip_module
http_secure_link_module
http_slice_module
http_ssl_module
http_stub_status_module
http_sub_module
http_v2_module  
mail_ssl_module
stream_realip_module
stream_ssl_module
stream_ssl_preread_module