Author’s Voice Summary: My Blog Technology is a minimal self-hosted web server that doesn’t require reverse proxies for hosting. It faced hacking attempts on Reddit generating interesting logs saved in attempts.txt. The project aims for robustness without being slow, as shown in benchmarks against nginx. Only Linux is supported with HTTP/1.1, pipelining, keep-alive connections, and limited HTTPS support. Builds are created for HTTP and HTTPS, with instructions to enable secure connections. Customizing the server for different content is possible by modifying the provided code. Regular testing ensures compliance with HTTP/1.1 spec and addresses any known issues like replying to HTTP/1.0 clients as HTTP/1.1.
https://github.com/cozis/blogtech