Assuming you're using Riak 2.0.x, you can simply comment out any lines in riak.conf that begin "listener.http.". For example, the default config says this:
listener.http.internal = 127.0.0.1:8098 Change it to this: # listener.http.internal = 127.0.0.1:8098 You could also just delete the line from riak.conf. On Sun, Nov 30, 2014 at 8:13 AM, Yang Zhenguo <[email protected]> wrote: > I am using pb to communicate with riak in back end, and I dont want cliets > can curd data via http request, how to do that? > > Thanks in advance > > Regards, > -- > Zhenguo Yang > > www.prinbit.com > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > -- Sean Cribbs <[email protected]> Sr. Software Engineer Basho Technologies, Inc. http://basho.com/
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
