Defect #2072
closedredirection error while clicking the "apply" button
0%
Description
I'm running redmine with mongrels using port 12013 and have setup a subdomain
to redirect to that port, that is example.com:12013 is redmine and red.example.com redirects
to it.
Red.example.com works ok until I hit an "apply" button,
select "view all issues"
click on Apply
Application coninually displays Loading.... until it crashes
The same sequence of events with red.example.com:12013 works fine.
this error message appears in the backend
======================
ActionController::RoutingError (No route matches "/403.shtml" with {:method=>:get}):
======================
supposition is that the applicaiton is not loaded when pressing "apply" on a redirected url?
Redmine 0.7.3.1917 (MySQL)
Rails 2.0.2
MySql 4.1.22
Updated by Thomas Lecavelier about 16 years ago
- Assignee set to Thomas Lecavelier
- Priority changed from Normal to Low
- Start date deleted (
2008-10-23)
Could you precise which webserver is doing reverse_proxy and post your subdomain definition, please?
(next time, please pass through the help forum for this kind of support, which is not a defect.)
Updated by Louis Delacretaz about 16 years ago
webserver we using is Apache/1.3.41 and the subdomain is "atsdesk.ttsurveys.com.au", atsdesk.ttsurveys.com.au:12013
Updated by Thomas Lecavelier about 16 years ago
By subdomain definition, I meaned the conf snipset from apache where you're setting the reverse proxy, in order to detect a misconf or a configuration conflict.
Could you had your ruby version too, please?
Updated by Louis Delacretaz about 16 years ago
hmm, this is a hosted site using cpanel 11 to setup the sub-domain and create the rewrites for RoR applications, I'll ask the hoster
ruby 1.8.5
Updated by Louis Delacretaz about 16 years ago
response from the hoster for a conf snipset is (they setup tech.ttsurveys.com.au to test the fault):
**************************************************
Actually Ruby on Rails pages are displayed using mongrel web server. Ruby on Rails websites runs on ports like 12013 and it is handled by mongrel web server.
Regarding sub domains, they are redirected using htaccess. A sample htacess to redirect http://tech.ttsurveys.com.au/ to http://ttsurveys.com.au:12013/ is given below for your reference.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RewriteEngine on
RewriteCond ^tech.ttsurveys.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.tech.ttsurveys.com.au$
RewriteRule ^(.*)$ "http://127.0.0.1:12013{REQUEST_URI}" [P,QSA,L]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Updated by Thomas Lecavelier almost 15 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
Too old, no feedback.