blob: abde7769192c13d4f91e2dd2b03f5c9af5fddc32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
http::content
=============
[Back to Index](index.md)
The **httpd::content** package is an extension to the core **httpd** package
which provides all of the bread and butter functions needed to implement a
basic webserver.
* [Content Server](content.server.md)
* [Form handler](content.form.md)
* [File handler](content.file.md)
* [SCGI handler](content.scgi.md)
* [Proxy handler](content.proxy.md)
|