adsf
- Ebuilds: 2, Testing: 1.5.3 Description: A Dead Simple Fileserver is a static file server that can launch in a directory
Homepage:https://github.com/denisdefreyne/adsf/ License: MIT
apache
- Ebuilds: 2, Stable: 2.4.66, Testing: 2.4.66 Description:
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems. The goal of this
project is to provide a secure, efficient and extensible server that
provides HTTP services in sync with the current HTTP standards.
Homepage:https://httpd.apache.org/ License: Apache-2.0 Apache-1.1
caddy
- Ebuilds: 4, Stable: 2.10.2-r1, Testing: 9999 Description: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Homepage:https://caddyserver.com License: BSD ECL-2.0 MIT CC0-1.0
gunicorn
- Ebuilds: 6, Stable: 24.1.1, Testing: 25.3.0 Description:
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn
server is broadly compatible with various web frameworks, simply
implemented, light on server resources, and fairly speedy.
Homepage:
https://gunicorn.org/
https://github.com/benoitc/gunicorn/
https://pypi.org/project/gunicorn/
License: MIT PSF-2
h2o
- Ebuilds: 2, Stable: 2.3.0_pre20250130 Description:
H2O is a new generation HTTP server. Not only is it very fast,
it also provides much quicker response to end-users
when compared to older generations of HTTP servers.
Homepage:https://h2o.examp1e.net/ License: MIT
kore
- Ebuilds: 1, Testing: 4.3.0_rc4 Description:
Kore is a web application platform for writing scalable, concurrent web
based processes. It is built with a "secure by default" approach. It is
fully privilege separated while using strong security features at the
operating system level such as seccomp, pledge, unveil and more. Today Kore
is used in a variety of applications ranging from high assurance
cryptographic devices, machine-learning stacks and even in the aerospace
industry.
Homepage:https://kore.io/
https://github.com/jorisvink/kore/
lighttpd
- Ebuilds: 2, Stable: 1.4.82, Testing: 9999 Description:
lighttpd (pronounced /lighty/) is a secure, fast, compliant, and very
flexible web server that has been optimized for high-performance
environments. lighttpd uses memory and CPU efficiently and has lower
resource use than other popular web servers. Its advanced feature-set
(FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and much more)
make lighttpd the perfect web server for all systems, small and large.
Homepage:https://www.lighttpd.net https://github.com/lighttpd
mongrel2
- Ebuilds: 1, Testing: 1.11.0-r3 Description: A language agnostic web server focused on web applications
Homepage:http://mongrel2.org License: BSD
nginx
- Ebuilds: 7, Stable: 1.29.5, Testing: 1.29.7-r1 Description:
nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic
TCP/UDP proxy server, originally written by Igor Sysoev.
nginx-unit
- Ebuilds: 2, Stable: 1.34.2, Testing: 1.35.0-r1 Description:
NGINX Unit is a dynamic web and application server, designed to run
applications in multiple languages. Unit is lightweight, polyglot, and
dynamically configured via API. The design of the server allows
reconfiguration of specific application parameters as needed by the
engineering or operations.
Homepage:https://unit.nginx.org License: Apache-2.0
pound
- Ebuilds: 2, Stable: 4.16, Testing: 4.17 Description:
The Pound program is a reverse proxy, load balancer
and HTTPS front-end for Web server(s). Pound was developed to enable
distributing the load among several Web-servers and to allow for a convenient
SSL wrapper for those Web servers that do not offer it natively. Pound is
distributed under the GPL - no warranty, it's free to use, copy and give away.
Homepage:https://github.com/graygnuorg/pound License: GPL-3+
pshs
- Ebuilds: 1, Stable: 0.4.3 Description: Pretty small HTTP server -- a command-line tool to share files
Homepage:https://github.com/projg2/pshs/ License: GPL-2+
puma
- Ebuilds: 4, Stable: 6.6.0, Testing: 7.2.0 Description:
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1
server for Ruby/Rack applications. Puma is intended for use in
both development and production environments. In order to get the
best throughput, it is highly recommended that you use a Ruby
implementation with real threads like Rubinius or JRuby.
Homepage:https://puma.io/ License: BSD
spawn-fcgi
- Ebuilds: 2, Stable: 1.6.6, Testing: 1.6.6 Description:
spawn-fcgi is used to spawn FastCGI applications
Features:
- binds to IPv4 and Unix domain sockets
- supports privilege separation: chmod/chown socket, drop to uid/gid
- supports chroot
- supports daemontools supervise
Homepage:https://redmine.lighttpd.net/projects/spawn-fcgi/wiki License: BSD GPL-2
thin
- Ebuilds: 3, Testing: 2.0.1 Description:
Thin is a very simple web server written in Ruby. It's single-threaded, which
means it can only serve one request at a time. This simplicity affords increased
speed and decreased memory usage for singled-threaded framework like Rails.
Homepage:https://github.com/macournoyer/thin License: || ( GPL-2+ Ruby )
tomcat
- Ebuilds: 3, Stable: 11.0.18, Testing: 11.0.18 Description:
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.
Homepage:https://tomcat.apache.org/ License: Apache-2.0
varnish
- Ebuilds: 2, Stable: 8.0.0, Testing: 8.0.1 Description:
Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse Proxy)
is an application that stores (caches) documents that have been requested over
the HTTP protocol.
Based on certain criteria the next client requesting the document is either
given the cached document, or a "fresh" document requested from a backend
server. The purpose of this is to minimize the requests going to the backend
server(s) by serving the same document to potentially many users.
The goal of Varnish is to be a very fast, stable and effective light-weight HTTP
accelerator daemon, by using modern and effective technologies. Ease of
managment and good documentation is also a main goal of the project since the
lack of either one will render Varnish useless.
Homepage:https://vinyl-cache.org/ License: BSD-2 GPL-2