10 comments

[ 5.5 ms ] story [ 56.0 ms ] thread
Surprisingly no mention of RFC-8555 (Automated Certificate Management Environment, the Let's Encrypt protocol) under "Other ACMEs on the Web" :D
It appears the ACME Portable Hole is no longer available.
Used the heck out of thttpd back in the day. Lots of fond memories!
Me too! I used one instance of thttpd for each virtual host on my machine, with haproxy routing towards them.

The idea being that I could chroot them, and have a different UID for each site, for security.

I had to patch it to add IPv6 support to the X-Forwarded-For header, if I recall correctly.

My most-coveted domain name for the past 2.5 decades.
I always liked the way he formatted his C code - opening and closing braces on indented on line by themselves, the code inside the braces indented the same amount. Appealed to my Python side, long before I ever saw Python.

Wrote a lot of code that way, wish that style had caught on.