CGI Environment Variables are used to display information when debugging applications or to pass that information to another script. If you search google for “env.cgi” you will find thousands of files that disclose sensitive information...
On cPanel emails are stored by default in Maildir format where each email is stored as a separate file in the /home/user/mail/domain/email//cur directory. On older systems and even cPanel in the past used Mbox format as the default where many emails...
When installing PrestaShop 1.7 via Softaculous auto-installer the following error is displayed: Unable to generate new_cookie_key, hence can not install Prestashop 1.7 The problem isn’t with PrestaShop, but with the Softaculous application...
After installing DadaMail via Softaculous auto-installer on cPanel the application is not accessible: DadaMail application error log file can be found at as discussed here grep errors.txt cgi-bin/APPLICATION_FOLDER/DADA/Config.pm Inside that error...
When installing Moodle 3.5 via Softaculous auto installer the following error is displayed: Unable to generate kid and privatekey, hence can not install Moodle 3.9 The problem isn’t with Moodle, but with the Softaculous application...
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...
A 503 error means that the webserver trying to be reached is unavailable overloaded, down for maintenance, or not fully functional for another reason. First, test the website directly from the webserver, and if it is running correctly then the...
First go into your application folder and check the following files:
Drupal 8 & Drupal 9
grep VERSION core/lib/Drupal.php
Drupal 7
grep VERSION includes/bootstrap.inc
Drupal 6 and older
grep VERSION modules/system/system.module