Changes between Version 9 and Version 10 of TipAndDoc/network/httpd/nginx
- Timestamp:
- Dec 17, 2013 11:36:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network/httpd/nginx
v9 v10 22 22 }}} 23 23 24 = log ging to pipe(7)=24 = log rotation = 25 25 * [http://trac.nginx.org/nginx/ticket/73 #73 (Support logging to external process (pipe) in HttpLogModule) – nginx] 26 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.