Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx 0.8.50 - загрузка страни ц обрывается
- To: nginx-ru@xxxxxxxxx
- Subject: Re: nginx 0.8.50 - загрузка страни ц обрывается
- From: "hryachok" <nginx-forum@xxxxxxxx>
- Date: Mon, 06 Sep 2010 10:14:45 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To:Date; bh=1FC1tIumqeOuahOPbkiBrvQH6EFGqDGqFs998D/CCl0=; b=M3yg9S67XfFlt+zjPM7GNH0WMmn4N6Vq2vSgm7ogrK4HGicDPOv8lLlhkIhgrrsxC+6jyLflWqXqvxAUbzdTehbGlo0qDHVWoPxR6MlWVe/uVrUB6riZYXzN6bdtdAew;
- In-reply-to: <20100906135203.GS99657@xxxxxxxxxx>
- References: <20100906135203.GS99657@xxxxxxxxxx>
Maxim Dounin Пишет:
-------------------------------------------------------
> Hello!
>
> On Mon, Sep 06, 2010 at 09:22:13AM -0400, hryachok
> wrote:
>
> > В еррор_логе пусто, только
> запуск:
>
> Вероятно, в блоках server у вас
> error_log переопределяется.
> Смотрите внимательно.
>
> Maxim Dounin
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://nginx.org/mailman/listinfo/nginx-ru
Переопределяется, да:
[code]
error_log /var/www/vhosts/saytik.ru/statistics/logs/error_log.nginx
warn;
[/code]
Но в нем, в момент открытия сайта, когда
страница не догружается, ничего нет.
А с заголовками все ок? Посмотрел
фаербагом в фф:
[code]
Server nginx/0.8.50
Date Mon, 06 Sep 2010 14:12:34 GMT
Content-Type text/html; charset=utf-8
X-Powered-By PHP/5.2.14
P3P CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Content-Encoding gzip
X-Content-Encoded-By Joomla! 1.5
Expires Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
Pragma no-cache
Last-Modified Mon, 06 Sep 2010 14:12:34 GMT
X-Cache MISS from squid.hq.***.ru
Connection close
[/code]
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,127629,127654#msg-127654
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|