Modules/httpd
From the makers of InspIRCd.
(Redirected from HTTP Server Module)
| 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:
|
| Additional Modes
|
| None |
| Additional Commands
|
| None |
| 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). |

















