• 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. Z

    Question How to change the PHP that runs Cronjobs

    I'm very sorry. I remembered; Nextcloud was operating cron in systemd.
  2. Z

    Question How to change the PHP that runs Cronjobs

    My Plesk does not have that menu. What if it does?
  3. Z

    Question How to change the PHP that runs Cronjobs

    I'm running Nextcloud on PHP 8.0. But Cronjob is running on PHP 7.4. How can I get Cronjob to run on PHP 8.0?
  4. Z

    Question What "admin@localhost.localdomain"?

    Thank you. I changed it that way. However, I am not sure when I will receive that email, so I am going to wait for a while for it to arrive.
  5. Z

    Question What "admin@localhost.localdomain"?

    I don't use email on Plesk, so I haven't set anything up at all. The relevant section of main.cf is described as follows mydestination = localhost.$mydomain, localhost, localhost.localdomain #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain #mydestination = $myhostname...
  6. Z

    Question What "admin@localhost.localdomain"?

    What "admin@localhost.localdomain"? I receive the above email irregularly to my registered email address. I can't find any entries registered as admin@localhost.localdomain when I log in with Admin and look at the profile and check the full hostname. hostname -f command is also fine. I'm the...
  7. Z

    Question I want to downgrade from php7.3.20 to 7.3.19

    I've switched to PHP 7.4 and am able to use Nextcloud. I'm not sure if it's a problem with NC or PLESK-PHP7.3.
  8. Z

    Question I want to downgrade from php7.3.20 to 7.3.19

    I updated to PHP 7.3.20 and faced an issue with Nextcloud not working and I did. The user can log in to Nextcloud, but immediately after that a 502 error occurs. I once uninstalled PHP7.3.20, and then reinstalled PHP7.3.20 I'm trying. I want to downgrade to PHP 7.3.19. Please tell me how to...
  9. Z

    Resolved Handling of Japanese file names

    I'm having trouble opening a file with a Japanese file name in Collabora Online(CODE). I can change that file to English and open the file. I use Collabora Online on Nextcloud and Mattermost. Users cannot open files with Japanese file names in either application. Users will not be able to open...
  10. Z

    Resolved How to completely remove sources installed with PLESK extensions

    I was able to resolve myself. I removed the CODE in Yum once. Next I removed the repo from /etc/yum.conf.d. Delete /etc/loolwsd as well. Install Collabora Online via PLESK again in this state. This time the installation was successful. I then deleted Collabora Online via Plesk. Here's the...
  11. Z

    Resolved How to completely remove sources installed with PLESK extensions

    I used to install Collabora Online(CODE) using yum instead of Plesk. I found out that Collabora Online is also present in the PLESK extension and I enabled it from the Plesk extension. But I had a bad feeling about it, so I quickly deleted it. I have not been able to start loolwsd since then. ●...
  12. Z

    Resolved Unable to create nextcloud jail with fail2ban

    This was caused by SELinux. I disabled SELinux, then reinstalled the "selinux-policy" association, then enabled SELinux. Then I was able to start fail2ban successfully.
  13. Z

    Resolved Unable to create nextcloud jail with fail2ban

    The filters required by Nextcloud are as follows ``` [Definition] failregex = ^{“reqId”:".",“remoteAddr”:".",“app”:“core”,“message”:“Login failed: '.’ (Remote IP: ‘’)",“level”:2,“time”:".”}$ ^{“reqId”:".",“level”:2,“time”:".",“remoteAddr”:".",“app”:“core”.",“message”:"Login failed: '.’ (Remote...
  14. Z

    Resolved Unable to create nextcloud jail with fail2ban

    I use fail2ban and even more so, I use Nextcloud. I've been failing to start fail2ban since NC became version 18. If I remove the Nextcloud item from fail2ban's jail on PLESK UI, fail2ban will start fine. I add Nextcloud to jail and it fails. I tried to set up jail.conf and filter.conf of people...
  15. Z

    Question Changes to use Redis 6.0 in Plesk

    > daemonize yes I've been setting DAEMONIZE to YES. If I set "daemonize no" in redis.conf, I was able to service it in systemd and start it. When I set it to "daemonize yes", I couldn't start no matter which one I set to "supervised XX". XX: no, upstart ,systemd, auto. Did redis 6.0 change the...
  16. Z

    Question Changes to use Redis 6.0 in Plesk

    I seem to be able to start Redis-server if I do it manually. sudo -u redis sh -c "/usr/bin/redis-server /etc/redis/6379.conf" In other words, I thought there was something wrong with Systemd's description. I remove the "Type" and the startup itself succeeds, but I can't use the redis. It's the...
  17. Z

    Question Changes to use Redis 6.0 in Plesk

    I can't start redis when I update to Redis 6.0. I can't start redis when I update to Redis 6.0. I looked at the site that you presented to me. My current Redis is 5.0.9. wget and tcl components are up to date. I've already set up transparent_hugepage and vm.overcommit_memory as well...
  18. Z

    Question Changes to use Redis 6.0 in Plesk

    Redis 6.0 has been released. I simply updated it with yum and Redis stopped working. Redis 6.0 adds new features such as TLC/SSL and ACL. It's probably a configuration issue with this. How should I install redis 6.0 in the environment where Plesk is used?
  19. Z

    Does Plesk affect the combination of Redis and PHP7.3?

    I have solved this problem by uninstalling redis once with pecl and installing redis again with pecl as one of the solutions.
  20. Z

    Question Aborted connection occurs frequently

    > innodb_buffer_pool_size=1024M > query_cache_size=64M I was optimizing MariaDB with an app called mysqltuner.pl. Did I believe it too much? I'm adjusting the above two items, but this Warning does not stop even if I set the value of the above twice (2048M or 128M).
Back
Top