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