comparison xml/en/docs/install.xml @ 732:cea4732f6843

The stale note about ngx_http_rewrite_module experimental status removed.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 16 Oct 2012 12:44:45 +0000
parents 77a3314c74a7
children 65e75e59a714
comparison
equal deleted inserted replaced
731:f62328124e5b 732:cea4732f6843
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Installing nginx" 8 <article name="Installing nginx"
9 link="/en/docs/install.html" 9 link="/en/docs/install.html"
10 lang="en" 10 lang="en"
11 rev="1"> 11 rev="2">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 The build is configured using the <command>configure</command> command. 16 The build is configured using the <command>configure</command> command.
150 <literal>--without-http_rewrite_module</literal>&mdash;disables building a 150 <literal>--without-http_rewrite_module</literal>&mdash;disables building a
151 module that allows an HTTP server to 151 module that allows an HTTP server to
152 <link doc="http/ngx_http_rewrite_module.xml">redirect requests and change URI 152 <link doc="http/ngx_http_rewrite_module.xml">redirect requests and change URI
153 of requests</link>. 153 of requests</link>.
154 The PCRE library is required to build and run this module. 154 The PCRE library is required to build and run this module.
155 The module is experimental&mdash;its directives may change in the future.
156 </para> 155 </para>
157 </listitem> 156 </listitem>
158 157
159 <listitem> 158 <listitem>
160 <para> 159 <para>