Does anyone actually use this?
I think the best use case would be some static content delivery coupled with a few dynamic pages and APIs backed up by SQLite here and there ...
Some references would be cool I guess. Anyone?
21–30 of 59 posts
Does anyone actually use this?
I think the best use case would be some static content delivery coupled with a few dynamic pages and APIs backed up by SQLite here and there ...
Some references would be cool I guess. Anyone?
Trying to make the term BCHS a thing just isn’t going to happen.
Seriously, how are you supposed to pronounce BCHS?
Using a ARNP stack here (ArchLinux, Rust, nginx, PostgreSQL). It works great.
Doing web development in c and getting that sweet performance boost is very tempting but the time it takes to develop even a simple website is just not worth it. I would rather spend a few pound extra on servers and goto the cinema than the hours of developer time it would take to build PHP sites in C++
Writing web-facing code in C in 2021 is seldomly a good idea, even if it runs on OpenBSD in a jail.
Replace C/httpd with golang and you get a stack that's fairly decent.
I can recommend Go for this too. I use it for small APIs. Go has really easy cross compiling as well, so deploying from Linux to OpenBSD is really simple. I still use httpd as the proxy but use compiled Go executables for CGI.
Any one use open BSD to host servers? Last time I checked httpd didn't support http/2.