To Sven: Thanks for the nginx.conf file tailored to Riak - this will come in
handy.

- Stefan Scott

Sven Reidel wrote:
Hi, there's a nice nginx config for loadbalancing a riak cluster at:

http://rigelgroupllc.com/wp/blog/using-nginx-as-a-front-end-for-riak

Personally, even with that in place I wouldn't open those ports up to the
public without, some access control system in front of it :).

On Thu, Dec 2, 2010 at 1:43 AM, Andrew Stone <andrew.j.ston...@gmail.com>wrote:

> I second that actually and should have put it in my initial response.
>
> -Andrew
>
>
> On Wed, Dec 1, 2010 at 10:33 PM, 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