Install Apache Tomcat 9 on Debian 10/Debian 9

0
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 Apache with Self-signed Certificate on FreeBSD 12

0
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...

Remove Apache Test Page on Fedora 30/29

0
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 on Fedora 30

2
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...

How to Install PHP 7.3.3 on Ubuntu 18.04

4
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...

How to Protect Apache Web Directories with Password on Ubuntu 18.04

2
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...