• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Updates are now out for: * PHP 5.6.5 * PHP 5.5.21 * PHP 5.4.37
  2. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    @Denis_Molan The php.ini files are tagged %config in the rpm files, but if you really want to protect your custom changes put them in the <atomic root>/etc/php.d/ directory, provided it ends in .ini it will be parsed automatically. @StephanJ There's a condition I'd never thought of. The plesk...
  3. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Ive never used mongodb before, so I'd need you to put together a test suite for that so I can look into it on the packaging side. I would have thought that would use the regular dba interface? The php-devel packages exist for all the various versions, and they live under /opt/atomic. So mainly...
  4. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Any version, 2.0, 2.2, or 2.4. It also works with nginx and litespeed. There arent any apache upgrades in Atomic, so it will use whatever you're already running.
  5. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    There are around 25-30 packages for each version, so the best way to update that is with a regular yum update. Barring that you can list all the updates available with yum list, and then update them individually or with wildcards. Personally I just use yum update and leave it at that.
  6. A

    multiple php not working with installed mysql

    Mysql, mysqli, and mysqlnd are available in the PHP Panda packages as well: http://talk.plesk.com/threads/php-panda-multi-php-installer-for-plesk.293750/ By default it will install the mysqlnd module, and the mysql/mysqli packages (available separately) are linked against the default version...
  7. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    PHP 5.4.36 updates are now available!
  8. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Its "yum install plesk-php-panda", just like it says in the top post
  9. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    The package name is "php-panda", there isnt one specific for 5.5, its a rollup of 5.4/5.5/5.6
  10. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Updates for PHP 5.6.4 and 5.5.20 are now available. PHP 5.4.36 is forthcoming, currently there is a blocking issue preventing it from building on El7 due to a Mariadb bug.
  11. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    PHP 5.2 is now available through the subscription Nucleus repository
  12. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Updates should be out for this issue now. Thanks for the report!
  13. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Latest PHP Panda updates: * PHP 5.4.35 * PHP 5.5.19 * PHP 5.6.3
  14. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    From the top of the thread: Installation: 1) Set up the atomic yum repository wget -q -O - http://www.atomicorp.com/installers/atomic |sh 2) Install the Panda yum install plesk-php-panda
  15. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    @Pan_Duke I think there is a thread in the atomic forums about downgrading the DSO to the default 5.3 builds. I dont have the link handy Changelog: PHP 5.3.34 is now available!
  16. A

    Install Anti Virus and get it work with plesk panel ?

    In both qmail-scanner and clapf they are implementing a 2nd mail queue before the main queue. Mail comes in via the smtp receiver, goes to the scanner queue, and then finally to the local delivery queue. Its possible in qmail-scanner to change the behavior to reject messages to the sender...
  17. A

    Plesk 12 - Multiple PHP Versions - CLI?

    Probably the easiest way is to add the version to the users PATH. For example to set it to use PHP 5.6: export PATH=/opt/atomic/atomic-php56/root/usr/bin/:$PATH a more advanced method is to use the SCL functionality the packages are distributed with...
  18. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Dont feel bad, that still gets me every now and then too. In other news: PHP 5.6.2 is going up now. Enjoy!
  19. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Changelog: PHP 5.6.1 is now available through the PHP Panda
  20. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    @Christian1 the php.ini files are located in: /opt/atomic/atomic-phpXX/root/etc/ where XX is the version, 53, 54, 55, etc.
Back
Top