Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created January 17, 2014 06:11
Show Gist options
  • Select an option

  • Save glidenote/8469146 to your computer and use it in GitHub Desktop.

Select an option

Save glidenote/8469146 to your computer and use it in GitHub Desktop.

Revisions

  1. glidenote created this gist Jan 17, 2014.
    17 changes: 17 additions & 0 deletions apache.conf.diff
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    [root@log002 conf.d]# diff -u apache.conf.2014-01-15 apache.conf
    --- apache.conf.2014-01-15 2014-01-15 15:42:54.560802754 +0900
    +++ apache.conf 2014-01-15 15:43:20.226906990 +0900
    @@ -38,11 +38,12 @@
    capped_size 200000m
    flush_interval 1s

    - buffer_type memory
    + buffer_type file
    buffer_chunk_limit 8m
    buffer_queue_limit 1280
    retry_limit 10
    retry_wait 5s
    + buffer_path /var/log/td-agent/buffer/apache.access.buffer
    </match>

    <match clear>