Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinker0/mod_log_kestrel
https://github.com/thinker0/mod_log_kestrel
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinker0/mod_log_kestrel
- Owner: thinker0
- License: apache-2.0
- Created: 2013-09-11T14:45:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T06:29:57.000Z (about 11 years ago)
- Last Synced: 2023-03-22T11:07:46.446Z (over 1 year ago)
- Language: C
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mod_log_kestrel
===============httpd.conf
=============
```
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
```
```
LoadModule log_kestrel_module modules/mod_log_kestrel.so
#CustomLog "logs/access_log" combined
CustomLog |kestrel://queue_name@localhost:22133 combined
```