The request detail data is captured and stored in redis based on the Apache module
DumpRedisHost
- ipaddr: IP address of redis (type: String)
DumpRedisPort
- port: Redis port (type: integer)
DumpRedisAuth
- password: Redis security password (type: String)
DumpRedisDatabase
- database: Redis database (type: integer)
DumpRedisKey
- key: Key prefix stored in redis
DumpRedisEnable <On|Off>
- On: enable redis dump
- Off: disable redis dump
DumpRedisRule ...
- regex: regular expression
-
Turn off redis-cli -n set ":off" 1
-
Turn on redis-cli -n set ":off" 0