I have upgraded my VPS to PHP 7
after upgrading my site not working maybe PHP issue
please advise how I can complete the PHP upgrade
my website: http://tango.redirectme.net/
LOG Error
[Sat Sep 30 03:42:00.492817 2017] [fcgid:warn] [pid 18318] (104)Connection reset by peer: [client XXXXXXXXXX ] mod_fcgid: error reading data from FastCGI server
[Sat Sep 30 03:42:00.492953 2017] [core:error] [pid 18318] [client XXXXXXX ] End of script output before headers: index.php
You’ve told us nothing about your problem or your system. What distro/version?
Have you tried a simple phpinfo page, just to be sure the problem isn’t errors in your script? (“end of script output before headers” indicates a bug in the script in many cases)
e.g. put the following in a file called phpinfo.php (or whatever) and see if it works when you browse to that path on your server: