darkhttpd

Lightweight static web server with minimal dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Small static webserver without CGI

Commands

darkhttpd

Examples

Start a web server serving files from current directory on port 8080$ darkhttpd .
Serve files from specific directory on custom port 9000$ darkhttpd /var/www --port 9000
Start server with logging and bind to specific IP address$ darkhttpd /var/www --addr 192.168.1.100 --port 8080