Thank you for these very helpful responses.

To Andrew: I suspected I would have to set something in app.config, but was
unsure what to set.

To Alexander: I do also have nginx already running (as a front-end proxy for
Jetty), so I will set it up as a proxy for Riak as well.

- Stefan Scott

On Thu, Dec 2, 2010 at 12:33 AM, Alexander Sicular <sicul...@gmail.com>wrote:

> Testing aside, I would not bind a production riak to an external
> interface. The recommended method is to access riak via an
> intermediary like nginx.
>
> -alexander
>
> On 2010-12-01, Andrew Stone <andrew.j.ston...@gmail.com> wrote:
> > Hi Stefan,
> >
> > You need to configure Riak to listen on the right interface. You are
> trying
> > to hit it from 127.0.0.1 which is only available from the local machine.
> >
> > If you set web_ip to 0.0.0.0 in app.config for riak_core it will listen
> on
> > all interfaces. Then you can try to hit it with a curl remotely using
> > myhost.com from your browser.
> >
> > -Andrew
> >
> > On Wed, Dec 1, 2010 at 9:27 PM, Stefan Scott Alexander <
> > stefanscottal...@gmail.com> wrote:
> >
> >> Hi -
> >>
> >> SUMMARY:
> >> This may be a silly question but... after installing Riak via ssh, can I
> >> (or should I) test *remotely* it from a browser?
> >>
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to