The simple web-stack.
The OpenBSD httpd(8) is my obvious choice. It's small, easy to configure and designed from the ground up to use privilege separation. It does however lack a way to add custom HTTP-headers. To solve this problem, I run relayd(8) infront of httpd(8) and lets it handle TLS acceleration and adding proper caching headers...
https://ifconfig.se/simple-web-stack.html
#httpd #relayd
The OpenBSD httpd(8) is my obvious choice. It's small, easy to configure and designed from the ground up to use privilege separation. It does however lack a way to add custom HTTP-headers. To solve this problem, I run relayd(8) infront of httpd(8) and lets it handle TLS acceleration and adding proper caching headers...
https://ifconfig.se/simple-web-stack.html
#httpd #relayd
And another one... OpenBSD webserver with httpd, relayd and TLS
https://www.alexander-pluhar.de/openbsd-webserver.html
#httpd #relayd
https://www.alexander-pluhar.de/openbsd-webserver.html
#httpd #relayd
Using OpenBSD relayd to Add Security Headers.
I am a huge fan of OpenBSD’s built-in httpd server as it is simple, secure, and quite performant. With the modern push of the large search providers pushing secure websites, it is now important to add security headers to your website or risk having the search results for your website downgraded. Fortunately, it is very easy to do this when you combine httpd with relayd.
https://goblackcat.com/posts/using-openbsd-relayd-to-add-security-headers/
#relayd
I am a huge fan of OpenBSD’s built-in httpd server as it is simple, secure, and quite performant. With the modern push of the large search providers pushing secure websites, it is now important to add security headers to your website or risk having the search results for your website downgraded. Fortunately, it is very easy to do this when you combine httpd with relayd.
https://goblackcat.com/posts/using-openbsd-relayd-to-add-security-headers/
#relayd
OpenBSD, relayd, httpd and Puma.
Hosting your static sites and Rails apps on the same server...
https://gist.github.com/anon987654321/4532cf8d6c59c1f43ec8973faa031103
#relayd #httpd #rails
Hosting your static sites and Rails apps on the same server...
https://gist.github.com/anon987654321/4532cf8d6c59c1f43ec8973faa031103
#relayd #httpd #rails
TLS Acceleration with relayd.
relayd can provide secure TLS acceleration...
https://wiki.ircnow.org/index.php?n=Relayd.Acceleration
#relayd #tls #ssl
relayd can provide secure TLS acceleration...
https://wiki.ircnow.org/index.php?n=Relayd.Acceleration
#relayd #tls #ssl
👍1