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
hennk-hennk-ec2onrails-0.9.9.3 test/test_app/public/dispatch.fcgi
mdh-ec2onrails-0.9.10 test/test_app/public/dispatch.fcgi
pauldowman-ec2onrails-0.9.10 test/test_app/public/dispatch.fcgi
rsanheim-ec2onrails-0.9.11.1 test/test_app/public/dispatch.fcgi
skippy-ec2onrails-0.9.10 test/test_app/public/dispatch.fcgi
skippy-ec2onrails-0.9.11 test/test_app/public/dispatch.fcgi
timocratic-skynet-0.9.4 examples/rails_mysql_example/public/dispatch.fcgi
statemachine-2.2.0 rails_plugin/public/dispatch.fcgi
statemachine-2.1.0 rails_plugin/public/dispatch.fcgi
statemachine-2.0.1 rails_plugin/public/dispatch.fcgi
statemachine-2.0.0 rails_plugin/public/dispatch.fcgi
vibes-bj-1.2.2 spec/rails_root/public/dispatch.fcgi
vibes-bj-1.2.1 spec/rails_root/public/dispatch.fcgi
win_gui-0.1.6 book_code/novite/public/dispatch.fcgi
win_gui-0.1.4 book_code/novite/public/dispatch.fcgi
win_gui-0.1.3 book_code/novite/public/dispatch.fcgi
win_gui-0.1.2 book_code/novite/public/dispatch.fcgi
win_gui-0.1.1 book_code/novite/public/dispatch.fcgi
win_gui-0.1.0 book_code/novite/public/dispatch.fcgi
interlock-1.4 test/integration/app/public/dispatch.fcgi