Skip to content

Status ModRubyServer #57

@herwinw

Description

@herwinw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions