• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. Y

    Issue After migration tool using for nodejs server

    Perhaps this article will help you
  2. Y

    Question Debian/Ubuntu + Plesk 18 + Laravel 10 + FirebirdSQL

    Most likely the PHP handler does not have the required extension. You can check by running the command If the list is empty, you need to install it yourself. Unfortunately, there are no instructions for installing Firebird. But you can use this article
  3. Y

    Question Laravel Toolkit change default version

    You are probably using PHP version 7.3 You should change the PHP version If you could not find the version of PHP you need in the list, you can install it yourself
  4. Y

    Resolved Application installation problems with Laravel Tookit

    Hello. This issue has been fixed EXTPLESK-4879
  5. Y

    Issue Issue with Plesk Git webhook - Timeout error and no deployment or pulling

    You can specify which git hosting you are using (GitHub, BitBucket). Try to enable debug [debug] enabled = 1 and initiate a hook call
  6. Y

    Issue Nginx 403 forbidden

    The first thing to start with is to check that these files are readable by the user ls -l
  7. Y

    Question Workaround to modify the time-to-expire for password reset links(specifically email account passwords), up from 24hrs.

    Unfortunately there are no such settings. For security reasons, the lifetime of the link is limited to 24 hours.
  8. Y

    Question Laravel Toolkit: Changing git repository on existing application breaks deployment

    There is workaround sqlite3 /opt/psa/var/modules/laravel/laravel_toolkit.sqlite3 sqlite> select repoName from applications where domainId = <domain id>; You will get a response like this 'laravel_2efa6e' Go to Domain -> Git -> Repository settings Set to 'Repository name' received value
  9. Y

    Question Ipv6 only servers/vps

    IPv6 is supported on vps currently
  10. Y

    Question whitelist JSON URL with the firewall

    The goal of firewall is to block access for specific ip. Could you clarify why you think the firewall is not allowing access to these files?
  11. Y

    Resolved CLI: How to change "Preferred Domain" to domain name

    You should execute following command Or you can use XML API. Example
  12. Y

    Issue can't login Server Error 500 Internal Server Error

    Hello, alhrms. You can try do following:
Back
Top