Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| David | Sep 7, 2008 9:42 am | |
| David | Sep 7, 2008 10:05 am | |
| David | Sep 7, 2008 11:01 am | |
| Rob Schultz | Sep 7, 2008 11:03 am | |
| Aleksandar Lazic | Sep 7, 2008 11:03 am | |
| David | Sep 7, 2008 11:21 am | |
| Rob Schultz | Sep 7, 2008 11:43 am | |
| David | Sep 7, 2008 11:43 am | |
| David | Sep 7, 2008 11:52 am | |
| David | Sep 7, 2008 12:02 pm | |
| Aleksandar Lazic | Sep 7, 2008 12:29 pm | |
| Aleksandar Lazic | Sep 7, 2008 12:44 pm | |
| David | Sep 7, 2008 1:05 pm | |
| Aleksandar Lazic | Sep 7, 2008 1:24 pm | |
| David | Sep 7, 2008 1:43 pm | |
| Aleksandar Lazic | Sep 7, 2008 1:53 pm | |
| Kiril Angov | Sep 7, 2008 1:56 pm | |
| David | Sep 7, 2008 2:14 pm | |
| David | Sep 7, 2008 2:17 pm | |
| Aleksandar Lazic | Sep 7, 2008 2:21 pm | |
| David | Sep 7, 2008 2:29 pm | |
| David | Sep 7, 2008 2:30 pm | |
| Aleksandar Lazic | Sep 7, 2008 2:33 pm | |
| David | Sep 7, 2008 2:58 pm | |
| Aleksandar Lazic | Sep 7, 2008 3:07 pm | |
| David | Sep 7, 2008 3:19 pm | |
| Aleksandar Lazic | Sep 7, 2008 3:34 pm | |
| David | Sep 7, 2008 3:46 pm | |
| David | Sep 7, 2008 3:52 pm | |
| David | Sep 8, 2008 12:16 am | |
| Kiril Angov | Sep 8, 2008 12:24 am | |
| Aleksandar Lazic | Sep 8, 2008 2:09 am | |
| Aleksandar Lazic | Sep 8, 2008 2:14 am | |
| David | Sep 8, 2008 5:13 am | |
| Chris Savery | Sep 8, 2008 6:04 am | |
| David | Sep 8, 2008 12:13 pm | |
| Aleksandar Lazic | Sep 8, 2008 12:39 pm | |
| rkmr...@public.gmane.org | Sep 8, 2008 12:59 pm | |
| Aleksandar Lazic | Sep 8, 2008 1:03 pm | |
| David | Sep 9, 2008 9:42 am |
| Subject: | Re: 504 Gateway Time-out during POST | |
|---|---|---|
| From: | Aleksandar Lazic (al-g...@public.gmane.org) | |
| Date: | Sep 7, 2008 3:07:57 pm | |
| List: | ru.sysoev.nginx | |
On Son 07.09.2008 21:58, David wrote:
I now have this in my nginx.conf is this what you meant ? Does this log to the same error_log ?
log_format main '$remote_addr - $remote_user [$time_local] $request ' '"$status" $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';
log_format timing '$remote_addr - $remote_user [$time_local] $request ' 'upstream_response_time $upstream_response_time ' 'msec $msec request_time $request_time';
No you need to add this line in nginxs config file and send a HUP to the master process
access_log logs/timing.log timing;





