Nginx installation previously failed please help

Status
Not open for further replies.
18 comments
Ok, do this. Paste the contents of the repo here, the one you added.

And, also paste the result of this command:
Code:
cat /etc/redhat-release
 
Code:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1

[SLIDE]http://i.imgur.com/Keh0L.png[/SLIDE]
 
Well, you're going to have a lot of dependency issues on CentOS 6; it's just not a great choice to go for now. Being on 5 is the better choice.

In any case, replace the contents above in the repository with this, then do a yum install.

Code:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/6/$basearch/
gpgcheck=0
enabled=1
 
Well, you're going to have a lot of dependency issues on CentOS 6; it's just not a great choice to go for now. Being on 5 is the better choice.

In any case, replace the contents above in the repository with this, then do a yum install.

Code:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/6/$basearch/
gpgcheck=0
enabled=1

ok i request to reinstall centos 5 now, so next i should change /centos/6/ to /centos/5/ ?
 
First use this repo since its good for installing every other server and needed stuff.

Code:
wget -q -O - http://www.atomicorp.com/installers/atomic | sh
As for php what type are you planning to do just nginx + php-fpm? or php + apache + php??
 
This is why I use Ubuntu, no rpm hell.

Nginx even maintain their own PPA, so keeping up to date couldn't be easier!
 
Status
Not open for further replies.
Back
Top