In this article We will generate SSL and then enable HTTPS on Apache with Ubuntu 20.04. #1 Generate SSL Certificate Step 1. Install acme.sh and then reconnect to ssh wget -O - | sh exit Step 2. Create a folder where SSL files will be stored mkdir...
Here is how to fix the following error: Connection to [/tmp/lshttpd/lsphp5.sock] on request #0, confirmed, 0, associated process: -1, running: 0, error: Connection reset by peer! error_log: 2021-01-28 10:05:51.751 [INFO] [lsphp5] PID: 45143, add...
In this article, I’m going to talk about the usage of Apache Tomcat’s shutdown functionality and how one can use it to remotely shutdown multiple Tomcat applications. Apache Tomcat has a shutdown functionality that allows you to...
You can uninstall Apache Tomcat from either a Windows or Linux server with the following steps: Step 1: Stop the Tomcat service On Windows: On the machine where the product is installed, click Start > Control...
The following are the configuration files that are located in the Tomcat's /conf directory.
Upon starting Apache Tomcat will create several log files in the tomcat/logs directory. In this article, we’ll focus on the default and most common logging implementation used for Tomcat – the included JULI implementation...
To set SSL on Tomcat, we need a digital certificate that can be created using Java keytool for the development environment. For the production environment, you should get a certificate from trusted providers such as Lets’ Encrypt...
In this quick article I'll show you how you can check Apache Tomcat version. We will be using only the cmd and a method from catalina.jar
The information has been provided by Rodrigo Marcos. A recent Apache vulnerability has been made public whereby an attacker could gain unauthorised access to content in the DMZ network: The mod_proxy module in the Apache HTTP Server 1...
On a website that is password protected using Apache basic authentication to auto-renew SSL we need to make the .well-known folder to be accessible without password. Password protected Apache website: <Directory "/var/www/html/"> AuthType...