1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/bozohttpd/pkg-descr
Fernando Apesteguía a6116545ad www/bozohttpd: update to 20201014
Add config options.

ChangeLog: http://www.eterna.com.au/bozohttpd/CHANGES

PR:	253542
Submitted by:	henrik@gulbra.net
Reviewed by:	jmohacsi@bsd.hu (maintainer)
2021-02-18 07:28:52 +00:00

24 lines
1.1 KiB
Plaintext

Bozohttpd is a small and secure HTTP version 1.1 server. Its main feature
is the lack of features, reducing the code size and improving verifiability.
This is also the minimal web server that is shipped by default in NetBSD.
It supports SSL, CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,
virtual hosting support, as well as multiple IP-based servers on a single
machine. It is capable of serving pages via the IPv6 protocol. It has no
configuration file by design. Many features are enabled with CLI options.
For extra security, unused features can be excluded when you build the port:
o Support for blacklistd(8) to avoid DoS abuse
o Common Gateway Interface (CGI) support (-C, -c, -E, -e)
o Optional daemon mode (-b)
o Debug support (-d)
o Automatic directory index if index.html is missing (-X)
o Dynamic content based on file suffixes (-C, -M)
o Basic authentication with .htpasswd files
o SSL/TLS for HTTPS requests (-Z, -z)
o Lua scripts for dynamic content (-L)
o Optional /~user transformation (-e, -p, -u)
WWW: http://www.eterna.com.au/bozohttpd/