comparison xml/ru/linux_packages.xml @ 1691:94a012d2f489

Updated Linux packages configure options and the list of supported OS.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 26 Apr 2016 19:33:57 +0300
parents 3a9097dc9d86
children ce3e89d13fa0
comparison
equal deleted inserted replaced
1690:7d15391ce323 1691:94a012d2f489
5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
6 6
7 <article name="nginx: пакеты для Linux" 7 <article name="nginx: пакеты для Linux"
8 link="/ru/linux_packages.html" 8 link="/ru/linux_packages.html"
9 lang="ru" 9 lang="ru"
10 rev="17" 10 rev="18"
11 toc="no"> 11 toc="no">
12 12
13 <section id="distributions"> 13 <section id="distributions">
14 14
15 <para> 15 <para>
95 </tr> 95 </tr>
96 96
97 <tr> 97 <tr>
98 <td width="20%">15.10</td> 98 <td width="20%">15.10</td>
99 <td width="20%">wily</td> 99 <td width="20%">wily</td>
100 <td>x86_64, i386</td>
101 </tr>
102
103 <tr>
104 <td width="20%">16.04</td>
105 <td width="20%">xenial</td>
100 <td>x86_64, i386</td> 106 <td>x86_64, i386</td>
101 </tr> 107 </tr>
102 108
103 </table> 109 </table>
104 </para> 110 </para>
285 291
286 292
287 <section name="Аргументы configure" id="arguments"> 293 <section name="Аргументы configure" id="arguments">
288 294
289 <para> 295 <para>
290 Общие аргументы configure для nginx из пакетов стабильной версии: 296 Общие аргументы configure для nginx из пакетов:
291 <programlisting> 297 <programlisting>
292 --prefix=/etc/nginx 298 --prefix=/etc/nginx
293 --sbin-path=/usr/sbin/nginx 299 --sbin-path=/usr/sbin/nginx
294 --conf-path=/etc/nginx/nginx.conf 300 --conf-path=/etc/nginx/nginx.conf
295 --error-log-path=/var/log/nginx/error.log 301 --error-log-path=/var/log/nginx/error.log
314 --with-http_gzip_static_module 320 --with-http_gzip_static_module
315 --with-http_random_index_module 321 --with-http_random_index_module
316 --with-http_secure_link_module 322 --with-http_secure_link_module
317 --with-http_stub_status_module 323 --with-http_stub_status_module
318 --with-http_auth_request_module 324 --with-http_auth_request_module
319 --with-mail
320 --with-mail_ssl_module
321 --with-file-aio
322 --with-http_spdy_module
323 --with-ipv6
324 </programlisting>
325 </para>
326
327 <para>
328 Пакеты для mainline-версии добавляют к списку:
329 <programlisting>
330 --with-threads 325 --with-threads
331 --with-stream 326 --with-stream
332 --with-stream_ssl_module 327 --with-stream_ssl_module
333 --with-http_slice_module 328 --with-http_slice_module
334 </programlisting> 329 --with-mail
335 кроме того 330 --with-mail_ssl_module
336 <programlisting> 331 --with-file-aio
337 --with-http_spdy_module
338 </programlisting>
339 заменен на
340 <programlisting>
341 --with-http_v2_module 332 --with-http_v2_module
342 </programlisting> 333 --with-ipv6
343 </para> 334 </programlisting>
344 335 </para>
345 <para> 336
346 Для того чтобы избежать увеличения числа зависимостей, пакеты не включают 337 <para>
347 модули, которым требуются дополнительные библиотеки. 338 Для того чтобы избежать увеличения числа зависимостей, основной пакет nginx не
339 включает модули, которым требуются дополнительные библиотеки.
348 </para> 340 </para>
349 341
350 </section> 342 </section>
351 343
352 344