# Mod ruby

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Mod_ruby
> Markdown URL: https://mediated.wiki/source/Mod_ruby.md
> Source: https://en.wikipedia.org/wiki/Mod_ruby
> Source revision: 1220991966
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{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](/source/wiktionary%3Aembed) the [Ruby](/source/Ruby_programming_language) [interpreter](/source/Interpreter_(computing)) into the [Apache web server](/source/Apache_web_server) to allow Ruby code to execute natively, faster than other [CGI](/source/Common_Gateway_Interface) methods. Its drawback is that the characteristic sharing of classes among Apache processes is not safe for multiple applications<ref>{{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.</ref> (e.g., multiple [Ruby on Rails](/source/Ruby_on_Rails) applications running simultaneously).

There is also the similar [https://github.com/matsumoto-r/mod_mruby mod_mruby] for [mruby](/source/mruby), a lightweight Ruby implementation.

As of at least 2015, the project seems to no longer be under active development.

== See also==
*[Phusion Passenger (mod_rails/mod_rack)](/source/Phusion_Passenger)
*[mod_perl](/source/mod_perl)
*[mod_php](/source/mod_php)
*[mod_python](/source/mod_python)
*[mod_wsgi](/source/mod_wsgi)

==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}}
Ruby
Category:Articles with underscores in the title
Category:Ruby (programming language)
Category:Discontinued software

{{compu-lang-stub}}

---
Adapted from the Wikipedia article [Mod ruby](https://en.wikipedia.org/wiki/Mod_ruby) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Mod_ruby?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
