Project

General

Profile

« Previous | Next » 

Revision 64234edf

Added by Lukas Zapletal almost 10 years ago

fixes #6036 - Timeout for passenger needs to be raised to avoid timeouts

and also made sure Passenger won't kill all worker instances.

View differences:

templates/apache-fragment.conf.erb
<% if @scl_prefix and !@scl_prefix.empty? -%>
PassengerRuby /usr/bin/<%= @scl_prefix -%>-ruby
<% end -%>
<%= "PassengerMinInstances #{@min_instances}\n" unless @min_instances == '0' -%>
<%= "PassengerStartTimeout #{@start_timeout}\n" unless @start_timeout == '0' -%>
AddDefaultCharset UTF-8

Also available in: Unified diff