Question
Why are the Apache headers removed from my request when testing my web application?
Answer
This will occur when CGI is the PHP handler. You'll want to install an alternate handler such as SuPHP, PHP-FPM, or LSAPI. This can be done through EasyApache, and set through the MultiPHP Manager.
Comments
0 comments
Article is closed for comments.