One of the server classes this gem provides is ModRubyServer:
# Implements a XML-RPC server, which works with Apache mod_ruby.
#
# Use it in the same way as XMLRPC::CGIServer!
class ModRubyServer < BasicServer
http://www.modruby.net/ shows the last update for this Apache mod being almost 10 years ago (fixes for Ruby 1.6), https://github.com/shugo/mod_ruby shows an archived repo.
For use in Apache, I mostly hear people talk about Passenger, which is Rack compatible (related: #56)
Do we still want to include the ModRuby server module, or should this one be removed?
One of the server classes this gem provides is
ModRubyServer:http://www.modruby.net/ shows the last update for this Apache mod being almost 10 years ago (fixes for Ruby 1.6), https://github.com/shugo/mod_ruby shows an archived repo.
For use in Apache, I mostly hear people talk about Passenger, which is Rack compatible (related: #56)
Do we still want to include the ModRuby server module, or should this one be removed?