bozohttpd

Lightweight and secure HTTP/1.1 web server for simple hosting needs.

brewmacoslinux
Try with needOr install directly
Source

About

Small and secure http version 1.1 server

Commands

bozohttpd

Examples

start a web server on default port 8080$ bozohttpd
serve files from a specific directory on custom port$ bozohttpd -p 9000 /var/www/html
run web server on localhost only$ bozohttpd -b 127.0.0.1
serve static files with directory listing enabled$ bozohttpd -d /home/user/public
start server as background daemon process$ bozohttpd -b 0.0.0.0 -p 80 /srv/www &