• 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

    Why is Plesk 12 still using Apache 2.2.15

    Relevant to the topic, this is Redhats page on how they backport security fixes. This would apply to Centos as well https://access.redhat.com/security/updates/backporting
  2. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    It shouldnt be an issue now, that problem was resolved in the last release
  3. A

    mod_security thoughts

    This is why the LSB uses /var/log/httpd, logrotate is already set up to do that for every log file that drops into that directory. Additionally you would not associate a logrotate config with an apache module, since a module does not restart apache (and should not to avoid multiple restarts)...
  4. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    And then you installed it with yum right? yum install php-panda
  5. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    thatd be it then, run the installer again without the -q flag.
  6. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Did it actually add the repo? Should be called atomic.repo on the system
  7. A

    Multiple PHP versions

    Crazy easy. It installs the php versions into an alternate location so it wont conflict with the distro build, adds a drop down selector into plesk for each domain so your users can select what they want to use. Updates are over the regular yum mechanism.
  8. A

    Multiple PHP versions

    You can add it to plesk right now with PHP Panda: http://talk.plesk.com/threads/php-panda-multi-php-installer-for-plesk.293750/
  9. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Updated to: PHP 5.6.7 PHP 5.5.23 PHP 5.3.39 Changes: Fixed the php-fpm.conf from atomic-php54-php-fpm reported above. Thanks for the report!
  10. A

    PHP 5.5 as Apache module

    PHP Panda could certainly be used in this context, both the cgi/fcgi and dso module are available in the install. I believe there was one thread in the atomic forums about using it in a DSO context via the SCL system.
  11. A

    mod_security thoughts

    We favor sticking with the LSB guidelines, where the audit logs will be in the same directory as the rest of the httpd logs: /var/log/httpd/
  12. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    So you'd probably want to remove that source install first if you're installing PHP Panda on the same system. At the very least, you'd have less confusing output. Worst case you could be causing the two named php versions to collide.
  13. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Added latest versions: * PHP 5.6.6 * PHP 5.5.22 * PHP 5.4.38 Release Notes: - Fixes CVE-2015-0235 (5.4, 5.5, 5.6) - Fixes CVE-2015-0273 (5.4, 5.5, 5.6)
  14. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    @DaveK there are updates for mysql 5.5 in the atomic repo, but it is not required. If you do want to upgrade to 5.5, you'd need to remove the mysqlclient18 first.
  15. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    It depends on if you want to run Mysql 5.5 or not. You'd need to decide on one or the other
  16. A

    Different PHP Versions problem

    An alternative are to use the mult-version php packages from here: http://talk.plesk.com/threads/php-panda-multi-php-installer-for-plesk.293750/
  17. A

    How to upgrade PHP to PHP 5.4 on CentOS 6

    Upgrades to PHP 5.4 are available from the atomic repo, as well as the Multi-PHP project: http://talk.plesk.com/threads/php-panda-multi-php-installer-for-plesk.293750/page-10#post-774181
  18. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    Thats just a string in a table. Check your versions with the rpm command. If you dont have the latest, you can always upgrade it with yum. I'll look into the 5.5 thing. Could be its trying to talk to a fcgi daemon that isnt there
  19. A

    Contribution PHP Panda! Multi-PHP installer for Plesk

    This is more of a planning question, are there any specific 3rd party modules you'd like to see added to PHP Panda by default? I know some commercial ones have been discussed here already, like ioncube and zendguard, is there anything else we should have on the radar?
  20. A

    Virtual private network extension (Open Vpn Failed to start)

    Selinux enabled? Or is maybe the tun kernel module isnt loaded?
Back
Top