ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Cannot connect to acralyzer dashboard from external ip #77

Open fteran opened 10 years ago

fteran commented 10 years ago

This is most probably a configuration issue, but I could not find out a board to post this question. I am following the setup instructions and I am stuck at the step where I am supposed to be able to access the user interface by using the link: http://acme.yourhost.com/acralyzer/_design/acralyzer/index.html

In order to access the user interface, I had to use this link instead: http://localhost:5984/acralyzer/_design/acralyzer/index.html

Moreover, I would like to be able to access this user interface from a remote machine, but when I tried to access it by using a link like this: http://:5984/acralyzer/_design/acralyzer/index.html I get a "cannot connect" message

Any help is greatly appreciate it. I am trying to setup an acralyzer instance in our own servers and not using a hosting service like couldant.

Thanks,

gradha commented 10 years ago

If you can access the address locally but not externally it likely means you have to configure the bind_address to something else, or there is a firewall preventing connections.

timrae commented 9 years ago

"something else" meaning what exactly? "0.0.0.0" works, but some further explanation would be nice