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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -