Webbol
A minimal static web server written in COBOL using GnuCOBOL.
Features
Serves static files from the current directory
Automatic MIME type detection for common file types
HTTP status codes: 200 (OK), 403 (Forbidden), 404 (Not Found)
Path traversal attack prevention
Clean request logging with full HTTP headers
Defaults to index.html for root path requests
Requirements
... continue reading