Install LEMP Server On Fedora 19:- ----------------------------------- Install LEMP Server On Fedora 19 LEMP is a combination of the operating system and open-source software stack. The acronym LEMP is derived from first letters of Linux, Nginx HTTP Server, MySQL database, and PHP, Perl or Python. We already have shown you how to install LAMP on many platforms. Install Nginx Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server written by Igor Sysoev . First login as root user to perform installation: $ su To install Nginx enter the following command in your terminal: # yum install nginx -y Enable Nginx service to start automatically on every reboot: # systemctl enable nginx.service Start Nginx service using the command: # systemctl start nginx.service Test nginx Open up your web browser and navigate to http://ip-address/ or http://localhost/ . You will see a screen
The Hacks001 blog is the most popular, independent and trusted source for the latest news headlines on cybersecurity, hacking, computer security, cybercrime, privacy, vulnerabilities and technology for all businesses, information security professionals and hackers worldwide.