• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  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