Modules/httpd
From the makers of InspIRCd.
httpd module (InspIRCd-httpd version)
| 1.0 Documentation | 1.1 Documentation | 1.2 Documentation |
| Description
|
| Adds support for serving of HTTP pages by modules over the web. |
| Configuration Tags
|
This module adds the following tag:
<http ip="192.168.1.10" host="brainwave" port="32006" index="/home/brain/inspircd/http/index.html"> The values have the following meanings:
|
| Modes
|
| This module does not implement any extra user or channel modes. |
| Extended Bans (Extbans)
|
| This module implements no extended bans. |
| Commands
|
| This module adds no extra commands. |
| Special Notes
|
| This module is not intended to be a fully fledged webserver which you could host your IRC network's site off. It is intended to be an IPC mechanism for other modules which may be written in the future and may wish to communicate over HTTP (e.g. XMLRPC etc). |

















