Skip to content

Instantly share code, notes, and snippets.

@minimum2scp
Last active January 8, 2016 03:16
Show Gist options
  • Save minimum2scp/6963571 to your computer and use it in GitHub Desktop.
Save minimum2scp/6963571 to your computer and use it in GitHub Desktop.

debian nginx package

upstream

debian package information

nginx binary packages

nginx-light - nginx web/proxy server (basic version)
nginx-extras - nginx web/proxy server (extended version)
nginx-full - nginx web/proxy server (standard version)
nginx-naxsi - nginx web/proxy server (version with naxsi)

nginx-light:

tsuyoshi@heartbreakone:[cow.4228]% apt-cache show nginx-light/sid | sed -n -e '/^Description/,/^[A-Z]/p'
Description-en: nginx web/proxy server (basic version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides a very light version of nginx with only the
 minimal set of features and modules.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Charset,
 Empty GIF, FastCGI, Gzip, Headers, Index, Log, Map, Proxy, Rewrite, Upstream.
 .
 OPTIONAL HTTP MODULES: Gzip Precompression, IPv6, SSL, Stub Status.
 .
 THIRD PARTY MODULES: Echo.
Description-md5: 58688ce5740ab964dd765536c7dab1be
tsuyoshi@heartbreakone:[cow.4228]% nginx -V
nginx version: nginx/1.4.3
TLS SNI support enabled
configure arguments: --prefix=/usr/share/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 --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --with-pcre-jit --with-http_gzip_static_module --with-http_ssl_module --with-ipv6 --without-http_browser_module --without-http_geo_module --without-http_limit_req_module --without-http_limit_zone_module --without-http_memcached_module --without-http_referer_module --without-http_scgi_module --without-http_split_clients_module --with-http_stub_status_module --without-http_ssi_module --without-http_userid_module --without-http_uwsgi_module --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-echo

nginx-full:

tsuyoshi@heartbreakone:[cow.4228]% apt-cache show nginx-full/sid | sed -n -e '/^Description/,/^[A-Z]/p'
Description-en: nginx web/proxy server (standard version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides a version of nginx with the complete set of
 standard modules included (but omitting some of those included in
 nginx-extra).
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser,
 Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,
 Split Clients, SSI, Upstream, User ID, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Debug, GeoIP, Gzip Precompression,
 HTTP Sub, Image Filter, IPv6, Real IP, SSL, Stub Status, Substitution,
 WebDAV, XSLT.
 .
 MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL.
 .
 THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, HTTP Substitution Filter,
 Upstream Fair Queue.
Description-md5: d839cd178068fee0b7cb01c985496280
tsuyoshi@heartbreakone:[cow.4228]% nginx -V
nginx version: nginx/1.4.3
TLS SNI support enabled
configure arguments: --prefix=/usr/share/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=/run/nginx.pid --with-pcre-jit --with-debug --with-http_addition_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-ipv6 --with-mail --with-mail_ssl_module --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-auth-pam --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-dav-ext-module --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-echo --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-upstream-fair --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/ngx_http_substitutions_filter_module

nginx-extras:

Description-en: nginx web/proxy server (standard version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides a version of nginx with the complete set of
 standard modules included (but omitting some of those included in
 nginx-extra).
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser,
 Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,
 Split Clients, SSI, Upstream, User ID, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Debug, GeoIP, Gzip Precompression,
 HTTP Sub, Image Filter, IPv6, Real IP, SSL, Stub Status, Substitution,
 WebDAV, XSLT.
 .
 MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL.
 .
 THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, HTTP Substitution Filter,
 Upstream Fair Queue.
Description-md5: d839cd178068fee0b7cb01c985496280
tsuyoshi@heartbreakone:[cow.4228]% nginx -V
nginx version: nginx/1.4.3
TLS SNI support enabled
configure arguments: --prefix=/usr/share/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=/run/nginx.pid --with-pcre-jit --with-debug --with-http_addition_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_mp4_module --with-http_perl_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_spdy_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-mail --with-mail_ssl_module --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/headers-more-nginx-module --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-auth-pam --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-cache-purge --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-dav-ext-module --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-development-kit --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-echo --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/ngx-fancyindex --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-http-push --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-lua --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-upload-progress --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-upstream-fair --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/ngx_http_substitutions_filter_module

nginx-naxsi

tsuyoshi@heartbreakone:[cow.4228]% apt-cache show nginx-naxsi/sid | sed -n -e '/^Description/,/^[A-Z]/p'
Description-en: nginx web/proxy server (version with naxsi)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides a version of nginx with the basic modules, plus
 the naxsi Web Application Firewall module.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser,
 Charset, Core, Empty GIF, FastCGI, Geo, Gzip, Headers, Index,
 Limit Requests, Limit Zone, Log, Map, Memcached, Proxy, Referer,
 Rewrite, Split Clients, SSI, Upstream, User ID.
 .
 OPTIONAL HTTP MODULES: IPv6, Real IP, SSL, Stub Status.
 .
 THIRD PARTY MODULES: Naxsi, Cache Purge, Upstream Fair.
Description-md5: d7d02f3ebd5773120a7bcfd6ff21349d
tsuyoshi@heartbreakone:[cow.4228]% nginx -V
nginx version: nginx/1.4.3
TLS SNI support enabled
configure arguments: --prefix=/usr/share/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=/run/nginx.pid --with-pcre-jit --with-http_ssl_module --without-mail_pop3_module --without-mail_smtp_module --without-mail_imap_module --without-http_uwsgi_module --without-http_scgi_module --with-ipv6 --with-http_stub_status_module --with-http_realip_module --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/naxsi/naxsi_src --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-cache-purge --add-module=/tmp/buildd/nginx-1.4.3/debian/modules/nginx-upstream-fair
configure arguments nginx-light nginx-full nginx-extras nginx-nasxi
--prefix=/usr/share/nginx o o o o
--conf-path=/etc/nginx/nginx.conf o o o o
--error-log-path=/var/log/nginx/error.log o o o o
--http-client-body-temp-path=/var/lib/nginx/body o o o o
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi o o o o
--http-log-path=/var/log/nginx/access.log o o o o
--http-proxy-temp-path=/var/lib/nginx/proxy o o o o
--http-scgi-temp-path=/var/lib/nginx/scgi - o o o
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi - o o o
--lock-path=/var/lock/nginx.lock o o o o
--pid-path=/run/nginx.pid o o o o
--with-pcre-jit o o o o
--with-http_gzip_static_module o o o -
--with-http_ssl_module o o o o
--with-ipv6 o o o o
--with-debug - o o -
--with-http_browser_module x - - -
--with-http_geo_module x o o -
--with-http_limit_req_module x - - -
--with-http_limit_zone_module x - - -
--with-http_memcached_module x - - -
--with-http_referer_module x - - -
--with-http_scgi_module x - - x
--with-http_split_clients_module x - - -
--with-http_stub_status_module o o o o
--with-http_ssi_module x - - -
--with-http_userid_module x - - -
--with-http_uwsgi_module x - - x
--with-http_addition_module - o o -
--with-http_dav_module - o o -
--with-http_image_filter_module - o o -
--with-http_realip_module - o o o
--with-http_sub_module - o o -
--with-http_xslt_module - o o -
--with-http_flv_module - - o -
--with-http_mp4_module - - o -
--with-http_perl_module - - o -
--with-http_random_index_module - - o -
--with-http_secure_link_module - - o -
--with-http_spdy_module - - o -
--with-mail - o o -
--with-mail_ssl_module - o o -
--with-mail_pop3_module - - - x
--with-mail_smtp_module - - - x
--with-mail_imap_module - - - x
--add-module=.../nginx-echo o o o -
--add-module=.../nginx-auth-pam - o o -
--add-module=.../nginx-dav-ext-module - o o -
--add-module=.../nginx-upstream-fair - o o o
--add-module=.../ngx_http_substitutions_filter_module - o o -
--add-module=.../headers-more-nginx-module - - o -
--add-module=.../nginx-cache-purge - - o o
--add-module=.../nginx-development-kit - - o -
--add-module=.../ngx-fancyindex - - o -
--add-module=.../nginx-http-push - - o -
--add-module=.../nginx-lua - - o -
--add-module=.../nginx-upload-progress - - o -
--add-module=.../naxsi_src - - - o

others

passenger standalone

passenger 4.0.20

%  ~/.passenger/standalone/4.0.20/nginx-1.4.2-x86_64-linux/nginx -V
nginx version: nginx/1.4.2
built by gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
TLS SNI support enabled
configure arguments: --prefix=/tmp --with-cc-opt=-Wno-error --with-http_ssl_module --with-http_spdy_module --with-http_gzip_static_module --with-http_stub_status_module --with-http_addition_module --with-http_geoip_module --add-module=/srv/passenger_autobuilder/repos/passenger/main/ext/nginx

passenger nginx module (passenger-install-nginx-module)

passenger 4.0.20

% /opt/nginx/sbin/nginx -V
nginx version: nginx/1.4.2
built by gcc 4.8.1 (Debian 4.8.1-10) 
TLS SNI support enabled
configure arguments: --prefix=/opt/nginx --with-http_ssl_module --with-http_gzip_static_module --with-http_stub_status_module --with-cc-opt=-Wno-error --with-pcre=/tmp/passenger.ygd79s/pcre-8.32 --add-module=/home/tsuyoshi/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/passenger-4.0.20/ext/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment