Changes between Version 9 and Version 10 of TipAndDoc/network/httpd/nginx


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

--

Legend:

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

    v9 v10  
    2222}}} 
    2323 
    24  = logging to pipe(7) = 
     24 = log rotation = 
    2525 * [http://trac.nginx.org/nginx/ticket/73 #73 (Support logging to external process (pipe) in HttpLogModule) – nginx] 
    2626 > 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.