I have searched the forum and seems others too faced similar problem but without finding any solution.
So, cPanel provides an easy way to include phalcon 3.2.2 via EasyApache4 interface in it. I suppose, before releasing, they test it properly since they ask for money to use cPanel and its feature.
Now I installed via easy apached, uploaded my phalcon based webapp and now it doesn't work. If I use PHP-FPM then I get 403 on page and following in php-fpm logs:
(104)Connection reset by peer: [client 139.x.x.110:1326] AH01075: Error dispatching request to
If I switch to cgi or fastcgi etc. then I get 500 error on page and following in logs :
[core:error] [pid 19991:tid 139894894606080] [client 139.x.x.74:58586] End of script output before headers: index.php
I tried a blank / simple project from phalcon to test out, same error on that one too, so I suppose no issue with script I created using phalcon. Its something to do with configuration.
But phpinf() shows phalcon installed .
Can anyone advice ?