• 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 spoof emails : Disk quota(space) exceeding.

    Good find and thanks for the feedback.
  2. 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...
  3. A

    Question IPs disconnected after plesk updates

    Standard install of ubutnu 18.04 (ip assigned through netplan at install as usual) then install of plesk all new IPs (added in plesk) are created using the old way.. then get disconnected on upgrades
  4. A

    Question IPs disconnected after plesk updates

    OK so we had another server die due this again today IT is very odd. I know at one point plesk were adding new IPs through netplan. However, this seesm to have revered back to /etc/network/interfaces and it seems to replicate the ips over and over cat /etc/network/interfaces #...
  5. 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...
  6. A

    Issue composer version and php version

    always cal composer with the php version you want to use and pretend the native php does not exist eg /opt/plesk/php/7.4/bin/php composer update
  7. A

    Question Moving domains between subscriptions

    I just wanted to say THANK YOU for implementing this. This is a massive time saver for us. Just used it for the 1st time and it worked flawlessly.
  8. A

    Issue Docker unable to install via update tool

    its been months since the repo changed.. is there anyway to tell the plesk installer to use the new repo? Any attempt at manual intervention causes the install script to fail.
  9. A

    Issue Docker unable to install via update tool

    this is ridiculous. The installer insists on using the old repo and there is no way to ever ride this
  10. A

    Issue LOAD DATA LOCAL INFILE is forbidden - Plesk 18

    php -i | grep mysqli.allow_local_infile mysqli.allow_local_infile => Off => Off should be php -i | grep mysqli.allow_local_infile mysqli.allow_local_infile => On => On edit your CLI php.ini accordingly (took me most of the day to figure this out.. the web scipts were all showing...
  11. 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...
  12. A

    Question Plesk Composer v2.0.0

    this is ridiculous. Our help desk if full of people complaining about this.
  13. A

    Question Plesk, Varnish and HTTPS

    I dont suppose you have a working magento 2 example of this? I cant find a single article discussing nginx caching and magento 2
  14. A

    Monitoring [former Advanced Monitoring] extension in Plesk

    anyone figured out how to setup email notifications yet?
  15. A

    Question Magento nginx

    we have a working config.. the only thing that does not work is the installation / upgrade features in admin. Front end is fine.
  16. A

    Question Autodiscover

    This URGENTLY needs an OFF button We are setting up all new servers on Obsidian and slowly migrating older and it has already caused major headaches for clients hosting their emails externally who can no longer use autodiscovery as the Plesk server is breaking this by responding on 443. (I am...
  17. A

    Question Magento nginx

    After a lot of messing around we decided not to use nginx. Just use apache and .htaccess and set nginx for static assets
  18. A

    Question Autodiscover

    Is there any way to turn this off other than hacking nginx.conf for each domain? As the poster above mentions if the server responds on https://domain.com:443/autodiscover/autodiscover.xml which it does (wrong details) then the process breaks despite DNS records being correct.
  19. A

    No FTP Access

    Jumping forward 10 years (almost) we just had this same issue on 17.8 today as suggested apt install psa-proftpd --reinstall service xinetd restart worked a treat.
Back
Top