nginx linux packages

Sergey Budnevitch sb at waeme.net
Thu Aug 25 09:59:51 UTC 2011


On 25.08.2011, at 13:41, Nuno Magalhães wrote:

> On Thu, Aug 25, 2011 at 09:51, Sergey Budnevitch <sb at waeme.net> wrote:
>> It is convenient to build last stable version of
>> nginx with same parameters and with most of standard modules,
> 
> Meaning you created yet another repository with packages configured
> according to what you thing are the best choices. What are they? Which
> modules? What's after --configure?

        ./configure \
                --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/uwcgi_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_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

  srpm and debian source package are also available on mentioned link.

> And can i add other modules at
> runtime or disable existing ones?

No, nginx do not support dynamic modules right now

> 
> Otherwise, i still prefer compiling from source, but that's me.
> 
> Nice to have the packages straight from the source though, instead of
> through a distro.
> 
> Cheers,
> Nuno
> 



More information about the nginx mailing list