Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumotory committed Apr 4, 2013
1 parent f1b4bbe commit 314f71e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Expand Up @@ -14,15 +14,18 @@ LoadModule request_dumper_module /usr/lib/httpd/modules/mod_request_dumper.so
```

- set loggin

- file mode
```
DumpRequestLog "/tmp/apache_dump.log"
```

```
DumpRequestLog "/tmp/apache_dump.log"
```

- pipe mode
```
DumpRequestLog "| mongoimport -d apache -c request_rec"
```

```
DumpRequestLog "| mongoimport -d apache -c request_rec"
```

- dump hook phase
```
Expand Down

0 comments on commit 314f71e

Please sign in to comment.