Hi,
I think about moving from custom compiled versions to Mainline Ubuntu
Packages provided at Index of /packages/. The issue in question currently
is
which parameters for ./configure are used to build those packages? is
there
any documentation regarding which modules are built in? Or is there any
repository for that stuff you use to build those packages to have a
look?
best regards,
Christian
On 05/07/13 14:50, Christian Bönning wrote:
The issue in question currently is which parameters for ./configure are used to
build those packages?
run
nginx -V
Thanks. But I would just like to know that before I actually start to
deploy something on our development/testing/staging/production
environments
…
Best regards,
Christian
2013/5/7 Anton Y. [email protected]
On 7 May2013, at 15:13 , Christian B.
[email protected] wrote:
Thanks. But I would just like to know that before I actually start to deploy
something on our development/testing/staging/production environments …
% nginx -V
nginx version: nginx/1.5.0
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx
–conf-path=/etc/nginx/nginx.conf
–error-log-path=/var/log/nginx/error.log
–http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid
–lock-path=/var/run/nginx.lock
–http-client-body-temp-path=/var/cache/nginx/client_temp
–http-proxy-temp-path=/var/cache/nginx/proxy_temp
–http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
–http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp
–http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx
–group=nginx --with-http_ssl_module --with-http_realip_module
–with-http_addition_module --with-http_sub_module
–with-http_dav_module --with-http_flv_module --with-http_mp4_module
–with-http_gunzip_module --with-http_gzip_static_module
–with-http_random_index_module --with-http_secure_link_module
–with-http_stub_status_module --with-mail --with-mail_ssl_module
–with-file-aio --with-ipv6
on ubuntu 12.04 and 12.10 --with-http_spdy_module is added.
Thank you Sergey. That helps.
Best regards,
Christian
2013/5/7 Sergey B. [email protected]
% nginx -V
–http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx
Hello,
Thanks for posting the configure script. Is there a reason why the geoip
module is not compiled into the packages? Our site uses this module
quite
extensively and given how old the Debian packages have become, I was
hoping
we could switch to the official nginx.org packages.
On 7 May2013, at 20:23 , Richard S. [email protected]
wrote:
Thanks for posting the configure script.
You can download srpm and/or debian source package from nginx.org and
look at
configure options or change/rebuild it for your needs.
Is there a reason why the geoip module is not compiled into the packages? Our
site uses this module quite extensively and given how old the Debian packages have
become, I was hoping we could switch to the official nginx.org packages.
geoip module requires geoip lib, so it will add dependence to nginx
package.
The policy is to enable all options except those need additional libs.