We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
Information for the administrator of this website
The Phusion Passenger application server encountered an error while starting your web application. Because you are running this web application in staging or production mode, the details of the error have been omitted from this web page for security reasons.
Please read the Passenger log file to find the details of the error.
Alternatively, you can turn on the "friendly error pages" feature (see below), which will make Phusion Passenger show many details about the error right in the browser.
To turn on friendly error pages:
Nginx integration mode
Apache integration mode
Standalone mode
As result of the above, I consulted the following: https://www.phusionpassenger.com/library/admin/apache/log_file/
The below output was produced with the following command: passenger-config --detect-apache2
canvas@na-dev-lms-01:/var/canvas/script$ passenger-config --detect-apache2
Looking for possible Apache installations...
--> Looking for /usr/local/sbin/apxs2: not found
--> Looking for /usr/local/bin/apxs2: not found
--> Looking for /usr/sbin/apxs2: not found
--> Looking for /usr/bin/apxs2: not found
--> Looking for /sbin/apxs2: not found
--> Looking for /bin/apxs2: not found
--> Looking for /usr/games/apxs2: not found
--> Looking for /usr/local/games/apxs2: not found
--> Looking for /usr/local/sbin/apxs: not found
--> Looking for /usr/local/bin/apxs: not found
--> Looking for /usr/sbin/apxs: not found
--> Looking for /usr/bin/apxs: not found
--> Looking for /sbin/apxs: not found
--> Looking for /bin/apxs: not found
--> Looking for /usr/games/apxs: not found
--> Looking for /usr/local/games/apxs: not found
--> Looking for : found
Analyzing ...
Detecting main Apache executable...
Detecting version...
--> 2.4.7
Detecting control command...
Cannot find a usable Apache installation using .
----------------------------
Permission problems
Sorry, this program doesn't have enough permissions to autodetect all your
Apache installations, because it's running as the canvas user.
Please re-run this program with root privileges:
export ORIG_PATH="$PATH"
sudo -s -E
export PATH="$ORIG_PATH"
/usr/bin/ruby2.2 /usr/bin/passenger-config --detect-apache2
Best Regards,
Ben
--
---
You received this message because you are subscribed to the Google Groups "Canvas LMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to canvas-lms-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to canvas-lms-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Graham Ballantyne
IT Services
Simon Fraser University
--
---
You received this message because you are subscribed to a topic in the Google Groups "Canvas LMS Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/canvas-lms-users/RPg8qyiEdPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to canvas-lms-users+unsubscribe@googlegroups.com.
passenger-config --detect-apache2Looking for possible Apache installations...--> Looking for /usr/local/sbin/apxs2: not found--> Looking for /usr/local/bin/apxs2: not found--> Looking for /usr/sbin/apxs2: not found
--> Looking for /usr/bin/apxs2: found
--> Looking for /sbin/apxs2: not found--> Looking for /bin/apxs2: not found--> Looking for /usr/games/apxs2: not found--> Looking for /usr/local/games/apxs2: not found--> Looking for /usr/local/sbin/apxs: not found--> Looking for /usr/local/bin/apxs: not found--> Looking for /usr/sbin/apxs: not found
--> Looking for /usr/bin/apxs: found
--> Looking for /sbin/apxs: not found--> Looking for /bin/apxs: not found--> Looking for /usr/games/apxs: not found--> Looking for /usr/local/games/apxs: not found
1 symlink duplicate(s) detected; ignoring them.Analyzing /usr/bin/apxs...Detecting main Apache executable...
--> Looking for /usr/bin/apache2: not found--> Looking for /usr/sbin/apache2: found
Detecting version...--> 2.4.7Detecting control command...