Distributed session caching tools and APIs, primarily for SSL/TLS servers
though perhaps useful for other (non-SSL/TLS) circumstances. This also
includes a self-contained network abstraction library (libnal), and the
sslswamp SSL/TLS benchmark/test utility.
WhatWeb can be used to detect the software packages that are used
for a website. It can detect content management systems (CMS),
blogging platforms, stats/analytics packages, javascript libraries,
servers, etc.
The FreeBSD Services Control software provides service
monitoring, restarting, and event logging for FreeBSD
servers. The core functionality is a daemon (fscd)
which is interfaced with using fscadm. See manual pages
for more information.
Encodes ekg metrics as JSON, using the same encoding as used by the ekg
package, thus allowing ekg metrics to be served by other HTTP servers than
the one used by the ekg package.
Nomad is a cluster manager and schedular that provides a common workflow
to deploy applications across an infrastructure. Deploy virtualized,
containerized, or standalone application workloads across a fleet of
servers to maximize resource utilization.
https://www.nomadproject.io/
This is a set of sample XML scripts used to manage the configuration of HP
Integrated Lights-Out (iLO) management processors and to control servers in
which iLO devices are in use.
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.
HTML::Mason::PSGIHandler is a PSGI handler for HTML::Mason. It's
based on HTML::Mason::CGIHandler and allows you to process Mason
templates on any web servers that support PSGI.
HTTP::Daemon::SSL - a simple http server class with SSL support.
Instances of the HTTP::Daemon::SSL class are HTTP/1.1 servers
that listen on a socket for incoming requests.
Client/server WebSocket message and frame parser/constructor. This
module does not provide a WebSocket server or client, but is made for
using in http servers or clients to provide WebSocket support