All connection attempts on RhodeCode on CentOS 6.3 are refused except from localhost.
Note that iptables
is not running, and I am only trying to visit the web interface.
I have googled the exact error message below and looked around SO. I have yet to find a solution.
abort: error: No connection could be made because the target machine actively refused it
If the firewall is down, and I am not trying to modify any repository, what else is preventing me from connecting? EDIT: See #5 below. Not sure how to address it yet.
Things tried and other info
- Using localhost, 127.0.0.1 and hostname in
production.ini
service iptables stop
- Connected over HTTP successfully. In other words, connections are accepted outside RhodeCode.
- Made sure no authentication methods were enabled or configured in
production.ini
- Although the server accepts connections on localhost,
netstat -l
does not show that port 5000 is listening. Port 5000 is set inproduction.ini
andps uax | grep paster
confirms the server is running. No other software tries to grab port 5000.