By default the error log is located here /var/log/apache2/error.log.
In case you cannot find it, it might have been moved, this can be configured in /etc/php5/apache2/php.ini.
You should check the configuration there to see where it was moved.
We won't give out pretty much any comments/descriptions for this post because we want to keep it small :) First, install a bunch of stuff: sudo apt-get install apache2 sudo apt-get install mysql-server sudo apt-get install php5 libapache2-mod-php5 php5-mysql Later, restart your apache so that it loads all modules (php,…
This guide will present the steps we followed on a GNU/Linux Ubuntu 20.04LTS to create a new project out of the Symfony website skeleton and then create a new docker application image of it. Install core dependecies Install php-cli instead of php as we do not want to install the…
We have a machine that uses a YubiKey to decrypt its hard drive on boot. Following the decryption, we would sometimes leave the YubiKey plugged into the machine. After upgrading from Ubuntu 20.04LTS to Ubuntu 22.04LTS, we noticed that the login screen of Ubuntu would not let us log in…