comparison xml/en/docs/http/ngx_http_limit_conn_module.xml @ 609:39a51e664374

Typo fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 26 Jul 2012 21:23:57 +0000
parents 764fbac1b8b4
children af3f38e349eb
comparison
equal deleted inserted replaced
608:34b0e74528a5 609:39a51e664374
152 32 or 64 bytes of memory on 32-bit platforms, and always 64 152 32 or 64 bytes of memory on 32-bit platforms, and always 64
153 bytes on 64-bit platforms. 153 bytes on 64-bit platforms.
154 The length of the <var>$binary_remote_addr</var> variable's value 154 The length of the <var>$binary_remote_addr</var> variable's value
155 is always 4 bytes, and the stored state always occupies 32 bytes 155 is always 4 bytes, and the stored state always occupies 32 bytes
156 on 32-bit platforms, and 64 bytes on 64-bit platforms. 156 on 32-bit platforms, and 64 bytes on 64-bit platforms.
157 One megabyte zone can keep about 32 thousand 32-bit states, 157 One megabyte zone can keep about 32 thousand 32-byte states,
158 and about 16 thousand 64-byte states. 158 and about 16 thousand 64-byte states.
159 If the storage for a zone is exhausted, the server will return error 159 If the storage for a zone is exhausted, the server will return error
160 <http-status code="503" text="Service Temporarily Unavailable"/> 160 <http-status code="503" text="Service Temporarily Unavailable"/>
161 to all further requests. 161 to all further requests.
162 </para> 162 </para>