• 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

Recent content by Bitpalast

  1. Bitpalast

    Issue Plesk not updating

    In that case it is probably best to open a support ticket with Plesk. They might be able to fix the issue for you. https://support.plesk.com/hc/en-us/articles/12388090147095-How-to-get-support-directly-from-Plesk
  2. Bitpalast

    Question Details on http/3 activation and impact of that procedure on web server configuration files

    On an Alma 8 test server that was updated to 18.0.71 I was hoping that I could activate http/3 on a per-domain basis as suggested in the change log. But it seems that the checkbox for it only appears after plesk bin http3_pref --enable -nginx was run on the console. However, that command applies...
  3. Bitpalast

    Resolved Does anyone have a clue how to resolve this?

    It will work without the index, but accessing a table without a proper index also results in full tables scans whenever a SELECT query is brought against the table. I advise to re-create the index as it was supposed to be. This will greatly reduce the number of datasets that need to be read upon...
  4. Bitpalast

    Resolved ERROR: Dr.Web Updater: failed to download files ! return code 105

    I am experiencing daily (nightly) messages that DrWeb didn't update, too. And they are on several severs. No license issues here.
  5. Bitpalast

    Input Spamhaus (e)DROP Script for iptables

    Not sure about that, because nothing can be faster as banning an IP via iptables (or even better: ipsets). Because there, incoming packets will be filtered by the kernel with minimal effort. When you first allow the traffic in and, then handle it by a service on the system, you already have a...
  6. Bitpalast

    Resolved ODBC Connection to MariaDB on Windows PC fails

    It's thinkable that the skip-network=0 entry helps, because the directive controls whether MySQL disables TCP/IP networking: skip-networking=1 → Disables TCP/IP networking (no network connections allowed, only local socket). skip-networking=0 → Enables TCP/IP networking (network...
  7. Bitpalast

    Question Plesk backend often not accessible when installing updates manually

    It's all possible, but it is unlikely that nothing is logged for it.
  8. Bitpalast

    Issue website downloads index.php instead of showing it

    But that will be the problem, because when you set the document root to /shop.solsweb.nl/httpdocs/pub, you'll end up in /shop.solsweb.nl/httpdocs/pub/pub (which is missing and will result in a 404 not found) - if the .htaccess file is lcoated in shop.solsweb.nl/httpdocs. So from what I've...
  9. Bitpalast

    Issue website downloads index.php instead of showing it

    Do you have an .htaccess file in place either in your FTP root directory (the /var/www/vhosts/<your domain>/ directory) or your document root directory? Have you tried to remove it temporarily and test whether index.php is addressed correctly without .htaccess file? I also have doubts how the...
  10. Bitpalast

    Issue website downloads index.php instead of showing it

    Are you using proxy mode or not?
  11. Bitpalast

    Question Plesk backend often not accessible when installing updates manually

    The missing socket means that the service isn't running. But that is expected as it is not running. You should find the cause why it is not running. Normally before that situation occurs, another error is logged, telling you WHY the service cannot be started or why it stopped. Have you...
  12. Bitpalast

    Issue website downloads index.php instead of showing it

    So it turns out that you're inside a Docker container? And that the whole question is about serving a website via Nginx? Is Proxy mode on or off in the web server settings? If it is off and you are serving the site form Nginx, you need to select the Nginx PHP handler instead of the Apache PHP...
  13. Bitpalast

    Issue website downloads index.php instead of showing it

    Make sure that index.php is indeed spelled index.php, not 1ndex.php, Index.php, index.PHP or anything similar. Also make sure that your /httpdocs is owned by your webserver user, group psaserv and that it has permissions 0750.
  14. Bitpalast

    Question Plesk backend often not accessible when installing updates manually

    A restart of sw-engine is immediate, there is no wait. What's shown in /var/log/sw-cp-server/error_log and sw-engine.log at the time of failure?
Back
Top