| 23 | |
| 24 | = logging to pipe(7) = |
| 25 | * [http://trac.nginx.org/nginx/ticket/73 #73 (Support logging to external process (pipe) in HttpLogModule) – nginx] |
| 26 | > No, thanks. If you really want logging to an external process - try using mkfifo(1), but please keep in mind that this will lead to service interruption if your logging process won't be able to cope with load. I would recommend logging to a normal file and using "tail -F /path/to/log | script" instead if you need some log processing. |
| 27 | * [http://ntaka.blog.jp/archives/52300102.html ntaka blog : nginxでcronologを使う - livedoor Blog(ブログ)] |
| 28 | * [http://stackoverflow.com/questions/9476776/what-happens-to-nginx-when-i-use-named-pipes-as-log-file-and-remove-and-recreate What happens to nginx when I use named pipes as log file and remove and recreate the pipe? - Stack Overflow] |