I'm trying to install nginx from the nginx official repositories.
I downloaded the nginx-release-rhel*.rpm from nginx.org and installed it with yum. But, altough a new nginx-debug package is available from the new nginx repo, the available version for nginx is 0.8.54.
What can I do to force the installation of nginx 1.0.X?
Edit: More information with configuration files.
This is the /etc/yum.repos.d/nginx.repo
file:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/rhel/6/$basearch/
gpgcheck=0
enabled=1
This is what uname -a
has to say:
$ uname -a
Linux ip-XX-XXX-XX-YYY 2.6.35.14-107.1.36.amzn1.i686 #1 SMP Thu Feb 16 23:14:37 UTC 2012 i686 i686 i386 GNU/Linux
Finally, this is the output of yum info nginx
:
$ yum info nginx
Loaded plugins: fastestmirror, priorities, security, update-motd
Loading mirror speeds from cached hostfile
* amzn-main: packages.us-east-1.amazonaws.com
* amzn-updates: packages.us-west-2.amazonaws.com
amzn-main | 2.1 kB 00:00
amzn-updates | 2.3 kB 00:00
nginx | 1.3 kB 00:00
10 packages excluded due to repository priority protections
Available Packages
Name : nginx
Arch : i686
Version : 0.8.54
Release : 1.4.amzn1
Size : 385 k
Repo : amzn-updates
Summary : Robust, small and high performance HTTP and reverse proxy server
URL : http://nginx.net/
License : BSD
Description : Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
: proxy server written by Igor Sysoev.