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
statemachine-2.3.0 rails_plugin/public/dispatch.fcgi
Agiley-ec2onrails-0.9.10 test/test_app/public/dispatch.fcgi
Empact-ec2onrails-0.9.9 test/test_app/public/dispatch.fcgi
ScholarNexus-ec2onrails-0.9.10 test/test_app/public/dispatch.fcgi
ScholarNexus-ec2onrails-0.9.11 test/test_app/public/dispatch.fcgi
ambethia-bj-1.2.1 spec/rails_root/public/dispatch.fcgi
arpitjain11-ec2onrails-0.9.10 test/test_app/public/dispatch.fcgi
brendan-skynet-0.9.3.1 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.3.2 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.3.3 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.3.5 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.3.6 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.3.7 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.3.8 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.31 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.32 examples/rails_mysql_example/public/dispatch.fcgi
brendan-skynet-0.9.33 examples/rails_mysql_example/public/dispatch.fcgi
derailed-mole-1.0.10 samples/railsapp/public/dispatch.fcgi
hennk-ec2onrails-0.9.9.1 test/test_app/public/dispatch.fcgi
hennk-hennk-ec2onrails-0.9.9.2 test/test_app/public/dispatch.fcgi