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

    Issue PHP by OS vendor marked outdated, but it isn't

    You seem to be going out the way to misinterpret my point. No matter what you want to happen PHP (the providers of php) will NOT be fixing old version of their software.. there is no argument here. You simply stating something to the contrary does not make it so. You are relying on a OS...
  2. A

    Issue Licences Pulled

    We have just been told that one of our licences has been pulled.. for being used on two IPs 1) the server IP and 2) 172.17.0.1 (ie the docker IP) Why are Plesk sending what is clearly a mistake and cancelling off valid licences? We have hundreds of licences and go to great lengths to ensure...
  3. A

    Question Plesk PHP Nginx Performance

    by default nginx is configured to use 1 thread in /etc/nginx/nginx.conf set this to auto and reload. having said that.. there is no magic bullet. Depending on your application and how much resources you want. you need to have enough hardware to handle the load. 1000 consecutive this for a...
  4. A

    Issue PHP by OS vendor marked outdated, but it isn't

    The only supported version of php at this point in time are 7.1 / 7.2 / 7.3 Any before this are now obsolete and will not receive any more security upgrades from PHP. PHP: Supported Versions While Centos may be patching bugs in the OS and php 5.4 the reality is that there will be LOT less...
  5. A

    Resolved attempts after reaching the limit

    What happens to emails in he queue when outgoing limits are reached.. Are they binned or queued?
  6. A

    Resolved How to renew bulk Let's Encrypt certificate...

    We have found this issue.. the current cron points to renew-certificates.php but this does not exist on disk (only renew.php)
  7. A

    Question Is domain alias an good option?

    There is no good reason for using your server for DNS .. just use your registra and yes, what you propose will work just fine.
  8. A

    Question Change IP address

    Run a plesk repair all -y -v tends to flush out most of these types of problem
  9. A

    Question license Web Pro vs Web Host

    fat chance.. there is 0 flexibility with this lot.
  10. A

    Input Creeping prices

    I received notification this morning that mod_page speed implementation is now complete. Excitedly I rush to the 1st plesk panel I can find on to see that this has indeed been implemented AS A PAID FOR EXTENSION this is not on. You either have a product or you dont. This pay to play is...
  11. A

    Resolved Magicspam extension missing in Extension catalog but installed

    The 1st I knew about it was when customers started complaining about spam levels!!! not exactly a great customer experience!!
  12. A

    Issue Varnish SSL Redirect Loops

    we have resorted to editing nginx.conf manually location / { proxy_pass https://78.129.161.190:7081; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto: https; access_log off; }...
  13. A

    Question Plesk, Varnish and HTTPS

    working with magento the only way we have found to fix this is to hack the nginx.conf file like so.. location / { proxy_pass https://78.129.161.190:7081; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr...
  14. A

    Issue Varnish (in Docker) not working with 301 to https

    hi martin can you explain how nginx can be used to replace varnish? I cant see how it can cache rendered php processes. on another note does anyone know the answer to the OPs question?
  15. A

    Question Constant issues when deleting subscriptions

    Hi Peter, Thanks for confirming and the suggestion
  16. A

    Question Constant issues when deleting subscriptions

    Hi all, We are constantly having problems with deleting subscriptions. At a guess I would say for every 5 we delete 1 does not complete correctly leaving orphaned entries in ./apache2/plesk.conf.d/vhosts/ and ./nginx/plesk.conf.d/vhosts/ so.. are we the only ones that see this (across dozens...
  17. A

    Question Magento 2 with only nginx rewrite rule

    I can get M2 running using nginx only.. but still working on the install process
  18. A

    Question proxy_pass php

    sorry.. should have said.. yes php is set to be managed by nginx (they recently fixed the bug where turning apache off would cause a error if you left php running as apache.. now turning off proxy automatically sets php to nginx also which is cool) Disabling php is an interesting idea...
  19. A

    Question proxy_pass php

    Hi all, This is driving me CRAZY!! I am trying to use the following to proxy off a sub folder eg example.co.uk/blog to wordpress on wordpress.example.co.uk location /blog { proxy_pass http://wordpress.example.co.uk/; } text / image / html / work fine however, any php file does not work...
  20. A

    Question Plesk Licences Price Increase on 12th of December 2017 why this ?

    we are looking at a 332% increase with the removal of VPS version of licence. (2.50 > 10.80 gbp) across hundreds of VPSs !!!! no one seems to care
Back
Top