/mod_cband

mod_cband Apache2 module

Primary LanguageCGNU General Public License v2.0GPL-2.0

What is this
============

  Personal salvage for inactive mod_cband project to fix some bugs.


Docker
============
There is also a Docker image! Clone [HazCod/docker-mod_cband](https://github.com/HazCod/docker-mod_cband) and run `setup.sh`. mod_cband.so should be in `output/`.


Changelog
=========

* 2010-04-03 xml output should be well-formed <maiha@wota.jp>
    [old] <Virtualhosts><2ch.example.com> # element that starts with numeric is invalid
    [new] <Virtualhosts><virtualhost><name>2ch.example.com</name>...
* 2010-04-03 fixed compilation error about 'undefined symbol: truncf' <maiha@wota.jp>
* 2010-04-03 created git repository from mod-cband-0.9.7.5.tgz <maiha@wota.jp>