• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. K

    Question Subdomain showing default Plesk page

    I suggest a simple check if requests are routed correctly. Put some static file like test.txt on new.clientdomain.com, then request it with the curl -v command and post the result. Also, post how this request will be reflected in Apache and nginx logs.
  2. K

    Issue tortix repository for jammy: Warning: there are errors in 'apt-get update'

    Hi! Unfortunately, Plesk doesn't support Atomic rule sets for web application firewall on Ubuntu 22.04.
  3. K

    Resolved How to change NGINX Cache parameters in a Plesk web server

    You can customize this parameter with a custom template. Precisely you need a nginxCachePath.php template.
  4. K

    Issue Unable to access plesk

    Is Plesk itself inaccessible or hosted sites? Please run the command systemctl status apache2 nginx sw-engine sw-cp-server in the console and post the results.
  5. K

    Question Nginx not use charset UTF-8 for xml...?

    Not all documents in the world are in UTF-8, so forcing that on web server level by default is risky.
  6. K

    Resolved Nginx: 413 Request Entity Too Large

    Hi! That's not a PHP error, so PHP settings doesn't matter. Please check the value of client_max_body_size parameter in nginx configs.
  7. K

    Question Nginx not use charset UTF-8 for xml...?

    So, you need to fix the Content-Type header. You can use something like AddCharset UTF-8 .xml in Apache config (e.g. in .htaccess) if you have Apache behind nginx or charset utf-8; in nginx configs.
  8. K

    Question Nginx not use charset UTF-8 for xml...?

    What are the headers of the server response when you request the XML file?
  9. K

    Resolved Ruby 3+ extension 22.04

    Currently Ruby versions 3.1.3, 3.2.1 are available with Plesk on Ubuntu 22.04. Versions 3.0 and below are not compatible with OpenSSL 3 and thus not available.
  10. K

    Question Subdomain showing default Plesk page

    Not sure if I understood what are you trying to do. Please provide more information about your directory tree and configs (.htaccess). Did you put the files into the correct directory? A subdomain has its own document root. You can find it by opening your subdomain's file manager in Plesk.
Back
Top