Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
/ mod_ruby Public archive

Embedding Ruby in the Apache web server

License

BSD-2-Clause, Apache-2.0 licenses found

Licenses found

BSD-2-Clause
COPYING
Apache-2.0
LICENSE.apreq
Notifications You must be signed in to change notification settings

shugo/mod_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0456c7c · Oct 29, 2013
Feb 19, 2006
Aug 13, 2004
Nov 28, 2009
Aug 9, 2011
Jul 1, 2004
Sep 23, 2004
Sep 23, 2004
Nov 28, 2009
Jul 1, 2004
Jul 1, 2004
Sep 23, 2004
Jul 16, 2004
Jul 16, 2004
Jan 31, 2006
Jan 31, 2006
Jan 31, 2006
Sep 23, 2004
Jan 31, 2006
Jan 31, 2006
Jan 15, 2008
Jul 31, 2007
Jan 15, 2008
Nov 28, 2009
Oct 14, 2004
Nov 28, 2009
May 22, 2006
Jul 31, 2007
Nov 8, 2008
Jul 31, 2007
Jul 1, 2004
Jul 1, 2004
Aug 9, 2011
Aug 9, 2011
Nov 8, 2008
Nov 8, 2008
Oct 28, 2013
Jan 15, 2008
Jul 31, 2007
Jul 16, 2004
Jul 16, 2004
Jan 31, 2006
Jan 15, 2008
Jul 31, 2007
= README for mod_ruby

== What's mod_ruby?

mod_ruby embeds the Ruby interpreter into the Apache web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.

== Required environment

* Ruby version 1.6.x or later.
  (Recommends version 1.6.4 or later.)
* Apache version 1.3.3 or later.

You can use Apache 2.0 also, but there are some restrictions.

* You should build mod_ruby as a DSO module. (Please use --with-apxs
  option instead of --with-apache option when running configure.rb.)
* Some methods are not implemented for Apache 2.0 because Apache 2.0
  API is different from Apache 1.x API.

== Installation

(1) Type `./configure.rb' to create Makefile.
    (Type `./configure.rb --help' to get a help message.)

(2) Type `make' to compile mod_ruby.

(3) Type `make install' to install files.

(4) Edit `httpd.conf'. (see examples/httpd.conf.)

(5) Restart Apache.

== Official Web Site

((<URL:http://modruby.net/>))

About

Embedding Ruby in the Apache web server

Resources

License

BSD-2-Clause, Apache-2.0 licenses found

Licenses found

BSD-2-Clause
COPYING
Apache-2.0
LICENSE.apreq

Stars

Watchers

Forks

Packages

No packages published