• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. virtubox

    Issue PUM error with Galera package

    Here what the MariaDB Knowledgebase said :
  2. virtubox

    Issue PUM error with Galera package

    Hello, you can try to run the command : yum clean all and the to try again to update MariaDB but the galera package is included in MariaDB-server package since the release 10.1, so you may have to remove galera package with the command : yum remove MariaDB-Galera-server You can...
  3. virtubox

    Input How my firewall helped in uncovering a malicious PHP-script

    Thanks for this really useful thread. If you want to protect your WordPress instances without using Wordfence, you can try NAXSI WAF for Nginx . You can find specific rules to protect WordPress with NAXSI here ...
  4. virtubox

    Question Collabora in Docker Container

    Hello Guys, I have managed to run collabora on Plesk Onyx : Here the docker run command : docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=your\\.nextcloud\\.tld" \ -e "username=admin" -e "password=admin" --restart always --cap-add MKNOD collabora/code Where your\\.nextcloud\\.tld...
  5. virtubox

    Issue Unable yum

    Centos 7.4 isn't supported with Plesk v17.0 if I remember properly the previous changelog I have seen. You probably need to upgrade your server with Plesk Onyx v17.5.3 to fix your issue
  6. virtubox

    Issue Unable yum

    Hello @chios , Have you tried to use the command "yum update" under ssh to perform this update ? What version of Plesk and Centos do you use ?
  7. virtubox

    Question How to get Plesk support with a OVH License?

    The only way to get support from Plesk is to purchase the license on the Plesk website, (so to not renew your Plesk license with OVH ). Otherwise it's OVH job to provide support, but OVH do not provide any support with software issues on their servers . That's also why Plesk licenses...
  8. virtubox

    Question Magento 2 with only nginx rewrite rule

    Hello @bulent , I will work on a tutorial about Magento 2.x installation/configuration/optimization with Plesk Onyx in the next few days, so I will try to see if I can configure Nginx properly or not. Currently the only Magento 2.2 instance running on my VPS use Nginx + Apache...
  9. virtubox

    Question Nginx proxy settisng for Node.js app

    Hello @Peter Carlsson , proxy settings for nginx are not the same depending on the nodejs app you want to use. For example with ghost, the official nginx configuration is : location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header...
  10. virtubox

    Resolved Why Plesk try to force users to use Symantec SSL certificates

    About revocation, the OCSP Stapling is currently the best solution available. For paid certificates, I was talking only about DV certificates, not OV and EV. But it's the same problem if the certificate and the private key are compromised.
  11. virtubox

    Resolved Why Plesk try to force users to use Symantec SSL certificates

    I agree, If DNS of a domain is compromised, it's possible too generate a fake LE-certificate. But that's the same with a paid certificate. The main difference is in case of hack, LE certificates can be used during less than 90 days, when paid DV certificates can be used during up to 3 years...
  12. virtubox

    Resolved After installing Let's encrypt on Plesk 12.0, apache crashes

    You can generate a SSL certificate with certbot on your Plesk server without changing your server configuration, or from another linux server. I don't know if there are certbot implementations on Windows or Mac. With the DNS validation, you just have to add the TXT record displayed by cerbot to...
  13. virtubox

    Resolved After installing Let's encrypt on Plesk 12.0, apache crashes

    You can generate a let's encrypt certificate even on another server with certbot : User Guide — Certbot 0.19.0.dev0 documentation It will not install automatically the certificate, but you can install it manually from the Plesk interface. In your first tentative, the issue was to use --apache...
  14. virtubox

    Issue New to Plesk and I messed up trying to fix an SSL issue.

    Yes, you have the choice between courier or dovecot as mail server software. But the command plesk sbin "pci_compliance_resolver --enable" try to enable settings to all services, so it's normal if it display this notice.
  15. virtubox

    Issue New to Plesk and I messed up trying to fix an SSL issue.

    Hello, It's because this guide is for Plesk 12.5, only the last lines of the guide apply to Plesk Onyx. Remove the custom templates you have added, and then follow the Plesk documentation instructions : Tune Plesk to Meet PCI DSS on Linux Try to not follow instructions from a third-party...
  16. virtubox

    Issue Configuration SubDomain and Email

    Email hosting require more configuration than a SPF records. But I haven't a good tutorial for Windows on my bookmarks.
  17. virtubox

    Issue Configuration SubDomain and Email

    Yes, you can check your DNS propagation with Global DNS Propagation Checker - What's My DNS? It may require few hours to be updated
  18. virtubox

    A special topic for chatter about Plesk in the Clouds.

    Hello, with AWS instance, plain text password authentication is most of time fully disabled. You also need to make sure port 21 is open via the AWS firewall
  19. virtubox

    Issue Configuration SubDomain and Email

    No, follow this tutorial to create your own nameservers with your Plesk server : Add my own host names as nameservers | Domaines - Aide GoDaddy FR Then set your custom nameserver as primary nameserver (replace ns19.domaincontrol) and sdns1.ovh.ca as secondary naemserver (replace...
  20. virtubox

    Issue Configuration SubDomain and Email

    Secondary DNS are a service provided by OVH to make sure your DNS servers will be redundant. But in nameservers, you still have to use your server as ns1 and sdns1.ovh.ca as second nameserver
Back
Top