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

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== Nginx - как посмотреть с какими модулями скомпилирован=== Посмотреть какие модули устано…»)
 
(нет различий)

Текущая версия на 18:03, 12 ноября 2019

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