The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools
InspIRCd - 10,000 revisions reached!

Modules/httpd

From the makers of InspIRCd.

(Redirected from HTTP Server Module)
Jump to: navigation, search


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:

  • ip: The ip to bind the port to
  • port: The port to listen on for HTTP requests
  • index: The index page to serve
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).