Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinker0/mod_log_kestrel


https://github.com/thinker0/mod_log_kestrel

Last synced: 10 days ago
JSON representation

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

```