RAA - apachecgi

apachecgi / 0.0.20041104

Short description: Apache::CGI - CGI accelerator
Category: Library/CGI
Status: prototype
Created: 2004-11-02 20:31:57 GMT
Last update: 2004-11-03 18:54:38 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/apachecgi-0.0.20041104.tar.gz
License: Ruby's
Dependency:
Requires: mod_ruby/1.2.4
Description:
Apache::CGI - CGI accelerator
===============================================

INSTALL
-------

    $ su
    # setup.rb

USAGE
-----

    httpd.conf:
      <IfModule mod_ruby.c>
        RubyRequire apache/cgi
      </IfModule>

    foo.cgi:
    require 'cgi'
    cgi = CGI.new
Versions: [0.0.20041104 (2004-11-03)] [0.0.20041103 (2004-11-02)]

Edit this project (for project owner)

back to RAA top