Navindra Umanee <navindra / cs.mcgill.ca> wrote: > Robert Klemme <bob.news / gmx.net> wrote: > > Didn't solve this yet, but you could certainly cook something up quite > > easily with webrick: just throw out a form with a field for code to enter > > and when pressing the button the code is executed and the result is sent > > back. That way you can use any browser to access it. > > Hmmm, yeah, not yet sure if webrick is an option for me. Need to be > robust and Apache will have to remain on the frontline for other > reasons as well... but I guess it could proxy to webrick. Why not just run webrick on an entirely separate port? martin