• 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

Recent content by andyxyz

  1. A

    Question PCI 4.0 password compliance

    ssh / ftp / additional admin / plesk users all should now adhere to the new standard
  2. A

    Question PCI 4.0 password compliance

    Hi all, There are now a bunch of different PCI requirements in particular around passwords. ie min complexity no reuse within 4 changes forced reset on 1st use how are people jumping through these hoops?
  3. A

    Resolved 421 Misdirected Request

    ./error.log:[Thu Jul 17 12:14:07.140871 2025] [ssl:error] [pid 2474371:tid 140588453517056] [client 146.90.212.210:0] AH02032: Hostname www.xxx-xxx.co.uk provided via SNI and hostname webmail.xxx.org.uk provided via HTTP have no compatible SSL setup, referer: https://webmail.xxx.org.uk/
  4. A

    Resolved 421 Misdirected Request

    as an alternative to disabling nginx you can disable http2 plesk bin http2_pref disable
  5. A

    Resolved 421 Misdirected Request

    symptoms are the same as the servers running not 20.04 The page returned an error: 421 Misdirected Request
  6. A

    Resolved 421 Misdirected Request

    this is not working in 20.04
  7. A

    Question nginx rewrites

    Tried that 1st.. no effect at all.
  8. A

    Question nginx rewrites

    Surely we don't need to resort to custom templates to do this?
  9. A

    Question nginx rewrites

    I am trying to do a very simple removal of index.php from a url using nginx only config. eg https://www.domain.com/index.php/some/category The standard code has no effect in Additional nginx settings and has to be placed within the server block .. which of course will not survive a rebuild...
  10. A

    Question How to setup a SFTP account in Plesk

    Create the ftp account as usual. Make sure you set the domain as root not a publically accessible sub folder (bash history will be stored here) now edit /etc/passwd change /bin/false to /bin/bash restart ssh now your ftp user can ssh /sftp into the box not supported but works just fine.
  11. A

    Question nginx and varnish (docker)

    OK story so far.. this is Magento 2.. So creating a custom nginx block in /etc/nginx/conf.d/ with a copy of the port 80 nginx server block (minus any extension inserts) running on a random port and pointing varnish (default m2 exported vcl) to this works just fine for everything except images...
  12. A

    Question Magento 2.4.6 mulitple vhosts on a single server and Varnish in Docker

    Hey Yes, works just fine. Use an alias to make life easier (if using a full domain just point it to the same varnish instance) Add something like this to your apache settings (or .htaccess) SetEnvIf Host www.my_second_domain.co.uk* MAGE_RUN_CODE=web_code SetEnvIf Host...
  13. A

    Question docker ports

    v Despite all the settings in the container being identical
  14. A

    Question docker ports

    Hi there What determines if docker is mapped like this 127.0.0.1:32899->80/tcp, 127.0.0.1:32898->8443/tcp or like this e55609449eec varnish:7.3.1 "/usr/local/bin/dock…" 11 days ago Up 12 hours 0 it seems to select these at random?
  15. A

    Question custom nginx config

    Dude! Thank you. That works a treat.
Back
Top