Hello. Sorry for the late response, I was ill for a few days. I don't know what happened, but after rebooting the server this morning it works. Perhaps there is a problem when the apache starts before the database is ready? I restarted the apache several times today. Here some infos about the configuration: Apache/2.4.41 (Ubuntu) OpenSSL/1.1.1f mod_perl/2.0.11 Perl/v5.30.0 mariadbd (server 10.7.3-MariaDB-1:10.7.3+maria~focal), running on Docker Database config in QST.pm: my $database = "qst"; my...
I installed QST on a Ubuntu 20.04.4 LTS server so far. But I have the problem, that QST.pm cannot connect to the database via socket since the database resites on an docker container. If I try, I get: failed to resolve handler 'MyApache2::QST': DBI connect('qst','qst',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /home/MyApache2/QST.pm line 68. The DBD::mysql docs say, that I have to use the ip address to force tcp connection. But when I define...
VOTE: lms-plugins-philippe44