sidebar_2

Running websites under different users by configuring PHP-FPM Pools on per-site basis

By default the web server and php-fpm runs with the user called www-data. It is often required that we need to run php-fpm on different users for different websites. Running each site with its own uid/gid is more secure and easier to deal with. If all sites ran with same user, then php on one site could read/write the files of other users. This is a security concern….

Running websites under different users by configuring PHP-FPM Pools on per-site basis Read More »

Setting up new Paginated UX and customizing AD FS 5.0 on Windows Server 2019

Setting up new Paginated UX and customizing AD FS 5.0 on Windows Server 2019 Microsoft has added the new Paginated Sign-in experience on their AD FS 5.0 user interface which looks closely to the feel of Azure AD. This is also called Centered UX which gives users more consistent sign-in experience. You can refer below screens for how the default Centered UX for AD FS 5.0 will look once enabled. Go to your ADFS system and open Powershell in administrator mode …

Setting up new Paginated UX and customizing AD FS 5.0 on Windows Server 2019 Read More »

Scroll to Top