I followed all the production guide steps and in the final step after restarting apache, I get a directory when I navigate in the browser to the server domain: [canvas.fxlongterm.com]
As I understand I am meant to see a log-in page for admin to login. Please help, I have installed it twice with the same result.
Daemonising process is running:
Delayed jobs running, pool PID: 31953
Virtual machine on google cloud: Ubuntu 14.04.5 (trusty)
The display in the browser:
Index of /
[ICO] Name Last modified Size Description
[TXT] 422.html 2017-07-01 02:05 930
[TXT] 500.html 2017-07-01 02:05 2.5K
[ ] _crossdomain.xml 2017-07-01 02:05 101
[IMG] apple-touch-icon.png 2017-07-01 02:05 5.8K
[DIR] assets/ 2017-07-01 02:37 -
[TXT] dimdim_welcome.html 2017-07-01 02:05 1.3K
Solved! Go to Solution.
Had the same issue. Fixing the PassengerRoot setting helped.
If you follow the installation guide to carefully as I did, you might as well change important PassengerRoot value to /usr which will brake things. You can get correct path by running command "passenger-config --root" and then fix PassengerRoot setting in /etc/apache2/mods-enabled/passenger.conf file. After apache2 restart I finally got the login screen.
Hello @g_karliychuk ...
While I don't have an answer for you myself, I wanted to let you know that I am going to share your question with the https://community.canvaslms.com/groups/admins?sr=search&searchId=3f1dc278-e8d5-4a83-980b-f72c130d83f... and https://community.canvaslms.com/groups/canvas-developers?sr=search&searchId=f62b0210-c204-4071-9723-... groups here in the Canvas Community in hopes that your question will get some additional exposure. If you are not following either of these groups, you can do so by clicking on the links that I have provided and then clicking on the "Follow" button at the top right corner of each page. I hope this will be of help to you George! Good luck!
Had the same issue. Fixing the PassengerRoot setting helped.
If you follow the installation guide to carefully as I did, you might as well change important PassengerRoot value to /usr which will brake things. You can get correct path by running command "passenger-config --root" and then fix PassengerRoot setting in /etc/apache2/mods-enabled/passenger.conf file. After apache2 restart I finally got the login screen.