Actions
Bug #6036
closedTimeout for passenger needs to be raised to avoid timeouts
Description
The timeout for passeneger needs to be updated. Please update
vi /usr/share/katello-installer/modules/apache/templates/mod/passenger.conf.erb
And add this line
PassengerStartTimeout 360
Right above the </IfModule>
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1103224
In addition to that, I will make sure that Passenger preloads the Ruby environment first and never shutdown the last worker instance for better user experience (no more waiting until application is up).
Updated by Bryan Kearney over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1103224
Updated by Lukas Zapletal over 10 years ago
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset puppet-foreman|commit:64234edfbb40bd779b71e8799532ae0440291865.
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.2 to 1.8.1
Actions