bozohttpd

Small and secure HTTP/1.1 server for serving static files

brewmacoslinux
Try with needOr install directly
Source

About

Small and secure http version 1.1 server

Commands

bozohttpd

Examples

Start HTTP server on default port 80 serving current directory$ bozohttpd -p 8080 .
Run server on specific port with document root$ bozohttpd -p 3000 -d /var/www
Enable directory listing and verbose logging$ bozohttpd -p 8080 -l -v .