Home

Awesome

FreeBSD port of OpenBSD httpd

The httpd daemon is a HTTP server with FastCGI and TLS support.

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/httpd/

Installation

Requirements

pkg install libressl-devel
git submodule update --init
make
cd src/regress/usr.sbin/httpd/tests/ && make
cd - && make install

Usage

httpd -f etc/examples/httpd.conf

Status

masterdevelop
Build StatusBuild Status