Install the Latest NGINX Fedora Linux
This Short Install NGINX Fedora shows you Step-by-Step How to Install & Getting-Started with the Latest NGINX Web-Server on Fedora LinuxKDE4/Lxde/Xfce i686/x8664.
To Get Installed the Latest NGINX Web-Server on Fedora you Need to Downlad, Compile and Install from Source Because the zypper Repos are Serving a Legacy NGINX Web-Server Version.
To the Install NGINX Fedora Linux Bottom there is Link to a Basic & Easy Getting-Started and Running with NGINX Fast Web Server.
-
Download Latest nginx Source Code
-
Double-Click and Extract Archive
-
Open Terminal Window
(Press “Enter” to Execute Commands)
In case first see: Terminal QuickStart Guide.
-
Install Required Packages:
sudo su
sudo yum install gcc make pcre-devel zlib-devel
-
Compile and Install NGINX:
cd </path/2>
ginx*
./configure
make
make install
The NGINX Web-Server Default Install Location is in: /usr/local
ginx.
-
Getting-Started with NGINX Administration Fedora Linux
Nginx Administration Guide
-
Access Locally your Server on Browser:
http://localhost
If Also Apache is Running on Port 80 then Possibly Stop It!
How to Add Virtual Host for NGINX Easy Guide