• 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.

Recent content by nvincent

  1. N

    Question Changing programmaticaly (PHP - phpMailer) the from of an email doesn't work

    Hello, I've got this simple test code using phpMailer on my Plesk server : //Create a new PHPMailer instance $mail = new PHPMailer\PHPMailer\PHPMailer(); //Set who the message is to be sent from $mail->setFrom('[email protected]', 'Contact D1'); //Set an alternative reply-to address...
  2. N

    Resolved Can't connect remotely (local network) to database

    Fixed ! I forgot to check the remote access from every host enable for the user of the DB, sorry.
  3. N

    Resolved Can't connect remotely (local network) to database

    Hello, When I try to connect to my MariaDB through my local network, using DBeaver, server answer me : (conn=536) Access denied for user 'jam_staging'@'NVINCENT-PC.horizon.local' (using password: YES) I've checked the remote option in the database server plesk page, as you can see below : What...
  4. N

    Resolved Package Update Manager notification : error

    Hello @IgorG ! OK, I try to remove it (I've tested it in trial, but didn't remove it when it expires). I'll give you a feed back after tests.
  5. N

    Resolved Package Update Manager notification : error

    Hello, Since few days I'm receiving the following error in e-mail : Raison : 2021-08-20 06:26:38 INFO: pum is called with arguments: ['--list', '--repo-info', '--json'] 2021-08-20 06:27:40 ERROR: E:The repository 'Index of /kernelcare-debian/10/ stable Release' no longer has a Release file...
  6. N

    Question SSL Let's Encrypt Certificat for ServerAlias

    No one have an idea about it, please ?
  7. N

    Question SSL Let's Encrypt Certificat for ServerAlias

    Hello, I've used the workaround 2 to add domain alias from this support article : " How to add an alias for subdomain in Plesk for Linux? ", and it works perfectly ! Now, I've got a domain "mydomain.tld", and a subdomain "subdomain1.mydomain.tld" with a special directive like "ServerAlias...
  8. N

    Resolved How to link databases with subscription

    Just found the solution, sorry for the POST : How to register an existing database in Plesk
  9. N

    Resolved How to link databases with subscription

    Hello, I've created databases using a dump (in CLI as root "mysql -u root -p < jdifus.sql"). Those are OK, I can see it when I connect database server as root. Know, i need to link it to subscription/subdomain. How can I achieve this, please ? Thanks for your help.
  10. N

    Question VHOST from plex

    Here is the "answer" : How to add an alias for subdomain in Plesk for Linux?
  11. N

    Question VHOST from plex

    Hello, No idea about this ? Please...
  12. N

    Resolved How can I change the sender domain for e-mailing

    Hello @IgorG ! I hope your holidays was fine. Thanks so much, it work perfectly for me !
  13. N

    Resolved How can I change the sender domain for e-mailing

    Hello, Curently when I send e-mail from php mail() function, it's sent using a domain like "subdomain.example.com" and I want it to be "example.com", how can i change this, please ? Regards,
  14. N

    Question VHOST from plex

    Hello, I've created a domain "example.com" and a subdomain "subdomain.example.com". I would like to be able to access the same configuration/setup than "subdomain.example.com" from "subdomain2.example.com", "subdomain3.example.com", ... etc. How can I achieve this, please ? "Domain Alias"...
Back
Top