• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. A

    ModSecurity subscription rule set error;

    Fixed mod_security packages for BR#706 are available in ASL and the Atomic repos. We also passed the patch up on to Parallels for addition to their package last week.
  2. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Each one uses a separate php.d directory, for example: /opt/atomic/atomic-php56/root/etc/php.d/ where atomic-php56 indicates the version. You could drop your zend-optimizer.ini in there.
  3. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    You'll see the ist of PHP versions in the host settings for each domain where you select cgi/fcgi.
  4. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Yes there are mysql updates in the atomic repo (5.5.37 is the latest, 5.5.38 will be out monday). There are also packages for many other projects, like clamav, mariadb, php, ossec, etc. You can see a full on any of the mirrors : http://www8.atomicorp.com/channels/atomic/centos/6/x86_64/repoview/
  5. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Ive considered doing a similiar project for mysql or mariadb, and the SCL structure would support it easily. What I'd like to know is how would the user community react to a changing the structure of mysql from /var/lib/mysql, to /opt/atomic/mysqlXX/var/lib/mysql, and all its libraries moving to...
  6. A

    Cron segmentation fault;

    Make sure you are running the latest aum with: yum --enablerepo=tortix-common upgrade aum
  7. A

    Plesk 11.5 Easy Install Script for Multiple PHP CentOS 6.4 x64

    Yes, the PHP Panda project referenced above can install PHP 5.2, 5.3, 5.4, 5.5, and 5.6
  8. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Changelog * Update to PHP 5.6 Beta 4 * Update to PHP 5.5.13 * Update to PHP 5.4.29
  9. A

    Contribution Sysdig Tutorial: Using sysdig to find performance and other problems!

    Description Sysdig instruments your physical and virtual machines at the OS level by installing a module into the Linux kernel and capturing system calls and other OS events.Using sysdig's command line interface, you can filter and decode these events in order to extract useful information...
  10. A

    Problem in microupdates

    Or you could just run: yum upgrade atomic-release
  11. A

    Problem in microupdates

    rpm -q atomic-release Latest is 1.0-19
  12. A

    Multiple PHP - Help with install problems

    I havent found anything like the redhat SCL library for ubuntu or debian. If they do support that in the future then it would be an option for those platforms.
  13. A

    Out of Control SSL log file - grows by GB a day

    Thats a heartbleed vulnerability attack. Its attempting to enumerate the sites private SSL key.
  14. A

    Problem in microupdates

    Do you have the latest atomic-release installed?
  15. A

    Help with optimise my MYSQL

    Yeah you pretty much get diminishing returns if you set the cache above 128M. 4G is wasting memory, slowing it down, and making it much more unstable.
  16. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Thats just a notice, not an error. It looks like a code problem, beyond that I couldn't say
  17. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Yeah the domain error log, its under /var/www/DOMAINNAME/logs/ or statistics/logs/
  18. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Check the error logs, and if you have to, enable display errors in the php.ini
  19. A

    Select PHP Version at customer service plan

    Check out the PHP Panda, this allows PHP 5.2 - 5.6 on a per domain basis: http://forum.parallels.com/showthread.php?293750-PHP-Panda!-Multi-PHP-installer-for-Plesk
  20. A

    Problem compiling PHP 5.4 with imap and kerberos

    For what its worth, PHP 5.4.x is available from the atomic repo.
Back
Top