• 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

    Resolved Sitejet - editing existing site shows the choose a template page

    I did not, but most of the times the customer does edit this site by themselves
  2. ChristophRo

    Resolved Sitejet - editing existing site shows the choose a template page

    We have a site that runs with the Sitejet Builder for quite some time now and worked perfectly so far. Now, all of the sudden we can no longer really edit it, as it opens the "Choose a template" site of cms.sitehub.io, instead of the real homepage. Any idea on what could be wrong?
  3. ChristophRo

    Question Wanted: Best practice for certificates (Lets Encrypt) two separate Plesk servers for www and mail

    We have no experience so far with this feature and will most likely also not gain any in the foreseeable future. Since more than 20 years, we encourage/enforce our customers to use the Plesk servername/fqdn as the name for incoming/outgoing emails and will most likely not change that policy in...
  4. ChristophRo

    Question Wanted: Best practice for certificates (Lets Encrypt) two separate Plesk servers for www and mail

    CLI cannot be used for that at the moment. The Plesk team will need to fix/adjust this CLI implementation first, in order to make it also work for email-only subscriptions. As for the problem with the greyed out button in the web GUI, I don't have a clue... The whole procedure works like a...
  5. ChristophRo

    Question Wanted: Best practice for certificates (Lets Encrypt) two separate Plesk servers for www and mail

    Seems you have the DNS service for this domain enabled on your "email" Plesk server. Can you disable it and see if it works then? (should also no longer show the DANE/TLSA checkbox)
  6. ChristophRo

    Question Wanted: Best practice for certificates (Lets Encrypt) two separate Plesk servers for www and mail

    welp, the Plesk release notes of yesterday read like they changed something that could possibly help here. I have not tested it out yet, but I assume the SSL-it extention will now try to issue a http-01 validated LetsEncrypt cert for "webmail.DOMAIN.TLD" and "mail.DOMAIN.TLD" (????) when you...
  7. ChristophRo

    Question Why i still get plesk updates for Plesk Obsidian with Debian 10?

    We do also get some updates for the one server that still runs on Debian 10. (without having ELS) But I think these are "only" updates for the Plesk packages (like new Plesk releases or extensions), but not for all the OS packages that are normally provided by Debian itself.
  8. ChristophRo

    Issue Plesk segfault due to error 4 in ioncube_loader_lin_7.4.so

    let ioncube disabled (if you don't have any encoded/encrypted PHP files, you really do not need this extension anymore) try to download latest (precompiled) ioncube extension from here: ionCube Loader - Configure for your website to run protected PHP code and replace the file...
  9. ChristophRo

    Resolved Email encoding after upgrade to 18.0.65

    I can confirm this problem/bug on at least our Debian 11 servers (maybe a side effect of the PPPM-14624 fix?) Did not dig to much into the details yet, but seems to also happens on receiving emails, when they get forwarded to a second mail address. (on same server)
  10. ChristophRo

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

    apt update apt install php5.6-mysql php5.6-gd php5.6-soap php5.6-curl php5.6-mbstring php5.6-xml php5.6-xsl
  11. ChristophRo

    Issue PHP JIT not enabling with plesk performance booster

    Difference according to PHP manual: 0: Compile all functions on script load. 1: Compile functions on first execution. 2: Profile functions on first request and compile the hottest functions afterwards. 3: Profile on the fly and compile hot functions. 4: Currently unused. 5: Use tracing JIT...
  12. ChristophRo

    Resolved Search for files with JPG extension only

    Connect via SSH to your server (or use the SSH Terminal extension of Plesk) and then use: to find/list such files: find /var/www/vhosts/ -name "*.JPG" to delete such files: find /var/www/vhosts/ -name "*.JPG" -delete If you want to search (and delete) also files with .jpg, then you can use the...
  13. ChristophRo

    Question ImunifyAV alternatives

    And just for the record, we do use the paid edition of ImunifyAV on many servers. I've already migrated some over to Imunify and it really is the same, just with a different skin. (not for the best in some aspects)
  14. ChristophRo

    Question ImunifyAV alternatives

    Not quite, they merged the ImunifyAV and the Imunify360 extension into a singe extension named Imunify. Within that extension you can then use/purchase several editions and one of them is the ImunifyAV+ (that does more or less exactly what the paid edition of the old ImunifyAV extension did)
  15. ChristophRo

    Question ImunifyAV alternatives

    The "Imunify - ImunifyAV+" version/edition is the directly comparable counterpart of the current "ImunifyAV" extension. Same price and same feature set, i.e. more or less only the website malware scanning service, without all the Imunify360 baggage.
  16. ChristophRo

    Issue Intermittent 503 Errors on Plesk Obsidian (Ubuntu 22.04 LTS) with PHP-FPM Crashes - Seeking Advice

    If you have used the Plesk Performance Booster I recommend to disable the PHP 8.x Jit compiler settings again for these sites. I've seen way to many of these random "child xxx exited on signal 11 (SIGSEGV)" errors with Jit enabled, that appear suddenly after a couple hours, days or even weeks...
  17. ChristophRo

    Issue Abnormal traffic usage caused by POP3/IMAP

    maybe a stuck email in the inbox, that the client tries to download over and over again? (I've only seen such things in the past, when using POP3)
  18. ChristophRo

    Question I need php 5.6 with Plesk obsidian

    - Use Debian or Ubuntu as your server OS - add the DEB.SURY.ORG repo to install PHP 5.6 - register this PHP 5.6 with Plesk (plesk bin php_handler --add ....)
  19. ChristophRo

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

    this should work (for Debian 12): 1) adding deb.sury.org repo curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb dpkg -i /tmp/debsuryorg-archive-keyring.deb sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg]...
Back
Top