# HG changeset patch # User Sergey Budnevitch # Date 1432036035 -10800 # Node ID f595fb4275094a7902ef28bce3881571b44522bd # Parent f29398a167d0b89bdd837e548941435321a9c1e9 Configure arguments list for pre-built packages added. diff -r f29398a167d0 -r f595fb427509 xml/en/linux_packages.xml --- a/xml/en/linux_packages.xml Tue May 19 10:48:28 2015 +0300 +++ b/xml/en/linux_packages.xml Tue May 19 14:47:15 2015 +0300 @@ -7,7 +7,7 @@
@@ -332,6 +332,62 @@
+
+ + +Configure arguments common for nginx binaries from pre-built packages for stable version: + +--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-http_auth_request_module +--with-mail +--with-mail_ssl_module +--with-file-aio +--with-http_spdy_module +--with-ipv6 + + + + +Packages for mainline version also have the following arguments: + +--with-threads +--with-stream +--with-stream_ssl_module + + + + +Package are built with all modules that do not require additional libraries to avoid extra dependencies. + + +
+ +
diff -r f29398a167d0 -r f595fb427509 xml/ru/linux_packages.xml --- a/xml/ru/linux_packages.xml Tue May 19 10:48:28 2015 +0300 +++ b/xml/ru/linux_packages.xml Tue May 19 14:47:15 2015 +0300 @@ -7,7 +7,7 @@
@@ -335,6 +335,63 @@
+
+ + +Общие аргументы configure для nginx из пакетов стабильной версии: + +--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-http_auth_request_module +--with-mail +--with-mail_ssl_module +--with-file-aio +--with-http_spdy_module +--with-ipv6 + + + + +Пакеты для mainline-версии добавляют к списку: + +--with-threads +--with-stream +--with-stream_ssl_module + + + + +Для того чтобы избежать увеличения числа зависимостей, пакеты не включают +модули, которым требуются дополнительные библиотеки. + + +
+ +