Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Solved!!
I have created a sql file with a sentence that enables the local infile feature:
echo "SET GLOBAL local_infile = 'ON';" > /var/lib/mysql/init_file.sql
chown mysql:mysql /var/lib/mysql/init_file.sql
And I have configured the mysql service to load this file when it starts by editing the...
Hello,
Thanks for your response. But it throws an error.
MariaDB [(none)]> SET PERSIST local_infile = 1;
ERROR 1193 (HY000): Unknown system variable 'PERSIST'
MariaDB [(none)]> SET @@PERSIST.local_infile = 1;
ERROR 1272 (HY000): Variable 'local_infile' is not a variable component (can't be...
Hello all!
I'm going crazy. I need to enable this feature to get Matomo software working smoothly with a high traffic volume. I have configured the db user to get FILE permissions and it works only when I enter into mysql from SSH and run this instruction:
SET GLOBAL local_infile = 1;
But...