Introduction
Using the CGI PHP handler will cause headers to get stripped. What's the best way to get around this?
Procedure
The LSAPI or PHP-FPM PHP Handlers can be used to avoid this behavior.
This is also true for non-CloudLinux systems:
Why are the Apache headers stripped from my web application?