Fix Code
Ubuntu

Install the Apache Web Server on Ubuntu 18.04, 12.04

Install the Apache Web Server on Ubuntu 18.04, 12.04 Apache is a popular open-source, cross-platform web server that is, by the numbers, the most popular web server in existence. In this quickstart article, we'll see how to install Apache server…

How to Start, Stop, or Restart Apache Server on Ubuntu

How to Start, Stop, or Restart Apache Server on Ubuntu Introduction Apache is part of the popular LAMP (Linux, Apache, MySQL, PHP) stack of software. It is included with the latest version of Ubuntu 18.04 by default. This guide will show you  how to…

How to Set Up Apache Virtual Hosts on Ubuntu 18.04

How to Set Up Apache Virtual Hosts on Ubuntu 18.04 What is Apache Virtual Host? Virtual Host  allows you to run multiple websites from a single physical server or a Virtual Private Server. There are two types of virtual hosts on Apache: IP-Based Vir…

How to Set Up a Firewall with UFW on Ubuntu 18.04

How to Set Up a Firewall with UFW on Ubuntu 18.04 Introduction The first step in securing your system is configuring a firewall. To set up and manage your firewall, Linux has designed  iptables , a flexible firewall utility. Users who are new to netwo…

How To Add User To Sudoers & Add User To Sudo Group on Ubuntu

How To Add User To Sudoers & Add User To Sudo Group on Ubuntu Introduction The  sudo  command is the preferred means to handle elevated permissions. In supported versions of Ubuntu, using the  sudo  command will grant elevated permissions for 15…

How to Install Apache on Ubuntu 18.04

How to Install Apache on Ubuntu 18.04 Introduction This guide will help you  install the Apache web server on Ubuntu Linux 18.04. Apache Web Server is a software package that turns a computer into an HTTP server. That is, it sends web pages – stored…

How to Configure mod_rewrite

How to Configure mod_rewrite Introduction The  mod_rewrite  module is a rule-based Apache engine for rewriting URLs. The rules allow writing various queries to change URLs into the desired format. Some applications include page redirecting or proxy …

Load More
That is All
close