Modules/1.1/httpd
From the makers of InspIRCd.
(Redirected from Modules/httpd)
httpd module (InspIRCd-1.1 version)
| 1.1 Documentation | 1.2 Documentation | 2.0 Documentation | 2.1 Documentation |
| Return to the 1.1 Module List | |||
| Description
|
| This module is a service provider module, which means it has no real directly usable functions of its own, however it provides an essential service which can be used by other modules. This module enables support which allows other modules to serve HTTP pages 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). |

















