Sha256: c6e0062311dec17777a413d4c86612c76fd026cb7b65045fe776f702f63a286d

Contents?: true

Size: 858 Bytes

Versions: 156

Compression:

Stored size: 858 Bytes

Contents

#!/usr/bin/ruby1.8
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of requests to process before running garbage collection.
#
# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
# and the GC period is nil (turned off).  A reasonable number of requests
# could range from 10-100 depending on the memory footprint of your app.
#
# Example:
#   # Default log path, normal GC behavior.
#   RailsFCGIHandler.process!
#
#   # Default log path, 50 requests between GC.
#   RailsFCGIHandler.process! nil, 50
#
#   # Custom log path, normal GC behavior.
#   RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
#
require File.dirname(__FILE__) + "/../config/environment"
require 'fcgi_handler'

RailsFCGIHandler.process!

Version data entries

156 entries across 149 versions & 24 rubygems

Version Path
cehoffman-acts_as_ferret-0.4.4 doc/demo/public/dispatch.fcgi
jkraemer-acts_as_ferret-0.4.4 doc/demo/public/dispatch.fcgi
rockdog-passenger-0.0.1 test/stub/rails_apps/mycook/public/dispatch.fcgi
ryana-plug_test-0.1.0 lib/plug_test/app/public/dispatch.fcgi
ryana-plug_test-0.1.1 lib/plug_test/app/public/dispatch.fcgi
ryana-plug_test-0.1.2 lib/plug_test/app/public/dispatch.fcgi
erector-0.10.0 spec/rails_root/public/dispatch.fcgi
erector-0.9.0 spec/rails_root/public/dispatch.fcgi
acts_as_ferret-0.5.4 doc/demo/public/dispatch.fcgi
tournament-5.0.0 webgui/public/dispatch.fcgi
vanity-1.7.1 vendor/ruby/1.9.1/gems/passenger-2.2.15/test/stub/rails_apps/mycook/public/dispatch.fcgi
webroar-0.6.1 src/admin_panel/public/dispatch.fcgi
acts_as_ferret-0.5.3 doc/demo/public/dispatch.fcgi
erector-0.9.0.pre1 spec/rails_root/public/dispatch.fcgi
tournament-4.2.0 webgui/public/dispatch.fcgi
tournament-4.0.2 webgui/public/dispatch.fcgi
tournament-4.0.0 webgui/public/dispatch.fcgi
watson-acts_as_ferret-0.4.8.2 doc/demo/public/dispatch.fcgi
webroar-0.5.0 src/admin_panel/public/dispatch.fcgi
acts_as_ferret-0.5.2 doc/demo/public/dispatch.fcgi