ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read() статик и без двух байт - nginx-0.5.35/cygwin-2003Ser ver-R2




On 22.04.2008, at 14:09, Sergey Shepelev wrote:

При запросе статики, nginx долго думает и ничего не происходит. Файлик, само собой, на месте. Действительно, 28 байт.

Может кто-нибудь сталкивался?

2008/04/22 11:43:51 [alert] 12184#0: *5814 read() reads only 26 of 28 from file while sending response to client, client: 127.0.0.1, server: чч.ччч.чч, request: "GET /robot.txt HTTP/1.1", host: "чч.ччч.чч"

Сайт:

location = /robot.txt {
        rewrite ^/robot.txt /sf/robot.txt break;
}

location /sf {
        root /cygdrive/d/Inetpub/ччччч;
}


Сервер:

worker_processes 2;
error_log logs/error.log warn;
events {
        worker_connections  64;
не маловато?

}

http {
        include conf/mime.types;
        default_type text/html;
        access_log logs/access.log main;
        sendfile        on;
попробуйте выключить ^^^

        #tcp_nopush     on;
        keepalive_timeout       65 50;
        gzip    off;
        proxy_buffering off;
}


debug лог включите ... может что покажет

P.S.: а что за изврат cygwin? :)




 




Copyright © Lexa Software, 1996-2009.