nginx

Why is a website important for business

Why is a website important for business? 4-tech (Magento, Symfony, Reactjs, and WordPress)

Why is a website important for business? Website Development A website acts as a platform for your business and brings a perception of your business in a way that your social media channels cannot provide. The platform allows you to position yourself in the market to get the exact type of customers you’re looking for.

Why is a website important for business? 4-tech (Magento, Symfony, Reactjs, and WordPress) Read More »

How to use and install php-fpm with nginx on centos 7 1

How to use and install php-fpm with nginx on centos 7

How to use php-fpm with nginx ? What is PHP-FPM and Why to use PHP-FPM ? PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. PHP-FPM features include: Adaptive process spawning (NEW!) Basic statistics (ala Apache’s mod_status) (NEW!) Advanced process management

How to use and install php-fpm with nginx on centos 7 Read More »

Use Nginx as an HTTP Load Balancer in Linux

How NGINX is different from Apache Web-server ?

NGINX VS APACHE Main difference is how it handles the Requests. Nginx is Process-oriented, for each connection Nginx generates thread. These threads requires huge space but In Nginx web-server it uses asynchronous requests event-driven handler for requests. Means connections which come-in treated indenpendently, they can share memory space. Which Leads to more accurately provide predictable

How NGINX is different from Apache Web-server ? Read More »