From: Kevin Kevin Date: 2011-03-22T05:11:32+09:00 Subject: Run CGI scripts in own webserver Hello, Does anybody know how I can run ruby cgi scripts in my web server. I coded the webserver myself in ruby. At this moment I use ERB to parse the .rhtml files. It all works fine but now i want to use the functionality of CGI to extend my webserver. So I would like to read the CGI file, parse it and send my html output to the user's webbrowser. So does anybody knows how to run a CGI file? -- Posted via http://www.ruby-forum.com/.