Remove Apache Test Page on Fedora 30/29
In this guide, we are going to briefly show you how to remove Apache test page on Fedora 30/29. As one of the ways of hardening your web server, it is good idea to remove Apache test page.
Want to install Apache on Fedora 30? See our guide by following the link below;
Install Apache on Fedora 30
Remove Apache Test Page...
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...
Configure LibModsecurity with Nginx on CentOS 8
In this guide, we are going to learn how to configure LibModsecurity with Nginx on CentOS 8. LibMosecurity is the newest version of ModSecurity version 2.9 and below. It is therefore known as ModSecurity version 3.
Configure LibModsecurity with Nginx on CentOS 8
Run System Update
Begin by updating your system packages.
dnf update
Install Required Build Tools and Dependencies
Both Nginx and LibModsecurity are...
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 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...
Easily Install ModSecurity with Apache on Rocky Linux 8
In this guide, we are going to learn how to install ModSecurity with Apache on Rocky Linux 8. This guide focusses on installing the LibMosecurity, also known as ModSecurity version 3. ModSecurity is an open source, cross platform web application firewall (WAF) engine which provides protection against a wide range of web application attacks.
Install ModSecurity with Apache on Rocky Linux 8
Run System...
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,...
Install LAMP Stack on Rocky Linux 8
This guide describes a step by step tutorial on how to install LAMP stack on Rocky Linux 8.
Install LAMP Stack on Rocky Linux 8
LAMP stack is a group of opensource web development softwares;
Linux OS, Apache http server,MariaDB/MySQL relational database management systemsPHP web scripting language
Run system package update.
dnf update
Install Rocky Linux 8 Linux System
In this case, the first component of the LAMP stack...
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 LAMP Stack on Debian 11
Follow through this guide to learn how to install LAMP Stack on Debian 11. If you are looking at building some web application, LAMP stack is the first thing you might need. As you already know, LAMP is a group of opensource web development software; Linux OS, Apache http server, MariaDB/MySQL relational database management systems and PHP web scripting language.
Install LAMP Stack on Debian...