"Navindra Umanee" <navindra / cs.mcgill.ca> schrieb im Newsbeitrag news:20050131114723.B11175 / cs.mcgill.ca... > 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. > > Thanks for the pointer. I'm still interested in non-webrick based > solutions if anyone has them. Didn't know that you have a webserver already. Of course you can use that (CGI with a proxy script that connects via DRB for example). If that webserver is publicly available you better make sure that no malicious code is executed. Kind regards robert