gnomeby / mod_redis_vhost

The lighttpd server module that let define vhost configuration using redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod_redis_vhost

The lighttpd server module that let define vhost configuration using redis. At the moment it replaces a part of mod_fastcgi realization.

Typical request from lighttpd site: HMGET site:example.org host port docroot

Requirements:

TODO

  • Support www. as alias
  • Support TTL
  • Rename into mod_redis_vhost

Removed in comparison with original mod_fastcgi

  • max_procs
  • bin_path, bin_env
  • unixsocket

About

The lighttpd server module that let define vhost configuration using redis.


Languages

Language:C 99.9%Language:Shell 0.1%