PHP-FPM 8.2 on OpenBSD 7.3
はじめに OpenBSD 🐡 プロジェクトとコミュニティは PHP を含めて Web サービス向けパッケージを、ありがたいことに、とても良くサポートしています。 PHP...
Tag archive
はじめに OpenBSD 🐡 プロジェクトとコミュニティは PHP を含めて Web サービス向けパッケージを、ありがたいことに、とても良くサポートしています。 PHP...
はじめに OpenBSD は独自の Web サーバーを開発・維持しています。"httpd" という名前で、ISC ライセンス (英語) が適用されています。 httpd は OS...
Summary The OpenBSD 🐡 project and their community support Web service packages including...
Summary To my belief, OpenBSD 🐡 and their community support PHP Web services well...
Summary OpenBSD develops and maintains their own web server called "httpd" under ISC...
Summary PHP-FPM, PHP FastCGI Process Manager, is a part of PHP package in OpenBSD packages...

This article was also published on razcodes.dev I will outline in this article the steps for creatin...
PHP-FPM, PHP FastCGI Process Manager, is a part of PHP 7 package in OpenBSD packages nowadays. So installing PHP (php-7.? due to the version) comes with php7?_fpm automatically. I'll show you how to set it up in this post.

I wanted a shell script to analyze my access logs from httpd. I found this from @ruanbekker,...

Populate /etc/acme-client.conf and replace example.com with your domain authority letsencrypt { ...

Populate /etc/httpd.conf and replace example.com with your domain server "example.com" { listen...

OpenBSD has its own web server called "httpd". It is a robust and secure one. This post shows how to set it up.