Advertisement
genBTC

nginx -V configure compile modules + debian packages

Sep 13th, 2019
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. $ nginx -V
  2. nginx version: nginx/1.14.2
  3. built with OpenSSL 1.1.1c 28 May 2019
  4. TLS SNI support enabled
  5. configure arguments:
  6. --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-tBUzFN/nginx-1.14.2=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2'
  7. --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC'
  8. --prefix=/usr/share/nginx
  9. --conf-path=/etc/nginx/nginx.conf
  10. --http-log-path=/var/log/nginx/access.log
  11. --error-log-path=/var/log/nginx/error.log
  12. --lock-path=/var/lock/nginx.lock
  13. --pid-path=/run/nginx.pid
  14. --modules-path=/usr/lib/nginx/modules
  15. --http-client-body-temp-path=/var/lib/nginx/body
  16. --http-fastcgi-temp-path=/var/lib/nginx/fastcgi
  17. --http-proxy-temp-path=/var/lib/nginx/proxy
  18. --http-scgi-temp-path=/var/lib/nginx/scgi
  19. --http-uwsgi-temp-path=/var/lib/nginx/uwsgi
  20. --with-debug
  21. --with-pcre-jit
  22. --with-http_ssl_module
  23. --with-http_stub_status_module
  24. --with-http_realip_module
  25. --with-http_auth_request_module
  26. --with-http_v2_module
  27. --with-http_dav_module
  28. --with-http_slice_module
  29. --with-threads
  30. --with-http_addition_module
  31. --with-http_geoip_module=dynamic
  32. --with-http_gunzip_module
  33. --with-http_gzip_static_module
  34. --with-http_image_filter_module=dynamic
  35. --with-http_sub_module
  36. --with-http_xslt_module=dynamic
  37. --with-stream=dynamic
  38. --with-stream_ssl_module
  39. --with-stream_ssl_preread_module
  40. --with-mail=dynamic
  41. --with-mail_ssl_module
  42. --add-dynamic-module=/build/nginx-tBUzFN/nginx-1.14.2/debian/modules/http-auth-pam
  43. --add-dynamic-module=/build/nginx-tBUzFN/nginx-1.14.2/debian/modules/http-dav-ext
  44. --add-dynamic-module=/build/nginx-tBUzFN/nginx-1.14.2/debian/modules/http-echo
  45. --add-dynamic-module=/build/nginx-tBUzFN/nginx-1.14.2/debian/modules/http-upstream-fair
  46. --add-dynamic-module=/build/nginx-tBUzFN/nginx-1.14.2/debian/modules/http-subs-filter
  47.  
  48.  
  49. $ apt-cache search libnginx-mod
  50. libnginx-mod-http-auth-pam - PAM authentication module for Nginx
  51. libnginx-mod-http-cache-purge - Purge content from Nginx caches
  52. libnginx-mod-http-dav-ext - WebDAV missing commands support for Nginx
  53. libnginx-mod-http-echo - Bring echo and more shell style goodies to Nginx
  54. libnginx-mod-http-fancyindex - Fancy indexes module for the Nginx
  55. libnginx-mod-http-geoip - GeoIP HTTP module for Nginx
  56. libnginx-mod-http-headers-more-filter - Set and clear input and output headers for Nginx
  57. libnginx-mod-http-image-filter - HTTP image filter module for Nginx
  58. libnginx-mod-http-lua - Lua module for Nginx
  59. libnginx-mod-http-ndk - Nginx Development Kit module
  60. libnginx-mod-http-perl - Perl module for Nginx
  61. libnginx-mod-http-subs-filter - Substitution filter module for Nginx
  62. libnginx-mod-http-uploadprogress - Upload progress system for Nginx
  63. libnginx-mod-http-upstream-fair - Nginx Upstream Fair Proxy Load Balancer
  64. libnginx-mod-http-xslt-filter - XSLT Transformation module for Nginx
  65. libnginx-mod-mail - Mail module for Nginx
  66. libnginx-mod-nchan - Fast, flexible pub/sub server for Nginx
  67. libnginx-mod-rtmp - RTMP support for Nginx
  68. libnginx-mod-stream - Stream module for Nginx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement