apache - Passenger Rails url prefix causing no route matches -


i have rails application rooted inside folder called convergeops. phusion passenger setup serve passengerbaseuri /convergeops.

80% of time, works fine, every , no route matches error shown below:

enter image description here

httpd.conf file

documentroot "/var/www/html/convergeops/public"  <directory "/var/www/html/convergeops">   railsenv production   passengerbaseuri /convergeops   passengerapproot /var/www/html/convergeops   setenv rails_relative_url_root /convergeops   passengerfriendlyerrorpages on   allowoverride   allow   options -multiviews   require granted </directory> 

any idea why might getting routing error?


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -