• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by virtubox

  1. virtubox

    Resolved EWWW Image Optimizer, WebP format, nginx and Plesk

    Hello @coscyris, You can try this configuration for the step 3 : # webp rewrite rules for jpg and png images # try to load alternative image.png.webp before image.png location /wp-content/uploads { location ~ \.(png|jpe?g)$ { add_header Vary "Accept-Encoding"; access_log...
  2. virtubox

    Resolved How to handle permalinks under nginx?

    Hello @DieterWerner, Do you have some examples of the permalinks structure and what is the real url ? Because it highly depend on your applications structure.
  3. virtubox

    Input Bash script to compile Nginx from source with additional modules on Plesk Onyx

    Hello @Rar9 The only step missing to get A+ SSL score is to enable HSTS on your domain by adding the following line in your domain settings > "Nginx additional configuration" : more_set_headers "Strict-Transport-Security: max-age=31536000; includeSubDomains; preload";
  4. virtubox

    MariaDB 10.2 Repo/Mirror unreachable

    Hello @Dukemaster, The easiest to add MariaDB repository is to use the repo_setup_script provided by MariaDB : # replace 10.x with the release you want to install (eg . 10.1, 10.2, 10.3) bash <(wget -qO - https://downloads.mariadb.com/MariaDB/mariadb_repo_setup) \ --mariadb-server-version=10.x...
  5. virtubox

    Resolved [email protected] - disabled

    Hello @Dukemaster, there is nothing unusual with [email protected] disabled, it's the custom service used to run multiple instance of MariaDB on the same server. You can find the service file in /lib/systemd/system/[email protected]
  6. virtubox

    MariaDB 10.2 Repo/Mirror unreachable

    There are always some MariaDB mirrors down or sometimes definitly closed. You can try to choose a mirror from a big/trusted hosting provider to avoid this issue. The error message your have received is due to mariadb upgrade failure : [HUB] Plesk Update Manager (PUM) fails: pum is called with...
  7. virtubox

    Question Is it right to use the VPS Hostname in the MX DNS Record?

    Hello @Craig1986, 1.FQDN Yes you are right about mail.example.com, here a better example than mine from Wikipedia : But the server hostname do not have any impact on other domains hosted on the same server. You can even use a subdomain as hostname, from a domain hosted elsewhere. 2. The...
  8. virtubox

    MariaDB 10.2 Repo/Mirror unreachable

    Hello @Dukemaster, I suppose you have installed MariaDB 10.2 manually ? (because by default MariaDB 10.1 is installed from distro repositories on Ubuntu 18.04). If yes you just have to use another mirror by updating /etc/apt/sources.list.d/mariadb.list
  9. virtubox

    Question Is it right to use the VPS Hostname in the MX DNS Record?

    Hello, here few rules you should follow to configure your server : 1) your VPS Hostname should be a Fully-Qualified-Domain-Name (FQDN) like server.mydomain.tld or plesk.mydomain.tld. 2) the VPS hostname should resolved the server IP, so do not forget to add the proper DNS records for the...
  10. virtubox

    Question File Manager

    Hello, It will probably be easier to use a web file manager to manage users permissions than giving access to Plesk only for the filemanager. In php based scripts, I suggest you eXtplorer - a PHP-based File Manager and in nodejs based scripts, you can try the excellent silverwind/droppy
  11. virtubox

    Varnish for WordPress in a Docker container in Plesk Onyx

    Hello, To avoid issues when WordPress is running behind a reverse-proxy without TLS, you just have to add the following line to your wp-config.php : $_SERVER['HTTPS'] = 'on';
  12. virtubox

    Question How to activate nginx cache from plesk correctly

    Try to increase it to 30 minutes to check if X-Cache-Status is still "MISSED".
  13. virtubox

    Question How to activate nginx cache from plesk correctly

    What cache expiration time have you set in your configuration ?
  14. virtubox

    Question How to activate nginx cache from plesk correctly

    Hello, currently Plesk Nginx cache feature do not bypass cache on cookies, but do the opposite (you have to set each cookie you want to cache with Nginx). About location to not cache for wordpress, here a list : /wp-admin/ /wp-[a-zA-Z0-9-]+.php /feed/ /index.php...
  15. virtubox

    Important Plesk Obsidian Releases

    Hello, it's not because pagespeed is precompiled with nginx that it's automatically enabled on all websites. About TLS 1.3, it still required to patch openssl before compiling Nginx due to several issues. So Plesk is problably waiting for something stable. MagicSpam work fine on Plesk 17.9.X
Back
Top