Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| Vladan Popovic | Sep 11, 2008 1:15 pm | |
| Igor Sysoev | Sep 11, 2008 1:36 pm | |
| Vladan Popovic | Sep 11, 2008 3:51 pm | |
| Igor Sysoev | Sep 11, 2008 10:53 pm | |
| Vladan Popovic | Sep 12, 2008 12:38 am | |
| Igor Sysoev | Sep 12, 2008 12:56 am | |
| Vladan Popovic | Sep 12, 2008 4:09 am | |
| Maxim Dounin | Sep 12, 2008 4:40 am | |
| Maxim Dounin | Sep 12, 2008 5:19 am | |
| Igor Sysoev | Sep 12, 2008 5:27 am | .log |
| Vladan Popovic | Sep 12, 2008 6:06 am | |
| Igor Sysoev | Sep 12, 2008 6:29 am | |
| Igor Sysoev | Sep 12, 2008 6:35 am | |
| Vladan Popovic | Sep 12, 2008 2:29 pm |
| Subject: | Re: dynamic logs | |
|---|---|---|
| From: | Igor Sysoev (is...@rambler-co.ru) | |
| Date: | Sep 12, 2008 12:56:48 am | |
| List: | ru.sysoev.nginx | |
On Fri, Sep 12, 2008 at 07:38:42AM +0000, Vladan Popovic wrote:
Sorry for not being more knowledgeable ... I have init.d/nginx script to manage nginx. Should i run strace /etc/init.d/nginx restart or should i run another instruction? (i did 'strace /etc/init.d/nginx' but couldn't find the string you are looking for)
Try the following:
1) stop nginx via "/etc/init.d/nginx stop"
2) add temporarily in nginx.conf:
daemon off; master_process off;
This will force nginx to run single process only.
3) then run nginx directly under strace:
strace /usr/sbin/nginx
4) and make request.
-- Igor Sysoev http://sysoev.ru/en/






.log