• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

files/H21-Dec-2021-248

libevent/H21-Dec-2021-

libimsg/H21-Dec-2021-

src/H21-Dec-2021-18,70515,067

.gitignoreH A D21-Dec-2021313 1918

.gitmodulesH A D21-Dec-2021189 98

ChangeLogH A D21-Dec-2021141 KiB4,8943,151

MakefileH A D03-May-202240 42

Makefile.cipierH A D21-Dec-20212.5 KiB7460

README.mdH A D21-Dec-2021673 3121

README.md

1# FreeBSD port of OpenBSD httpd
2
3The httpd daemon is a HTTP server with FastCGI and TLS support.
4
5http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/httpd/
6
7## Installation
8
9### Requirements
10* libressl
11* libimsg
12* libevent
13
14```
15pkg install libressl-devel
16git submodule update --init
17make
18cd src/regress/usr.sbin/httpd/tests/ && make
19cd - && make install
20```
21
22## Usage
23
24`httpd -f etc/examples/httpd.conf`
25
26## Status
27
28master | develop
29-------|--------
30[![Build Status](https://cipier.net/status/koue/httpd/master)](https://cipier.net/status/koue/httpd/master) | [![Build Status](https://cipier.net/status/koue/httpd/develop)](https://cipier.net/status/koue/httpd/develop)
31