You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nginx is already running as a proxy server for me and as per new requirement I am trying to use this module. But as per instruction I am not able to run ./configue command it says bash: ./configure: No such file or directory.
Not sure If I can use the module with my nginx version, which is already instaled and serving us since 3 years?
Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
You need a copy of the nginx sources, simply having the installed binary isn't going to cut it. If you don't know how the version you have was originally built be sure to test carefully to make sure you don't lose sone other customizations with a new build. Running nginx -V (that's with a capital vee) should get you started with configure options that may have been used before.
[root@ip-10-XX-XX-XX ec2-user]# nginx -V
nginx version: nginx/1.22.1
built by gcc 7.3.1 20180712 (Red Hat 7.3.1-17) (GCC)
built with OpenSSL 1.1.1g FIPS 21 Apr 2020
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf.......................
What do you mean by copy of the nginx sources? thanks for reply.
Nginx is already running as a proxy server for me and as per new requirement I am trying to use this module. But as per instruction I am not able to run ./configue command it says bash: ./configure: No such file or directory.
Not sure If I can use the module with my nginx version, which is already instaled and serving us since 3 years?
Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: