<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    добрый день.<br>
    Пытались пересобрать nginx из портов и вдруг получили<br>
    nginx -t<br>
    nginx: [emerg] unknown directive "chunkin" in
    /usr/local/etc/nginx/sites/test..ru:18<br>
    nginx: configuration file /usr/local/etc/nginx/nginx.conf test
    failed<br>
    <br>
    там блок<br>
           chunkin on;<br>
            error_page 411 = @my_411_error;<br>
            location @my_411_error {<br>
                    chunkin_resume;<br>
            }<br>
    При этом в доке <a class="moz-txt-link-freetext" href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a><br>
    <span style="color: rgb(85, 85, 85); font-family: 'Lucida
      Grande','Lucida Sans Unicode','Lucida
      Sans',Arial,Verdana,sans-serif; font-size: 14px; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: 17.28px; text-align: left; text-indent: 0px;
      text-transform: none; white-space: normal; word-spacing: 0px;
      background-color: rgb(240, 240, 240); display: inline ! important;
      float: none;">This module is no longer needed for Nginx 1.3.9+
      because since 1.3.9, the Nginx core already has built-in support
      for the chunked request bodies.<br>
      <br>
    </span>Что с ним делать теперь?<br>
    <br>
    <b># nginx -v<br>
      nginx version: nginx/1.4.4<br>
      <br>
      FreeBSD 8.4-BETA1<br>
    </b>
  </body>
</html>