Generally, while setting up a WordPress instance, we use the LAMP stack which is a kind of defacto standard for serving PHP websites. But, a modern software stack is available that's secure, easy to manage, and blazingly fast with loads of built-in useful features. A combination of Caddy and FrankenPHP makes a world-class stack to serve PHP-powered websites. It doesn't require any external caching module and configures HTTPS automatically. In this tutorial, we'll learn to set up this modern s...