-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various enhancements to apache::mod::passenger #2058
Various enhancements to apache::mod::passenger #2058
Conversation
An explicit Boolean value 'false' means a passenger setting was explicitely set, and should not account as the setting being absent.
Some supported Passenger parameters where not checked for conditional configuration of passenger, resulting in some configuration being ignored. Check all supported parameters and if any is set, include the passenger configuration snippet.
Point to the latest documentation available. The old documentation is not updated in respect to the latest passenger releases, so for consistency update all links to point to the new documenation.
Codecov Report
@@ Coverage Diff @@
## main #2058 +/- ##
=======================================
Coverage ? 58.49%
=======================================
Files ? 12
Lines ? 212
Branches ? 0
=======================================
Hits ? 124
Misses ? 88
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the enhancement @smortex !
This PR improve the support of Passenger with the apache module: