Возможно тема уже поднималась, но в сожалению решения я не нашел.<br><br>имеем:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><div style="margin-left: 40px;">
[root@play /usr/local/nginx]# ./nginx -v<br>nginx version: nginx/0.6.13<br>[root@play /usr/local/nginx]# ./nginx -t<br>2007/11/12 17:50:35 [emerg] 73185#0: could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32
<br>2007/11/12 17:50:35 [emerg] 73185#0: the configuration file /usr/local/nginx/nginx.conf test failed<br></div></blockquote><br>в конфиге:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
&nbsp;&nbsp;&nbsp; server_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://electroradio.ufanet.ru">electroradio.ufanet.ru</a> <a href="http://www.electroradio.ufanet.ru">www.electroradio.ufanet.ru</a>;<br></blockquote><br>если изменить данную строчку на:
<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">&nbsp;&nbsp;&nbsp; server_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://electroradio.ufanet.ru">electroradio.ufanet.ru
</a>;<br>
</blockquote>
<br>то получаем:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">[root@play /usr/local/nginx]# ./nginx -t<br>2007/11/12 17:55:55 [info] 73585#0: the configuration file /usr/local/nginx/nginx.conf syntax is ok
<br>2007/11/12 17:55:55 [info] 73585#0: the configuration file /usr/local/nginx/nginx.conf was tested successfully<br></blockquote><br>внимание вопрос, по какой причине в параметре server_name нельзя указывать относительно длинные доменные имена?
<br>-- <br>С уважением, Шарипов Руслан...