Changes between Version 5 and Version 6 of TipAndDoc/network/httpd/nginx


Ignore:
Timestamp:
Dec 17, 2013 11:23:17 PM (10 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/httpd/nginx

    v5 v6  
    2121192.168.X.Y - - [30/Dec/2012:17:35:36 +0900] "GET http://lab.mitty.jp/ HTTP/1.1" 400 271 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0" 
    2222}}} 
     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]