How to Install PHP 7.3.3 on Ubuntu 18.04
This guides simply describes how to install PHP 7.3.3 on Ubuntu 18.04. PHP is aserver-side, HTML-embedded scripting language. PHP 7.3.3 along with other releases such as PHP 7.2.16 and PHP 7.1.27 have been released with major security bug fixes. In this guide, we are going to focus on PHP 7.3.3. This release has come with several bug fixes and...
Configure Apache with SSL/TLS Certificates on CentOS 8
Follow through this guide to learn how to configure Apache with SSL/TLS Certificates on CentOS 8.
Are you using Nginx instead? Check our guide on setting up Nginx with SSL/TLS certificates by following the link below;
Configure Nginx with SSL/TLS certificates on CentOS 8
Configure Apache with SSL/TLS Certificates on CentOS 8
Run System Update
Update your system package by executing;
dnf update
Install Apache and...
Install Apache on Fedora 30
In this guide, we are going to learn how to install Apache on Fedora 30. Fedora 30 has just been released with a whole lot new features. If you would like to use Fedora 30 server to host your web sites using Apache Web server, follow through this guide to get Apache installed.
Install Apache on Fedora 30
Apache web server...
Install and Setup AWStats Log Analyzer on CentOS 8
Welcome to our tutorial on how to install and setup AWStats Log Analyzer on CentOS 8. AWStats is an acronym for Advanced Web Statistics and "is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains,...
How to Protect Apache Web Directories with Password on Ubuntu 18.04
Hello there. Welcome to our guide on how to protect Apache web directories with password on Ubuntu 18.04. This will enable you to restrict access to various sections of your web site. In this regard, Apache supports two contexts in which Authentication directives can be applied and these are; Directory and htaccess.
While the authentication directives can be used within...
Install Apache with Self-signed Certificate on FreeBSD 12
Hello there. Today we are going to learn how to install Apache with Self-signed Certificate on FreeBSD 12. The use of TLS/SSL certificates ensure a secured connection to and from the web server by encrypting traffic. The traffic is encrypted with public key that can only be decrypted with a private key that is stored in the web server.
The...
Install LAMP Stack on CentOS 8
This guide describes a step by step tutorial on how to install LAMP stack on CentOS 8.
Install LAMP Stack on CentOS 8
LAMP is a group of opensource web development softwares; Linux OS, Apache http server, MariaDB/MySQL relational database management systems and PHP web scripting language.
Run system package update.
dnf update
Install CentOS 8 Linux System
In this case, the first component of...
Install Apache Tomcat 9 on Debian 10/Debian 9
This guide demonstrates how to install Apache Tomcat 9 on Debian 10/Debian 9. Apache Tomcat is an opensource java based HTTP web server that implements the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies.
Install Apache Tomcat 9 on Debian 10/Debian 9
Step through this guide to install Apache Tomcat 9 on Debian 10/Debian 9.
Update your system packages
Run...
Install and Setup DVWA on CentOS 8
In this guide, we are going to learn how to install and Setup DVWA on CentOS 8. As you already know, DVWA, an acronym for Damn Vulnerable Web Application is a very vulnerable PHP/MySQL web application designed to help security professionals, students, web application developers to test their security skills, learn web application security and understand web application security...
Install and Setup DVWA on Debian 10
Want to shape your skills on web application security? Well how about you play around with Damn Vulnerable Web Application? Follow through this guide to learn how to install and setup DVWA on Debian 10 Buster as a legal environment to run your tests.
Install and Setup DVWA on Debian 10
Run System Update
To begin with, ensure that your system packages...