Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bostrt/mod_cache_status

Apache httpd module for tracking mod_cache's status (cache hit percentage, top cached items, identify cache trashing, etc)
https://github.com/bostrt/mod_cache_status

Last synced: 19 days ago
JSON representation

Apache httpd module for tracking mod_cache's status (cache hit percentage, top cached items, identify cache trashing, etc)

Awesome Lists containing this project

README

        

# mod_cache_status

## Building
```
# git clone https://github.com/bostrt/mod_cache_status.git
# cd mod_cache_status
# apxs -i -a -c mod_cache_status.c
```