Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness. It
also affords space efficient code and portability to many deployment
backends, from CGI to stand-alone serving.
Drush is a command line shell and Unix scripting interface for the Drupal CMS
and is designed to make life easier for those who spend some of their working
hours hacking away at the command prompt.
The HttpCore components implement the most fundamental aspects of the HTTP
protocol. They are nonetheless sufficient to develop basic client-side and
server-side HTTP services with a minimal footprint and no external
dependencies.
The HttpCore base module contains the public API and the default
implementation based on the Java classic (blocking) I/O model. It requires
a Java 1.3 compatible runtime and has no dependency on any external libraries.
HttpCore NIO extensions contain optional components that leverage the event
driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a
Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO
extensions are intended for those usage scenarios where raw throughput is
less important than the ability to handle thousands of simultaneous HTTP
connections in a resource efficient manner.
mod_asn is an Apache module that uses BGP routing data to look up the
autonomous system (AS) and the network prefix (subnet) which contains
a given (clients) IP address.
Apache module mod_limitipconn, which allows web server administrators
to limit the number of simultaneous downloads permitted from a single
IP address.
Proxy tracking possibility is not supported yet since apache isn't patched.
mod_memcache_block is an Apache module that allows you to block access to
your servers using a block list stored in memcache. It also offers
distributed rate limiting based on HTTP response code.
This is a very small (7 Kb) HTTP server. It runs from inetd, which means
its performance is poor. But for low-traffic sites, it's quite adequate.
It implements all the basic features of an HTTP server.
Mozplugger is a small general purpose Mozilla plugin that displays various
types of media formats found on the Internet in your browser. It accomplishes
this by using external programs such as mplayer, timidity, Acrobat Reader,
OpenOffice, and LibreOffice.
phpsysinfo is a PHP script that displays information about the host being
accessed.
It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet,
Floppy, and Video Information.
mod_cband is an Apache 2 module provided to solve the problem of
limiting virtualhosts bandwidth usage. When the configured
virtualhost's transfer limit is exceeded, mod_cband will redirect all
further requests to a location specified in the configuration file.