• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. ChristophRo

    Question PHP 7.1 for old Magento 1.x site

    I recommend to delete the "/opt/plesk/php/7.1/etc/php-fpm.d" directory again and to set the -poold parameter to the proper default directory "/etc/php/7.1/fpm/pool.d/" (that one already exists and should contain a www.conf file) The poold parameter specifies the directory where the websites...
  2. ChristophRo

    Issue Plesk Interface becomes slow with 100 domains

    my 2cents on a similar server with currently ~2500 domains (~1300 subscriptions) the domain panel loads in ~2.6 seconds for us. (when showing 25 domains at once) it's not fast, but still acceptable on a different server (with quite an older and slower CPU) with ~330 domains (~170...
  3. ChristophRo

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Upgrade tool does not work if there are any temporary/memory? tables in a database:
  4. ChristophRo

    Question How to install PHP 5.6.40 on Plesk 18.0.58 and Debian 12.4?

    I strongly recommend using the PHP Packages of DEB.SURY.ORG when using Debian (or Ubuntu). It's way easier to install and more secure, as if you compile yourself using the original PHP sources, you'll gonna have very serious security vulnerabilities like CVE-2019-11043 on your hands...
  5. ChristophRo

    Issue Backup Manager Error

    We do have this problem as well on all our servers since the 18.0.57 update...
  6. ChristophRo

    Question Full Backup (Plesk + OS)

    most likely in the "psa" MySQL database
  7. ChristophRo

    Question Full Backup (Plesk + OS)

    You can use a Software like Veeam Agent for Linux or Acronis (not the one you get as a Plesk extension, as this one only supports backups into the Acronis cloud) to perform a full server backup and store it on a remote network device like your NAS. We often use Veeam for that and the free...
  8. ChristophRo

    Question Update OpenSSL on CentOS 6.4 (due to ERR_SSL_PROTOCOL_ERROR message)

    You need to upgrade CentOS to a newer release, in order to get a more recent OpenSSL version. These articles may help: - https://support.plesk.com/hc/en-us/articles/12377284529559-Is-it-possible-to-upgrade-CentOS-version-on-the-server-running-Plesk- -...
  9. ChristophRo

    Issue Urgent - mail service is turned off for one domain and I cannot switch it back on!

    don't know, we never had this requirement, as in our cases it was always a domain that was setup up with no email service (or it got disabled just after creating the subscription) But you can create a backup with the builtin Plesk backup tool, either of the whole subcription or just the emails...
  10. ChristophRo

    Issue Urgent - mail service is turned off for one domain and I cannot switch it back on!

    Set the mail service to "not configured" (will delete all existing accounts!) and then enable it again - this usually works. We encountered this very same problem as well on multiple servers in the past, so it seems like some bug that surfaces in certain situations, but I dunno why
  11. ChristophRo

    Resolved Greylist delay on likely all incoming e-mail

    Greylisting does not help with blocking SPAM, trust me 99.99% of all (SPAM) mails come from legit mailservers, that have queues and will try to resend the message again, after it got rejected the first time around. In general, I cannot recommend using greylisting anymore, as most mailprovider...
  12. ChristophRo

    Question Add additional Disk to Plesk

    We use dedicated disks (most often RAID1 volumes) for vhosts, email, mysql and backups/dumps on almost all our Plesk servers and never had any problems with it in the last 20 years. The only thing that Plesk does not like, is if these volumes are mounted in something like /mnt/ssdvol02 and then...
  13. ChristophRo

    Question What is your opinion on the upcuming Domain Card look and feel?

    Love the comeback of colors! (I do not live in Pleasantville) I don't get the slim/sleek design mentality of the past couple years, that became more and more minimalistic with every "redesign". (and not just in Plesk, but almost every other software and website out there) Over time, all these...
  14. ChristophRo

    Question Recommended or "most" used Linux for Plesk Obsidian

    I would use CloudLinux OS Solo 8.8 as of this writing, as it's the most recent one and it's supported by Plesk. Me personally, I prefer Debian because it's my primary playground and I'm all familiar with it since version 3.0 But I do also manage some Redhat/CentOS/CloudLinux servers from time...
  15. ChristophRo

    Question Recommended or "most" used Linux for Plesk Obsidian

    If you are familiar with rpm/RedHat environments, then it most likely is. But who knows what the future brings, now that RedHat initiated their source repository lockdown... But really, there is no single best option...it depends on what you know and like to work with, what your requirements...
  16. ChristophRo

    Question Assistance for Linux hard disk expansion during operation

    Yes, nvme1n1 and nvme2n1 seem to be your new and empty drives. (according to screenshot) Use the command "blkid" to check if they have any filesystem on them (command should return a list of all partitions/filesystems in your server and so these two disks should NOT be listed there) Now comes...
  17. ChristophRo

    Question Access files in other domain with php

    I will now forget that I have ever read such a question.... :eek: Easiest way to achieve what you want, should be this: chmod o+rX /var/www/vhosts/AnotherDomain chmod o+rX /var/www/vhosts/AnotherDomain/httpdocs After that, every website on your server has the permission to traverse into the...
  18. ChristophRo

    Question Access files in other domain with php

    The configured file/directory permissions and ownership prevent access to any path of other subscriptions with PHP. This is by design and "hardcoded" - so it's nothing you can change in the panel to make it work otherwise. You can manually change permissions on the filesystem, but don't be...
  19. ChristophRo

    Issue Problem with [Grafana] Update

    This problem got fixed by the Plesk team a few hours ago. Seems like they uploaded an incomplete/broken Grafana package into their Debian 11 repository yesterday, causing servers to fail when performing updates. I've got plenty of these mails as well from our servers.
  20. ChristophRo

    Question How to set up chroot for php-fpm?

    If you use any curl or fopen() to an https:// URL in your PHP scripts, these will most likely not work properly anymore. And nowadays any CMS does use that extensively for stuff like checking for and installing updates.
Back
Top