Sha256: a935fdffc1f6290c42710f65bdca4c0ea31d3dba88fb8cf2feda3df44d31e6d8

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

require '../lib/rack-cgi'

use Rack::CGI, cgi_path: 'cgi', index: 'index.cgi', Rack::CGI::Executable => '', /\.php$/ => '/usr/bin/php5-cgi'
use Rack::Static, urls: ['/'], root: 'cgi'
run proc{ [404, {"CONTENT-TYPE" => "text/plain"}, ['404 Not Found']] }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-cgi-0.1 test/config.ru