Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: изменение log_format + '-s reloa d / reopen' не приводит к изм енению лога
- To: nginx-ru@xxxxxxxxx
- Subject: Re[2]: изменение log_format + '-s reloa d / reopen' не приводит к изм енению лога
- From: xinu <xinu@xxxxxxx>
- Date: Fri, 23 Dec 2011 20:44:08 +0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Message-Id:Content-Transfer-Encoding:Content-Type:Reply-To:In-Reply-To:References:Date:Mime-Version:Subject:To:From; bh=1CP1GYRPfZK9jwiK7dtX9ZZYX9ISq0VRhsYuAg6K52s=; b=GxYSfWMwCOoRB05GA3X6MckFRiVQpLHdlbwXBtN2Ekao71DqB7Squ8M7l71uUK8dTH4mGKDt+3Xsa5lUGA+lXeQcLRhfKtfVSEWM3LTt/nFqFZIg+avFelfG7NQdjoNj;
- In-reply-to: <4EF498C1.3010105@xxxxxxxxx>
- References: <E1Re6eP-0003nw-00.xinu-list-ru@xxxxxxxxxxx> <4EF498C1.3010105@xxxxxxxxx>
спасибо,
да - вы правы, reload, очевидно не происходит вообще.
++++
# /хх/nginx -s reload
Enter PEM pass phrase:
# fg
tail -f /хх/logs/error.log
2011/12/23 17:42:10 [notice] 21242#0: signal process started
Enter PEM pass phrase:
2011/12/23 17:42:11 [emerg] 21180#0: SSL_CTX_use_PrivateKey_file("/хххх.key")
failed (SSL: error:0906406D:PEM routines:PEM_def_callback:problems getting
password error:0906A068:PEM routines:PEM_do_header:bad password read
error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib)
++++
start / stop / reopen - (с той же passphrasе) проходят без проблем:
+++
# /xx/sbin/nginx -s stop
Enter PEM pass phrase:
Enter PEM pass phrase:
# fg
tail -f /xx/logs/error.log
2011/12/23 17:24:40 [notice] 20923#0: signal process started
[5]+ Stopped tail -f /xx/logs/error.log
# /xx/sbin/nginx
Enter PEM pass phrase:
Enter PEM pass phrase:
# fg
tail -f /xxx/logs/error.log
[5]+ Stopped tail -f /xx/logs/error.log
+++
что мешает reload'у ?
спасибо,
Сергей
> смотрите что пишется в error_log в момент reload
>
> --
> Anton Yuzhaninov
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://mailman.nginx.org/mailman/listinfo/nginx-ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|