Did you try: nginx -V
(note the capital V; lowercase v will simply show the version) output on ubuntu for me: nginx version: nginx/1.13.0 built with OpenSSL 1.0.2k 26 Jan 2017 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-pcre-jit --with-debug --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-http_v2_module --with-stream --with-stream_ssl_module --with-mail --with-mail_ssl_module --with-openssl=/build/nginx-4chxRR/nginx-1.13.0/debian/openssl-1.0.2k --add-module=/build/nginx-4chxRR/nginx-1.13.0/debian/modules/nginx-auth-pam --add-module=/build/nginx-4chxRR/nginx-1.13.0/debian/modules/nginx-echo --add-module=/build/nginx-4chxRR/nginx-1.13.0/debian/modules/nginx-upstream-fair --add-module=/build/nginx-4chxRR/nginx-1.13.0/debian/modules/nginx-dav-ext-module --add-module=/build/nginx-4chxRR/nginx-1.13.0/debian/modules/nginx-cache-purge Best regards, Kevin -- Kevin Worthington kworthington AT gmail DOT com https://kevinworthington.com/ https://twitter.com/kworthington On Tue, May 30, 2017 at 8:48 AM, tgkprog <[email protected]> wrote: > FYI : > >> I want to know what are the exact modules that are included in the pre > built Ubuntu version, where can I see that? > > What I mean is when I built on my ubuntu I gave the command : > ./configure --prefix=/data/apps/ngx/n1_12_0 --with-debug --with-threads > --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_v2_module > > Notably not used: > --with-http_realip_module > > What is the configure command in the pre-built Ubuntu package ? I guess its > the same options for all platforms? > > Posted at Nginx Forum: https://forum.nginx.org/read. > php?2,274507,274508#msg-274508 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
