diff options
| author | git commit -m first <[email protected]> | 2019-08-29 10:14:11 +0800 |
|---|---|---|
| committer | git commit -m first <[email protected]> | 2019-08-29 10:14:11 +0800 |
| commit | d962394a02426072737d50318e71e2286023fab6 (patch) | |
| tree | b29dfda5f90f237b356b6cd65fcf1557b3096daf /conf | |
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/http_stat_header.conf | 7 | ||||
| -rw-r--r-- | conf/http_stat_header.inf | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/http_stat_header.conf b/conf/http_stat_header.conf new file mode 100644 index 0000000..46c38f8 --- /dev/null +++ b/conf/http_stat_header.conf @@ -0,0 +1,7 @@ +[LOG] +log_level=30 +log_path=./log/http_statistic_runtime +fs_path=./log/http_statistic_fs + + + diff --git a/conf/http_stat_header.inf b/conf/http_stat_header.inf new file mode 100644 index 0000000..eba9fe3 --- /dev/null +++ b/conf/http_stat_header.inf @@ -0,0 +1,9 @@ +[PLUGINFO] +PLUGNAME=STHH +SO_PATH=./plug/business/http_stat_header/http_stat_header.so +INIT_FUNC=HTTP_STAT_HEADER_INIT +DESTROY_FUNC=HTTP_STAT_HEADER_DESTROY + +[HTTP] +FUNC_FLAG=HTTP_CONT_ENCODING,HTTP_CONT_TYPE,HTTP_URI +FUNC_NAME=HTTP_STAT_HEADER_ENTRY |
