web server

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 »

ipv4 vs ipv6 | configure ipv6 using nginx and apache web server

IPv4 vs IPv6

How to enable ipv6 support in nginx & Apache? IPV6 VS IPV4 What is IPV6? Internet Protocol Version 6 (IPv6) is a network layer protocol that enables data communications over a packet-switched network. IPv6 – Wikipedia Network World Why IPV6? The main reason for IPV6 is that IPV4 run-out of IP addresses – approx 4.3

IPv4 vs IPv6 Read More »

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

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 »