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

Recent content by Varrenlad

  1. Varrenlad

    "autoindex on" only working for full website, not selectively

    The following directive will work correctly if placed to additional directives: location ^~ /directory/ { autoindex on; } The downside is—all sub-directories of /directory will also become "traverse-able" and all RegExp rules will not work for these locations and files. It works because ^~...
  2. Varrenlad

    Resolved sw-cp-server is compiled with old openssl where nginx is not

    Sure thing, __temp, /root/rpmbuild/SOURCES, ~/tmp and all the packages installed could be removed (for the exception of lua and git).
  3. Varrenlad

    Resolved sw-cp-server is compiled with old openssl where nginx is not

    That's actually an issue caused by a buildsystem's packages, since it uses OpenSSL libraries provided by system (there is no explicit '--with-openssl=' in the output of sw-cp-serverd -V).
  4. Varrenlad

    Resolved sw-cp-server is compiled with old openssl where nginx is not

    Sure thing, I will post a step-by-step guide shortly after testing it on CentOS 7, since you consider this to be a possible solution. It should be noted though, that there might be some patches vanilla nginx does not have included. Judging from my experience — a small dedicated server with a...
  5. Varrenlad

    Resolved sw-cp-server is compiled with old openssl where nginx is not

    As a matter of fact, sw-cp-server could be recompiled easily, with the latest version of OpenSSL linked to it (only 1.0.2 branch, though). There are two tricky parts: OpenSSL 1.1.0f and nginx > 1.11.2 are not yet supported by lua-nginx-module and some changes should be made in the nginx...
Back
Top