You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
I am attempting to deploy Project Monitor on a sub-URI "http://my.company/monitor" using Passenger and Apache. I have followed the instructions on the Passenger web-site, and I can get to the main page from my sub-URI, as well as the "manage projects" link to edit. However the main page is blank. Looking at the page source, all the assets are being prefixed with "/monitor", but when I look at the Apache log I see errors trying to query "/projects":
[Thu Aug 20 10:01:44 2015] [error] [client X.X.X.X] File does not exist: /var/www/github_status.json, referer: http://Y.Y.Y.Y/monitor/
[Thu Aug 20 10:01:44 2015] [error] [client X.X.X.X] File does not exist: /var/www/heroku_status.json, referer: http://Y.Y.Y.Y/monitor/
[Thu Aug 20 10:01:44 2015] [error] [client X.X.X.X] File does not exist: /var/www/rubygems_status.json, referer: http://Y.Y.Y.Y/monitor/
[Thu Aug 20 10:01:44 2015] [error] [client X.X.X.X] File does not exist: /var/www/projects, referer: http://Y.Y.Y.Y/monitor/
[Thu Aug 20 10:02:14 2015] [error] [client X.X.X.X] File does not exist: /var/www/version, referer: http://Y.Y.Y.Y/monitor/
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am attempting to deploy Project Monitor on a sub-URI "http://my.company/monitor" using Passenger and Apache. I have followed the instructions on the Passenger web-site, and I can get to the main page from my sub-URI, as well as the "manage projects" link to edit. However the main page is blank. Looking at the page source, all the assets are being prefixed with "/monitor", but when I look at the Apache log I see errors trying to query "/projects":
The text was updated successfully, but these errors were encountered: