lemp server

  • CentOS

    How To Install WordPress with nginx on Centos 6

    So far I have written how to install LEMP server (nginx, mysql, php-fpm) on centos. If you are planning to use WordPress with your LEMP server (nginx, mysql, php-fpm) stack, I will show you How To Install WordPress with nginx on Centos in this article. Follow up previous article How to install LEMP web server with Nginx, PHP-FPM 5.5, MySQL 5.5 on…

  • CentOSnamhuy_nginx_epel

    How to install LEMP web server with Nginx, PHP-FPM 5.6, MySQL 5.5 on Centos 7

    Nginx is one of the most popular web server widely used by many popular websites like facebook, intel, cloudflare, hulu, netflix, dropbox, and more. Unlike Apache web server, nginx is a very light weight web server and proxy server yet comes with the same or even better features. Nginx does not create new process for each http request like Apache…

  • CentOS

    How to install LEMP Server (Nginx 1.8, MariaDB 10.1, PHP-FPM 7) on CentOS 7

    LEMP stacks are an open source platform for applications that is compatible with the LAMP (refers to a Linux-based operating system, the Apache web server, the MySQL database server, and the PHP programming language). LEMP replaces Apache with Nginx which is  light-weight and its ability to scale easily on minimal hardware. This tutorial (How to install LEMP Server (Nginx 1.8,…

  • CentOS

    How to install LEMP server with Linux, Nginx, PHP-FPM, and MySQL on Centos

    Similar to the LAMP server (Linux, Apache, MySQL, PHP) stack, LEMP Server (Linux, Nginx or engine-x, MySQL, PHP-FPM or PHP-FastCGI) is an alternative stack of open source software for web server. Unlike Apache, Nginx can increase web server scalability by optimize the web server hardware resources (cpu, memory…) which lead to a very cost effective architecture. Normally Apache creates a new process/thread…

  • How to install and configure Varnish 3 with Nginx 1.6 on Centos 6

    Varnish is a great web application accelerator. Both varnish and nginx can be configured as a httpd cached proxy, but varnish is more advanced in caching (varnish can cache whole page both static and dynamic page), and nginx works better as a web server. Previously I wrote an tutorial How to install and configure Varnish with Apache on Centos 6, but…

Back to top button