Failed to connect
Added by narriral lemons about 15 years ago
Hi,
I have installed Redmine many times in different servers, never really had a problem that I couldn't solve till now.
I installed Redmine in a debian lenny server, following the same instructions I've done before. I tried run it with both webrick and mongrel: all them seems to run redmine ok.
The thing is that when I try to browse redmine, it doesn't work, goes to a webpage:
Failed to Connect
The connection was refused when attempting to contact my-server.com.br:3007.
Though the site seems valid, the browser was unable to establish a connection.
- Could the site be temporarily unavailable? Try again later.
- Are you unable to browse other sites? Check the computer's network connection.
- Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
Mongrel seems to be working fine:
# ps aux | grep mongrel
root 8492 31.0 1.1 46592 35656 ? Sl 06:38 0:01 /usr/bin/ruby1.8 /usr/bin/mongrel_rails start -d -e production -c /path-to-redmine/ -p 3007 -P tmp/pids/mongrel.3007.pid -l log/mongrel.3007.log
root 8495 30.6 1.1 46656 35656 ? Sl 06:38 0:01 /usr/bin/ruby1.8 /usr/bin/mongrel_rails start -d -e production -c /path-to-redmine/ -p 3008 -P tmp/pids/mongrel.3008.pid -l log/mongrel.3008.log
There is not error logs.
But doesn't work :(
Does anyone had had this problem?
I appreciate any helps.
Thanks.