ssi + fcgi nginx 0.1.33 trouble

Alexey Bestciokov proforg at maloletka.ru
Wed May 25 23:51:32 MSD 2005


нет, не стоит, вот всё в конфиге что относится к ssi:

location ~* ^.+\.shtml$
{
         root /tmp/u_cache/;
         ssi             on;
}

IS> On Wed, 25 May 2005, Alexey Bestciokov wrote:

>> ssi , include virtual
>> инклюд обрабатывается через fcgi
>> и, как я понял, если в процессе отдачи страницы клиент пошлёт реквест ещё
>> раз, nginx зацикливается.
>> 100 процентов процессора, в логах
>> 2005/05/25 23:25:12 [debug] 3472#0: *4 http upstream process downstream

IS> [...]

>> 2005/05/25 23:25:12 [debug] 3472#0: *4 copy filter: 0 "/index.php"
>> 2005/05/25 23:25:12 [debug] 3472#0: *4 pipe write busy: 8192
>>
>> получил такой эффект так:
>> index.shtml ::
>> <!--#include virtual="/index.php" -->
>>
>> index.php ::
>> <?php
>>    phpinfo();
>>    phpinfo();
>> ?>
>>
>> и потом в браузере пару раз рефреш :)

IS> ssi_ignore_recycled_buffers  on, случаем не стоит ?


IS> Игорь Сысоев
IS> http://sysoev.ru



Алексей Бещёков.
proforg at maloletka.ru






More information about the nginx-ru mailing list