This tutorial will help you to install Nginx web server with PHP-FPM/FastCGI on Ubuntu 18.04 (Bionic) LTS system. In this tutorial, we are using PHP 7.3 and configure with Nginx using PHP-FPM and FastCGI. Nginx Installation Nginx packages are available under default repositories. SSH to your Ubuntu 18.04 LTS system with sudo privileges account...
Prerequsities You must have SSH with sudo privileges access to server for the Apache web server installation on Debian 10. Install Apache on Debian 10 First of all, Login to your Debain 10 system via SSH and update the Apt cache. Then install Apache2 HTTP server packages as below: sudo apt update sudo apt...
This tutorial will help you to install and secure Apache web server on Ubuntu 18.04 LTS Linux operating system. Prerequsities SSH access to Ubuntu 18.04 SUDO privilege Install Apache on Ubuntu 18.04 First of all, Login to your Ubuntu 18.04 system via SSH and update the Apt cache. Then install Apache2 HTTP server packages...
This tutorial describes How To Block IP using .htaccess in Apache. The Apache users can easily block website access from specific IP addresses or any IP ranges using the .htaccess file. Make sure your Apache server is enabled to use a .htaccess file. Block IP using .htaccess Now, create a file named .htaccess in...
Generally, web hosting manager used a separate server for each PHP version application deployment. Which increases the hosting cost. Alternatively, you can run multiple Docker containers for multiple PHP versions. This tutorial helps you with the installation and configuration of two VirtualHost on Nginx web server with different PHP versions. First VirtualHost will work...
Nginx is another most popular web server than Apache HTTP Server. It is used by a large number of popular websites worldwide. This web server is highly useful for heavy traffic websites. This tutorial will help you to install Nginx on Ubuntu 18.04 and 16.04 using apt-get. 1. Prerequisites In order to install Nginx...
SSL 2.0 and SSL 3.0 having lots of known vulnerabilities like POODLE (CVE-2014-3566), That’s why latest browsers have removed support for these vulnerable protocols. We also recommend moving your server to use TLS versions and specifically to TLS 1.2. This tutorial will help you to enable TLS 1.2 with Nginx web server. Install and...
Nginx is another most popular web server than Apache HTTP Server. It is used by a large number of popular websites word wide. This web server is highly useful for heavy traffic websites. This tutorial will help you to install Nginx on Debian 8 Jessie using apt-get. 1. Prerequisites To install Nginx on Debian...
Apache Tomcat 9 is the latest version available for the installation. Apache Tomcat is a product of the Apache Software Foundation. It is an open-source implementation of the Java Servlet and JavaServer Pages (JSP) technologies. Tomcat is a web server used for hosting the Java-based web application. The current Apache Tomcat 9.0.26 release is...
Prerequisites You must have root access or sudo access to your server. Connect your server console with privileged access. Configure your site on backend servers. Step 1 – Install Nginx Server First of all, Login to your server with SSH access. Windows users can use PuTTY or alternatives to SSH into the server. Now...