upgrade nginx in ubuntu 8.04

Asked by John

I know Hardy Ubuntu 8.04 aptitude comes with 0.5.33 but instead I would like to upgrade this version to either the 6 series or the latest 7 stable series.

I can't find any help in ubuntuforum, ruby forum. May someone guide me through this?
I have already installed 0.5.33

Thank you

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu nginx Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

  • by John
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

run:

gksudo gedit /etc/apt/sources.list

and add the following lines to the bottom of the file:

deb http://ppa.launchpad.net/andreserl/ppa/ubuntu jaunty main

Has nginx - 0.7.61-1. You will need this key (copy the code to a text file and save it to you home directory, then run:

sudo apt-key add <file you just made>

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10

mI0ESXaP5wEEAKnhZkqcyFWxZP2dQPaWlC/BjkVmz/TJOawxHNZ92vrMN0n1Fg6Z0O11lDVm
ouNGrH3LwDKSSki6jvXcW4FdXP4u++eVxVALUOa79KCxYvyh0EyglHcr26VlmRRk1oLPSQB4
BVGQlqT6cwV6fBL1V9cqoNbwU3qQ4JcGM2rBJohTABEBAAG0KkxhdW5jaHBhZCBQUEEgZm9y
IEFuZHJlcyBFLiBSb2RyaWd1ZXogTGF6b4i2BBMBAgAgBQJJdo/nAhsDBgsJCAcDAgQVAggD
BBYCAwECHgECF4AACgkQCgdZzXqbadaJXQP/SYHxkJnxq0QD+L8BOQV4tzzt6J7bTqRliagm
oYQ18mRpVAcr9t6u4oIk7Z/RK4sjVEPb8n5Avg4QRsW3c77vImaO/sLVSfbgEt/f+bOROswB
Q0eVrYD9S6g+X7ofUrKvQqKx1urcuuWLLS0mYbgtUNDvIItMbRGlBu/d5vCgBgo=
=+jR6
-----END PGP PUBLIC KEY BLOCK-----

You need the lines starting with ---------------

You can now run:

sudo apt-get update; sudo apt-get upgrade

and get the new version. They also have a karmic repo

Revision history for this message
John (jwxinst) said :
#2

using this update will not destroy anything - but to update the nignx only - am i correct? just like upgrading ubuntu base system

Revision history for this message
John (jwxinst) said :
#3

I tried it and no update / upgrade promoted - still 0.5.33

i just want to upgrade from 0.5.33 to something else because apparently some of my re-write rules doesn';t work and i want to upgrade it to see if the nginx version affects the rule...

This is what i get running upgrade abd update

Get:3 http://ppa.launchpad.net jaunty/main Packages [4753B]

that's it.... nothing special

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

You will also gain access to the other applications that the user has published on the PPA. There is no assuredness of anything with PPA as they are unofficial debs.

How do you mean by "destroy"?

You can use http://ppa-search.appspot.com to search PPAs here on launchpad to see who has what packages and add their PPA to your system.

Can you help with this problem?

Provide an answer of your own, or ask John for more information if necessary.

To post a message you must log in.