| Short description: |
Apache::CGI - CGI accelerator |
| Category: |
Library/CGI |
| Status: |
prototype |
| Created: |
2004-11-02 20:31:57 GMT |
| Last update: |
2004-11-02 20:31:57 GMT |
| Owner: |
MoonWolf
(Projects of this owner) |
| Homepage: |
not available |
| Download: |
http://www.moonwolf.com/ruby/archive/apachecgi-0.0.20041103.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| 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)]
|