PlatformFedora
Contents |
[edit] Fedora/EPEL Official Information and Downloads
The latest stable version is always available from the Fedora or EPEL repositories.
To install on on Fedora, use the yum installer.
su -c 'yum -y install nginx'
To install on RHEL and its spinoffs ( CentOS , Scientific Linux ) use the Extra Packages for Enterprise Linux (EPEL) project's repository.
First enable the EPEL repository, and then install nginx via the yum installer.
[edit] EL5 based systems
su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm' ... su -c 'yum -y install nginx'
[edit] EL4 based systems
su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-9.noarch.rpm' ... su -c 'yum -y install nginx'
Issues, bugs, complaints, patches, suggestions etc. for the Fedora or EPEL builds should be filed with bugzilla .
[edit] Unofficial builds for Fedora 8
nginx-0.6.28-1.fc8.i386.rpm
nginx-0.6.28-1.fc8.src.rpm
nginx.spec
Older builds are also available.
These unofficial builds are unsupported. Do not bother Igor, Red Hat, or the Fedora Project about these builds.
All complaints, patches, and suggestions should be sent to cliff@develix.com .