mod_ruby
Lua error in package.lua at line 80: module 'strict' not found. Lua error in package.lua at line 80: module 'strict' not found.
Stable release | 1.3.0 / November 8, 2008 |
---|---|
Website | {{ |
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[1] (e.g., multiple Ruby on Rails applications running simultaneously).
There is also the similar 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
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
External links
<templatestyles src="Asbox/styles.css"></templatestyles>
- ↑ [dead link]mod_ruby Wiki, explaining the security problem of mod_ruby.