comparison xml/en/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 092088e7977e
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 packages" 7 <article name="nginx: Linux packages"
8 link="/en/linux_packages.html" 8 link="/en/linux_packages.html"
9 lang="en" 9 lang="en"
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>
282 288
283 289
284 <section name="Configure Arguments" id="arguments"> 290 <section name="Configure Arguments" id="arguments">
285 291
286 <para> 292 <para>
287 Configure arguments common for nginx binaries from pre-built packages for stable version: 293 Configure arguments common for nginx binaries from pre-built packages:
288 <programlisting> 294 <programlisting>
289 --prefix=/etc/nginx 295 --prefix=/etc/nginx
290 --sbin-path=/usr/sbin/nginx 296 --sbin-path=/usr/sbin/nginx
291 --conf-path=/etc/nginx/nginx.conf 297 --conf-path=/etc/nginx/nginx.conf
292 --error-log-path=/var/log/nginx/error.log 298 --error-log-path=/var/log/nginx/error.log
311 --with-http_gzip_static_module 317 --with-http_gzip_static_module
312 --with-http_random_index_module 318 --with-http_random_index_module
313 --with-http_secure_link_module 319 --with-http_secure_link_module
314 --with-http_stub_status_module 320 --with-http_stub_status_module
315 --with-http_auth_request_module 321 --with-http_auth_request_module
316 --with-mail
317 --with-mail_ssl_module
318 --with-file-aio
319 --with-http_spdy_module
320 --with-ipv6
321 </programlisting>
322 </para>
323
324 <para>
325 Packages for mainline version also have the following arguments:
326 <programlisting>
327 --with-threads 322 --with-threads
328 --with-stream 323 --with-stream
329 --with-stream_ssl_module 324 --with-stream_ssl_module
330 --with-http_slice_module 325 --with-http_slice_module
331 </programlisting> 326 --with-mail
332 and 327 --with-mail_ssl_module
333 <programlisting> 328 --with-file-aio
334 --with-http_spdy_module
335 </programlisting>
336 replaced with
337 <programlisting>
338 --with-http_v2_module 329 --with-http_v2_module
339 </programlisting> 330 --with-ipv6
340 </para> 331 </programlisting>
341 332 </para>
342 <para> 333
343 Package are built with all modules that do not require additional libraries to avoid extra dependencies. 334 <para>
335 Main nginx package is built with all modules that do not require additional
336 libraries to avoid extra dependencies.
344 </para> 337 </para>
345 338
346 </section> 339 </section>
347 340
348 341