-
Notifications
You must be signed in to change notification settings - Fork 549
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
RHEL 8 nginx-mod-http-passenger requires nginx = 1:1.14.1 #2360
Comments
Add enabled repo list:
|
Testing with a clean ubi8 container, I'm still seeing Nginx 1.14 as the default Nginx. I see in your output |
Hi, Good catch on the modular filtering part! After I spending some more time on this, I believe I have a better understanding of what is going on. First, to answer your question of how modular filtering is done: Second, I am not sure how UBI8 container handles it, as I personally never used it, but only full blown RHEL8 OS. (Yes, I am old school :) ) 3rd, I was mistaken that nginx 1.14 is no longer provided. As RHEL 8.3, it seems it is proving 3 versions of nginx:
We have enabled 1.16 at one point for the repo, as 1.14 is considered exposing too many issues and vulnerabilities.
Now, to the question: If I would like to use nginx-mod-http-passenger version 6.0.8 for Nginx 1.16 or even 1.18 on RHEL 8, what is the best way of doing it? Thanks. |
hmm I wonder if we can create module streams for passenger to match the nginx module streams... of course they don't exist in el7 so it might be tough. Anyway, for now the best approach depends a bit on what kind of setup you have. If you have one server that you don't tear down and rebuild a lot then building an nginx module would probably be easiest, if you have several servers or rebuild a lot then you'll probably want to make your own rpm. I can provide some guidance either way if you let me know which is a better fit. |
Thanks for the respond. If there is a possibility that make the streamers to support the versions of Nginx provided by Redhat AppStream in the next release(6.0.9?), I am willing to wait. For us, Nginx 1.14 is an unusable version, and it is our best interest to have the package provided from the vendor through the official repo. If the possibility of making it happen is not feasible in the near future, I will start look into the route of using Apache instead of Nginx, as a quick test seems there is only one version of Apache is provided, and mod_passenger was installed no problem. Not sure how much the application will like it though. |
That depends if I'm able to get module streams working in our repo. I honestly do not know what that will require so I can't promise it'll make the next release. |
got more info in #2431 |
we switched to the newest nginx module stream in 6.0.18, still don't support multiple versions but at least it's not super old |
Please follow the steps below if you have found an issue with Passenger, or would like to request a feature.
Post to Stack Overflow instead if you are not sure, or if you have a question about your configuration.
Issue report
When try to yum install nginx-mod-http-passenger, it fails as it is asking for nginx 1.14, which is not provided in RHEL8 any more
Question 1: What is the problem?
nginx-mod-http-passenger should be leveraging the available nginx version provided by RHEL 8:
Fresh install of RHEL8, enable passenger repo, and then try to install nginx-mod-http-passenger.
Question 2: Passenger version and integration mode:
Your answer:
open source 6.0.8
Question 3: OS or Linux distro, platform (including version):
Red Hat Enterprise Linux 8 x86_64
Your answer:
Question 4: Passenger installation method:
Your answer:
[ ] RubyGems + Gemfile
[ ] RubyGems, no Gemfile
[ ] Phusion APT repo
[X] Phusion YUM repo
[ ] OS X Homebrew
[ ] source tarball
[ ] Other, please specify:
Question 5: Your app's programming language (including any version managers) and framework (including versions):
Your answer:
N/A. Trying to install before application is loaded.
Question 6: Are you using a PaaS and/or containerization? If so which one?
Your answer:
No.
Question 7: Anything else about your setup that we should know?
Your answer:
I have followed documentation below:
https://www.phusionpassenger.com/docs/advanced_guides/install_and_upgrade/nginx/install/oss/el8.html
Previously, I have followed the older document for deploying on RHEL7 and has no problem installing nginx-mod-http-passenger with nginx 1.16, and has application successfully deployed.
The text was updated successfully, but these errors were encountered: