Defect #7362
closedThe proxy server received an invalid response from an upstream server
0%
Description
hi all,
I intalled today redmine, and I'm quite impressed, but after more hours I had to restart the redmine (I tried to set up some plug-ins) and now I got this error:
____
"Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /redmine.
Reason: Error reading from remote server
"
______
I tried to search for a solution but no one positive; i searched thru the logs (redmine and mongrel), i found some error only in mongrel, but also those were from the begining, so i can't take a conclusion.
Im had attached both.
Can you help me please to put this on again?
Thank you, Ionut
Files
Updated by ionut rascanu almost 14 years ago
- Assignee deleted (
Jean-Philippe Lang)
Updated by Felix Schäfer almost 14 years ago
You have a .yml
file the parser can't load, those files are usually configuration files in redmine, and it seems you have a authentication: : none
somewhere in one of those files, it should probably read authentication: :none
though.
Updated by ionut rascanu almost 14 years ago
- Status changed from New to Resolved
Thanks,
Indeed this was the issue.
A nice day, Ionut
Updated by Felix Schäfer almost 14 years ago
- Status changed from Resolved to Closed
Glad you could solve it. Please use the forums for future support requests though, this tracker is for bugs in redmine only.