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

    CentOS 8 support

    Is any chance to release CentOS 8 support next week?
  2. kiav

    Question What MySQL versions are supported by Plesk Onyx on CentOS 6?

    Yes, I wanted to know about locally installed MySQL on CentOS 6. Do I use MySQL 5.1.73 or MySQL 5.1.73 Community Edition now? This version is included in CentOS distribution.
  3. kiav

    Question What MySQL versions are supported by Plesk Onyx on CentOS 6?

    # rpm -qa | grep -i mysql plesk-php70-mysql-7.0.32-centos6.18091413.x86_64 mysql-connector-odbc-5.1.5r1144-7.el6.x86_64 mysql-libs-5.1.73-8.el6_8.x86_64 mysql-server-5.1.73-8.el6_8.x86_64 php-mysql-5.3.3-49.el6.x86_64 plesk-mysql-server-17.5.3-cos6.build1705170317.16.x86_64...
  4. kiav

    Question How to turn off access and error log for web domain?

    Plesk Onyx 17.5.3 Update #30 I don't want any logs for specific web domain on my server. How to turn them off?
  5. kiav

    Issue Backup to ftp: file changed as we read it

    I had to bind-mount the corresponding directories, as told in https://kb.plesk.com/en/114415 Their said "Remove any symlinks for these folders as they will not work." So: But it does not help. The error "file changed as we read it" is still here. Additionally I faced with a warning...
  6. kiav

    Issue Backup to ftp: file changed as we read it

    Local storage is on /opt/backups/plesk. Full backup size in 120GB, differential - 2-7GB.
  7. kiav

    Issue Backup to ftp: file changed as we read it

    Remote FTP is accessible: Of cause I replaced real IP and user login in the log.
  8. kiav

    Issue Backup to ftp: file changed as we read it

    In Plesk I see: In /var/log/plesk/PMM/backup-2016-09-09-02-10-02-143/backup.log file: I had to change /tmp to /opt/tmp before (/tmp is too small). But it does not help. I have no any idea to resolve my problem. Backups are succesfully creating into local storage. But with FTP I faced this...
  9. kiav

    Question How to create user to just view and download backups?

    We have one user, who is not very advanced in IT. She must make local copies of all our backups on her PC. I created new plesk user with a role "Application User". But it can view only her profile data, not backups. So, I created a new role Backups with just one right "Configure and perform...
  10. kiav

    'Server Health' - Web Admin vs Web Host

    Same situation on CentOS 6.7 with Plesk Web Admin 12.5.30 u10. I don't see Health Monitoring settings in Tools & Settings (Power User view) but reqularly receive email about health parameter of Apache CPU load.
  11. kiav

    How to import iptables rules into Plesk Firewall before switching it on?

    I don't want to manually enter all my iptables rules after I will Enable firewall rules management. How can I avoid it?
  12. kiav

    How to change default location of Plesk backup repository?

    Thanks a lot! How to change a default owner or access rights for files created by Plesk in backup repository?
  13. kiav

    How to change default location of Plesk backup repository?

    It's location by default is /var/lib/psa/dump. I want to download backups from this repository by ftp or sftp. As for sftp I created user backups outside of the Plesk (to support ssh certificate authorization). How to make plesk to store archives e.g. to /opt/backups/plesk ?
  14. kiav

    Plesk 12.5, CentOS 6.7: ssh auth by certificate

    A also created user outside of the Plesk: useradd -b /opt backups Then a copied /root/.ssh into /opt/backups and done: chown -R backups:backups /opt/backups/.ssh restorecon -r /opt/backups/.ssh And it works! Why it does not work with users created by Plesk?
  15. kiav

    Bloking email on MAIL FROM step of SMTP dialog

    Plesk 12.5.30 u9 CentOS 6.7 postfix I found in Plesk black lists for email (and domains). But SpamAssassin installed and configured by Plesk can't refuse email during SMTP conversation, it just labels SPAM messages. How can I block receiving email using black lists?
  16. kiav

    How to restrict the speed of outgoing mail queue processing?

    Plesk 12.5.30 u8 CentOS 6.7 postfix I need to restrict the speed to 2000 emails per hour from server. This number includes both mail sent by scripts, WEB-mail and by EMail clients such Outllok. But email should be successfully placed into queue without any error return to script or email client...
  17. kiav

    Why changing /etc/httpd/conf.d/fcgid.conf does not take effect?

    Plesk 12.5.30 u7 Web Admin on CentOS 6.7 Current file is:LoadModule fcgid_module modules/mod_fcgid.so <IfModule mod_fcgid.c> <IfModule !mod_fastcgi.c> AddHandler fcgid-script fcg fcgi fpl </IfModule> FcgidIPCDir /var/run/mod_fcgid/sock FcgidProcessTableFile...
  18. kiav

    Cannot get ProFTPD working

    I found solution. For sure I set passive ports acording admin guide (port range 49152:65534 and xinetd restart). Then I forwarded port for active mode as told in FileZilla docs. I guess that Active Mode is working for me.
  19. kiav

    Cannot get ProFTPD working

    Plesk 12.5.30 WEB Admin Edition on CentOS 6.1 FileZilla 3.14.1 as a client. External (white) fixed IPv4. I get an error: 02:10:39 Status: Resolving address of example.com 02:10:39 Status: Connecting to 1.2.3.4:21... 02:10:39 Status: Connection established, waiting for welcome...
  20. kiav

    Strange Problem With Apche and FastCGI

    The same problem. # ps -C php-cgi | wc -l 4 But fcgid.conf: LoadModule fcgid_module modules/mod_fcgid.so <IfModule mod_fcgid.c> <IfModule !mod_fastcgi.c> AddHandler fcgid-script fcg fcgi fpl </IfModule> FcgidIPCDir /var/run/mod_fcgid/sock FcgidProcessTableFile...
Back
Top