Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly plat...| Python documentation
Provides technical information about HTTP security headers.| owasp.org
-D| man.openbsd.org
Contents| wiki.mozilla.org
Use rewrite rules to fetch a location behind the scenes while the URL in the visitor’s address bar remains the same. Proxy to another service or site.| docs.netlify.com
Given a simple enough HTTP server, and by employing seccomp, one could easily achieve a quite secure(er) server, with a small enough attack surface that the potential attacker might want to look elsewhere in the stack for vulnerabilities.| notes.volution.ro
My blog gets generated with Hugo, which I’m generally happy with. Until recently, I hosted the static files on Netlify but now decided to get my own little server again. There are two main reasons for this: I actually missed doing some sysadmin work. The Internet was supposed to be a federated system and I don’t want to outsource everything to a few tech giants. Operating system choice OpenBSD has always been one of my favorite (server) operating systems, for reasons that are nicely summa...| citizen428.net
A post by Zach Leatherman (zachleat)| Zach Leatherman