Sha256: 21660cd557a2025d4bdc4741d80bd9d64e89546e6e8704410ab9bcbffa2568cb

Contents?: true

Size: 859 Bytes

Versions: 320

Compression:

Stored size: 859 Bytes

Contents

#!/usr/bin/env ruby
#
# 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

320 entries across 296 versions & 29 rubygems

Version Path
radiant-tags-extension-1.6.10 vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.fcgi
classiccms-0.7.5 vendor/bundle/gems/thin-1.3.1/spec/rails_app/public/dispatch.fcgi
classiccms-0.7.4 vendor/bundle/gems/thin-1.3.1/spec/rails_app/public/dispatch.fcgi
classiccms-0.7.3 vendor/bundle/gems/thin-1.3.1/spec/rails_app/public/dispatch.fcgi
activerain-mongrel_runit-0.2.3 test/testapp/public/dispatch.fcgi
johnsbrn-has_many_polymorphs-2.13.1 test/integration/app/public/dispatch.fcgi
johnsbrn-has_many_polymorphs-2.13.3 test/integration/app/public/dispatch.fcgi
johnsbrn-has_many_polymorphs-2.13.4 test/integration/app/public/dispatch.fcgi
johnsbrn-has_many_polymorphs-2.13 test/integration/app/public/dispatch.fcgi
passenger-4.0.41 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.40 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.39 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.38 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.37 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.36 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.35 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.34 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.33 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.32 test/stub/rails2.3-mycook/public/dispatch.fcgi
passenger-4.0.31 test/stub/rails2.3-mycook/public/dispatch.fcgi