Hi!
I'm trying to update the bitnami stack (Phabricator) from the 2017.05.0 release to the 2017.23.0 release.
I followed the bitnami documentation, I installed the new stack in a different installation directory and no errors during this process. But when I try to access Phabricator in the browser, the following message is displayed:
Site Not Found - This request requested "/" on the host "ec2-34-228-1-111.compute-1.amazonaws.com", but no site is configured which can serve this request.
Running "sudo /opt/bitnami/ctlscript.sh status" on the terminal is displayed:
Apache is already running
Phabricator is already running
Mysql is already running
in this case, the php-fpm is not working.
The installation is on AWS (Ubuntu server 14.04.5).
Can you help me to solve that?