Ticket #745 (defect)

Opened 2 months ago

Last modified 2 months ago

Redirected to http://:/login

Status: new

Reported by: marcin.gil@gmail.com Assigned to: bsag
Priority: normal Milestone:
Component: Coding Version: trunk
Severity: major Keywords:
Cc:

I need to use tracks via FastCGI since I sit on a shared hosting environment. After successfull migration I've tried to run (.htaccess configured) and got "Rails application failed" - so I've run dispatch.fcgi on command line.

Please see to what address the redirect is generated to.

$ ./dispatch.fcgi

Content-Type: text/html; charset=utf-8 Set-Cookie: _session_id=419ec90ac6e924475f02ff4412ab6570; path=/ Status: 302 Found Location: http://:/login X-Runtime: 0.00111 Cache-Control: no-cache Content-Length: 80

<html><body>You are being <a href="http://:/login">redirected</a>.</body></html>

RAILS_ENV=production

Change History

07/11/08 15:57:58: Modified by lrbalt

  • severity changed from blocker to major.

I think you better ask this on the mailing list since this looks more like a configuration issue.