Hello,
We installed Joomla (2.5.11) and Community Builder (V1.9.0) on Nginx with PHP on FastCGI.
Yet, we cannot access Community Builder configuration page or frontend CB pages. We just land on an error page stating :
502 Bad Gateway
nginx/1.4.1
In fact, the PHP process can't run properly with FastCGI on these pages. Please note that all other components (Jomsocial included) are running properly on this server.
I saw on he forums that it's recommended to change PHP support parameter from CGI-Application to ISAPI Extension... but it means changing FastCGI to standard PHP... and that involves changing the distribution for Apache instead of Nginx... that's a pain...
Does someone have any other idea / trick to do the job without installing Apache ?
Thanks for any help on this