• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  1. O

    Issue After update to 18.0.60 sw-engine no start

    The problem here is than sw-engine isnt upgraded, main issue is than GLIBCXX_3.4.31 and GLIBCXX_3.4.32 is provided by sw-engine in c++-plesk-13.x So, check if sw-engine is in 18.0.60, plesk repair not work, but plesk installer may solve this issue.
  2. O

    Issue Database Mangement problem

    Hi, It seems that you have mixed repositories You have a mix of 5.5 ( current ) and new ones 10.4 and 10.5 Remember than you first need upgrade mariadb 5.5 to 10.3 and then you can upgrade to 10.4 or newer Please check plesk recomendations here...
  3. O

    Question Why does Plesk stop responding when I stop Apache web service?

    This may happened because you access to plesk as proxy from your-IP:443 / https://hostname.com When you stop apache / nginx, Does port 8443 respond? https://your-ip:8443
  4. O

    Resolved non-existent subdomain is redirected to the default page

    If there is no vhost created for a domain or subdomain, it is normal that it leads to the default page since there is no place to point it to, becase apache / nginx not know what to do with that domain. To avoid this, the affected domain should have a wildcard vhost so that everything points to...
  5. O

    Resolved overload process lsphp or apach since ...

    Hi, Is resource limit enabled in plesk ? PHP handler is set as fastcgi ? ( needed for litespeed ) if its php-fpm, litespeed use wrong php version. Maybe a strace help to debug this.
  6. O

    Issue Server Error 403 Forbidden You do not have permission to access this document.

    The file appears corrupted, it is not detected as a text file, possibly due to the encoding Try to make a backup of file delete the file create the file from plesk, then copy the content from plesk file manager Or Open Your file config.ini Search for [SETTINGS] And remove last character...
  7. O

    Question How to optimize backups?

    You can backup with plesk just configuratión files and suscriptión info With another script Backup mails Backup database Backup web files You can easy improve performnce of large backups as Hangover2 say, in my case, for large backups I recomend you borg or restic, those save you a lot of...
  8. O

    Resolved limiting crontab

    Hi Not know any option to do it in plesk, but will be nice have some option for that You can make some script to path this with something like this: sed -i 's/^\s*\*\s\+\S/*\/5/g' /path/to/crons/* You can make more completed script to exclude users like root, admin and any other.
  9. O

    Issue Unable to create new Domain with a DKIM error

    HI, Check quotes " " in you DKIM records You have some invalid character here >>> "v=DKIM1;
  10. O

    Issue SERVER UNSTABLE WITH THE NEW VERSION OF Plesk Obsidian 18.0.58

    Hi, Latest is 18.0.59 Change Log for Plesk Obsidian From what versión you upgrade ? Normaly from 18.0.XX to 18.0.XX are minor fixes,, normally performance not be affected If you have overload on disk, can you provide some información about it ? You need know what make that overload, (...
  11. O

    Issue Change outgoing mail address IP then broken server

    Hi Can you provide any log ? Cant say nothing without information, maybe some missconfigured IP Maybe you delete old one ? Too much posible options.
  12. O

    Resolved memcached PHP extension for PHP support instruction error

    You install igbinay in default php version and try use it in php 7.4 /opt/plesk/php/7.4/bin/pecl install igbinary
  13. O

    Question Odoo 16 on Plesk with Dockers

    Hi, Postgresql container is runing ? Odoo container not working alone, you need setup a extra container with postgreesql and connect odoo with that container, if not you will get database error connection.
  14. O

    Issue proftpd logs daily

    Hi I assume you make soma basics, checks, cron is runing, file have read permissions Please run logrotate -d /configuration-file This will check that the file has the correct syntax As I see:
  15. O

    Issue Rollback docker extension

    THis [plesk-ext-docker] name=docker extension repository baseurl=https://download.docker.com/linux/centos/8/$basearch/stable enabled=1 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg
  16. O

    Issue Rollback docker extension

    Hi Peter, all problematic package comes from repo called plesk-ext-docker.repo, so, URLs are from docker.com but plesk add this repository we not decide use or not this repo, this comes with plesk extension :/
  17. O

    Issue Rollback docker extension

    In my case, v24 is alredy in overlay2 docker info |grep Storage Storage Driver: overlay2 And still fail when upgrade to 25 I not see storage errors in almalinux just some problems with nftables So I think is diferent problem
  18. O

    Issue Rollback docker extension

    But that happen one year a go And documentation say problem starts with docker 23, this is new docker installed from 0 with plesk few months a go and installed in version 24.x So plesk not care about this issue ? Because its plesk standard install
  19. O

    Resolved Update MariaDB from 10.4.32 to 10.5

    I have this issue some 2 or 3 times in some servers because somebody add new mariadb repo and not remove old one. As @Peter Debik say, you may have 2 repositories mariadb 10.4 and mariadb10.5 The solution is easy ( in may case nothing was broken ) Make a backups of all and Just check repos...
  20. O

    Issue Rollback docker extension

    Righ now, I have same problem This weeknd docker was upgraded in almalinux 8.9 and not start any more, a lot of logs say have conflicts in with firewalld and docker0 interface, not changes if disable firewall. ERROR: ZONE_CONFLICT: 'docker0' already bound to a zone I try remove docker0 from...
Back
Top