• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. 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...
  2. 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?
  3. A

    Question custom nginx config

    HI all I want to add a new server block to nginx.conf The easiest way seems to be a simple if exists ... include "/var/www/vhosts/system/domain.com/conf/vhost_nginx.conf"; at the bottom However, I cant find the right file to add this to...
  4. A

    Question nginx and varnish (docker)

    Has anyone worked out a method of running pure nginx with varnish? Currently I can run everything with nginx only but the only way I can get varnish running in docker is to point that to 7080 / apache. Can anyone see a way to point varnish to nginx?
  5. A

    Issue docker ports

    Hi all, We use docker a LOT for varnish / redis / elasticsearch / opensearch normally with any issues We have one server where suddenly plesk is allocating used ports to new containting causing all sorts of mayhem. So for instance the next new port is 32986 it is automatically allocating to...
  6. A

    Issue new relic mystery

    Hi all I have installed the new relic extension.. added the api key and ticked php 7.4 everything claimed to have installed and server data is showing in NR However, none of the relevant php extensions have been installed in 7.4 folder. I went back and ticked 7.3 and this installed fine...
  7. A

    Question remove legacy authentication protocols, such as POP3 and IMAP

    We are seeing requests from customers via their insurance companies to enhance email security with phrases like "remove legacy authentication protocols, such as POP3 and IMAP" This sounds like a glorified advert for 365 or google However, is there anyway to allow similar through plesks offerings?
  8. A

    Resolved One or more IP addresses registered in Plesk are missing from the server's network

    Hi all We have been hit with the usual upgrade bug. Normally we just do this... https://support.plesk.com/hc/en-us/articles/115002936913-Apache-default-page-is-shown-in-the-browser-instead-of-website-hosted-in-a-Plesk-server-Error-IP-address-not-found-on-interface however. the Reread ip...
  9. A

    Question php-fpm in docker

    Hi there Has anyone had any luck running legacy version of php (5.2 in this case) in a docker container?
  10. A

    Issue new error : PHP Fatal error: Uncaught Error: Class 'GuzzleHttp\Promise\Create' not found in

    HI all in the last few days I have seen the following error on 2 servers. One a clean install with migration and the other an older server that has been in production for months. The error occurs when running plesk repair web -y -v anyone seen this or got any idea how to fix.
  11. A

    Issue spoof emails : Disk quota(space) exceeding.

    We have had a few reports from customers today From: Plesk on CUSTOMER.DOMAIN.COM <[email protected]> Sent: 02 July 2021 16:06 To: [email protected] Subject: Disk quota(space) exceeding. <CUSTOMER.DOMAIN.COM> Disk quota exceeding notification Our system has identified a...
  12. A

    Question IPs disconnected after plesk updates

    HI there About once a month across multiple servers all IPs other than the default are disconnected. The only way to fix is to log into plesk. > tools > IP address > rescan > repair all ip then run plesk repair web -y- v This morning 20 servers were affected taking all sites associated with...
  13. A

    Issue nginx restarted every hour due to keep-secured.php

    Hi there We have noticed on a few servers this entry in the action log 127.0.0.1 admin [2020-04-15 12:56:03] 'Update IP Address' ('Interface': 'eth0' => 'eth0', 'IP Address': 'xxx.xxx.xxx.xxx' => 'xxx.xxx.xxx.xxx', 'IP Mask': '255.255.255.0' => '255.255.255.0') the time (in this case ever...
  14. 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...
  15. A

    Resolved attempts after reaching the limit

    What happens to emails in he queue when outgoing limits are reached.. Are they binned or queued?
  16. 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...
  17. 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...
  18. 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...
  19. A

    Input The PHP-FPM setting max_children can now be customized.

    THANK YOU THANK YOU THANK YOU
  20. A

    Question Additional nginx directives

    I want to add proxy_set_header X-Forwarded-Proto: https; (in order to make an application work with ssl / varnish without redirect loops. When inserted manually like so #extension docker begin location ~ ^/.* { proxy_pass http://0.0.0.0:32780...
Back
Top