Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI was recently working on setting up http to https redirects for multi domain site. Using Nginx I added the redirect rule as below: rewrite ^ https://$host$request_uri? permanent; But no matter no what…
SOLVED: Apache 2 PHP 7 FCGID not allowing / removing / stripping custom HTTP Headers
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI recently had a problem where I could not get any custom HTTP Headers passed to my PHP Script. It seems that Apache 2 running PHP 7 with FCGID would not allowing and…