I installed a Fuseki instance using TDB and allowing to my students to update data. To secure the server I use an HTTP authentication following the instructions in [1]. But I want other people accessing the endpoint in a read-only mode. I now that a Fuseki instance can be started in read-write adding the "--update" option or in read-only without it. But as I answered my self in [2] I can't run to instances simultaneously. So, how can I give two modes of access simultaneously? Is there a plan to add that functionality to Fuseki?
[1] http://www.epimorphics.com/web/wiki/simple-security-fuseki [2] http://stackoverflow.com/questions/20444602 Regards, Daniel
