-
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
adjust params and mpm to recent FreeBSD packages #1030
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -309,8 +309,8 @@ | |
$ssl_certs_dir = '/usr/local/etc/apache24' | ||
$passenger_conf_file = 'passenger.conf' | ||
$passenger_conf_package_file = undef | ||
$passenger_root = '/usr/local/lib/ruby/gems/1.9/gems/passenger-4.0.10' | ||
$passenger_ruby = '/usr/bin/ruby' | ||
$passenger_root = '/usr/local/lib/ruby/gems/2.0/gems/passenger-4.0.58' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. freebsd 11? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All builds on all supported FreeBSD versions since Ruby 2.0 was made the default (2014-10-08). The passenger version is also a fast moving target, but I have to think more on how to solve this (maybe also not here, but in the package). |
||
$passenger_ruby = '/usr/local/bin/ruby' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how did this ever work? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By using old, 1.9 based packages and symlinking /usr/local/bin/ruby into /usr/bin? :) |
||
$passenger_default_ruby = undef | ||
$suphp_addhandler = 'php5-script' | ||
$suphp_engine = 'off' | ||
|
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.
bit confused what this was supposed to check anyway…