Sha256: a496e6f132bedbe644b866f3e7c9cfab8645016b3e20ae8e4f984ca2ef478030

Contents?: true

Size: 861 Bytes

Versions: 93

Compression:

Stored size: 861 Bytes

Contents

#!/opt/local/bin/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

93 entries across 88 versions & 31 rubygems

Version Path
metry-2.0.4 radiant/example/public/dispatch.fcgi
metry-2.0.5 radiant/example/public/dispatch.fcgi
metry-2.1.0 radiant/example/public/dispatch.fcgi
metry-2.1.1 radiant/example/public/dispatch.fcgi
metry-2.0.0 radiant/example/public/dispatch.fcgi
metry-2.0.1 radiant/example/public/dispatch.fcgi
metry-2.0.2 radiant/example/public/dispatch.fcgi
metry-2.0.3 radiant/example/public/dispatch.fcgi
metry-1.0.0 radiant/example/public/dispatch.fcgi
metry-1.0.1 radiant/example/public/dispatch.fcgi
metry-1.1.0 radiant/example/public/dispatch.fcgi
metry-1.2.0 radiant/example/public/dispatch.fcgi
jpmobile-0.0.6 test/rails/rails_root/public/dispatch.fcgi
bleak_house-3.7.1 test/integration/app/public/dispatch.fcgi
bleak_house-3.6 test/integration/app/public/dispatch.fcgi
bleak_house-3.7 test/integration/app/public/dispatch.fcgi
flatulent-0.0.2 rails/public/dispatch.fcgi
flatulent-0.0.1 rails/public/dispatch.fcgi
flatulent-0.0.3 rails/public/dispatch.fcgi
flatulent-0.0.4 rails/public/dispatch.fcgi