Search results

  1. J

    Plesk 12.0.18 MU#63

    same problem with "disabled in config", but only in CentOS 6.6/6.7, CentOS 7 not affected- my workaround for CentOS 6: echo 'NGINX_ULIMIT="-n 6144"' >> /etc/sysconfig/nginx && /usr/local/psa/admin/sbin/httpdmng --reconfigure-all && /usr/local/psa/admin/bin/nginxmng --enable I have a new...
  2. J

    please speed up backup and restore system

    Hi Igor, unfortunately not help informations under: http://download1.parallels.com/Plesk/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=59263.htm An incremental Backups is faster, but the main problem remains. Has a folder a lot of files, takes the recovery very long. A shop...
  3. J

    please speed up backup and restore system

    Hi there, in Plesk 12.0.18, you can only backup everything below a subscription. For very many files the process takes more than 1 hour: /var/www/vhosts/ folder1: 114034 folder2: 123030 folder3: 206226 Unfortunately you can only restore everything. The restoration lasted 3 hours! In Confixx...
  4. J

    Plesk 12.0.18 MU#58

    same problem with multiple languages, same question - update planned?
  5. J

    Plesk 12.0.18 MU#54 and MU#55

    Hi there, the problem still exists. When will it be fixed? Greetings from Germany.
  6. J

    Plesk 12.0.18 MU#54 and MU#55

    Hi there, after the upgrade MU#54 and MU#55 Horde-WebMail mixed the languages: german and english. Attached a screenshot. 1) Login with "german" 2) mixed english "mail" - in tab german 3) click cogwheel then "Allgemeine Einstellungen" you will see in "4" everything in english 4) klick on...
  7. J

    SpamAssassin blacklist_from better reject instead score 100

    Hi there, an mail in spamassassin blacklist awards 100 points: X-Spam-Flag: YES X-Spam-Level: ************************************************** X-Spam-Status: Yes, score=100.0 required=7.0 tests=T_RP_MATCHES_RCVD, URIBL_BLOCKED,USER_IN_BLACKLIST autolearn=no version=3.3.1 X-Spam-Report: * 100...
  8. J

    CLI database server settings - access control - solved

    much easier with "replace" ... check: mysql> select host, user, db from mysql.db; +-----------+------------------+ | host | user | +-----------+------------------+ | % | web1_wp | | localhost | web1_oxid | | localhost | web1_presta | | localhost | web1_shopware |...
  9. J

    CLI database server settings - access control - solved

    damn, wrong command, correct is: /usr/local/psa/bin/database -u web1_wp -update_user web1_wp -set-acl localhost Can anyone tell me how to change all users and all databases with one command?
  10. J

    CLI database server settings - access control - solved

    Hi there, i would like to change the access control for datebase users via CL: command: /usr/local/psa/bin/database --update-dbuser web1_presta -server localhost:3306 reply: The database user was successfully updated. examination: mysql> select host, user from mysql.user...
  11. J

    MySQL 5.5 for CentOS 6.6/Linux

    Hi, it's not about PHP. It's about several versions of MySQL. Please have a look here: http://wpguru.co.uk/2014/02/how-to-upgrade-to-mysql-5-5-in-plesk-11-5-centos/ Odin allows multiple versions under CentOS5. Why not CentOS 6? When it is standard? Will there soon be a relase?
  12. J

    MySQL 5.5 for CentOS 6.6/Linux

    Hi there, in the manual (http://download1.parallels.com/Plesk/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=59427.htm) i found the follow entry: On CentOS 5, RHEL 5, and CloudLinux Plesk installations, you can use MySQL 5.5. It is packaged with Plesk and can be installed...
Back
Top