This file is indexed.

/usr/share/libramaze-ruby1.8/proto/public/dispatch.fcgi is in libramaze-ruby1.8 2010.06.18-2.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#! /usr/bin/ruby1.8

require 'rubygems'
require 'ramaze'

# FCGI doesn't like you writing to stdout
Ramaze::Log.loggers = [ Ramaze::Logger::Informer.new( __DIR__("../ramaze.fcgi.log") ) ]
Ramaze.options.adapter.handler = :fastcgi

$0 = __DIR__("../start.rb")
require $0