mod ruby
{{DISPLAYTITLE:mod_ruby}}
{{Multiple issues|
{{notability|Products|date=August 2014}}
{{third-party|date=August 2014}}
{{one source |date=April 2024}}
}}
{{Infobox Software
| name = mod_ruby
| logo =
| screenshot =
| caption =
| developer =
| latest release version = 1.3.0
| latest release date = {{Start date and age|2008|11|08}}
| operating system =
| platform =
| genre =
| license =
| website = http://www.modruby.net
}}
mod_ruby is a module that embeds the Ruby interpreter into the Apache web server to allow Ruby code to execute natively, faster than other CGI methods. Its drawback is that the characteristic sharing of classes among Apache processes is not safe for multiple applications{{deadlink|date=December 2013}}[http://modruby.net/en/doc/?FAQ#Is+it+secure%3F mod_ruby Wiki] {{Webarchive|url=https://web.archive.org/web/20110808224736/http://www.modruby.net/en/doc/?FAQ#Is+it+secure%3F |date=2011-08-08 }}, explaining the security problem of mod_ruby. (e.g., multiple Ruby on Rails applications running simultaneously).
There is also the similar [https://github.com/matsumoto-r/mod_mruby mod_mruby] for mruby, a lightweight Ruby implementation.
As of at least 2015, the project seems to no longer be under active development.
See also
Notes
{{Reflist}}
External links
- [https://archive.today/20130222023327/http://www.modruby.net/ mod_ruby project]
- [http://www.rubyinside.com/no-true-mod_ruby-is-damaging-rubys-viability-on-the-web-693.html No True “mod_ruby” Is Damaging Ruby’s Viability On The Web]
{{Web interfaces}}
{{Ruby programming language}}
{{DEFAULTSORT:mod ruby}}
Category:Articles with underscores in the title
Category:Ruby (programming language)
Category:Discontinued software
{{compu-lang-stub}}