• 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

    Installing MCrypt on Plesk 10.3.1 with PHP 5.3.3

    Its very easy: 1) Add the atomic repo with: wget -O - http://www.atomicorp.com/installers/atomic |sh 2) Install php-mcrypt with: yum install php-mcrypt
  2. A

    Upgrading PHP

    In regard to Mysql 5.5, no this will not be a problem with the atomic packages. There is an included mysql client library for mysql 5.0, 5.1 and 5.5 for your specific implementation. This will however be a problem with any of the plesk php or EL packages, since they dont support this type of...
  3. A

    PHP Upgrade 5.1.6 to 5.3.1 on Plesk 9.2.3

    The upgrade procedure is covered in the wiki here: https://www.atomicorp.com/wiki/index.php/PHP
  4. A

    Plesk 9.3.0 - Any issues with upgrading PHP ?

    Plesk works fine with PHP 5.1, 5.2 and 5.3. You can upgrade using yum: http://www.atomicorp.com/wiki/index.php/PHP
  5. A

    Worth upgrading from Plesk 9? Antivirus / spam concerns

    you could also add in clamav, and spamassassin using qmail-scanner or clapf with plesk 8.6 - 10.2
  6. A

    PHP upgrade - No longer access panel

    You probably removed plesk when you did that. The PHP 5.3 upgrade procedure is documented here: http://www.atomicorp.com/wiki/index.php/PHP
  7. A

    Upgrading to PHP 5.2.17

    Great question, the simple answer is if /etc/httpd/conf.d/php.conf.rpmnew exists then you probably need to do step 4.
  8. A

    Upgrading to php 5.3

    It might be faster to go over this in the plesk irc channel (irc.freenode.net, #plesk) or in the atomic forums. This is the last time I'll be checking in here for a few days.
  9. A

    PHP 5.3 / Plesk 10.1.1

    Any time you see those they're non-standard packages, it means that its going into a parallel implementation. More often than not when someone does that its for R&D, not for long term support.
  10. A

    Upgrading to php 5.3

    Haha, yes thats exactly what it is. Its an open source (GPLv3) plesk module
  11. A

    Upgrading from PHP 5.1.6 -> 5.3 failing

    For future reference, you can install PHP 5.2 or 5.3 from here: http://www.atomicorp.com/wiki/index.php/PHP the 5.3.6 packages just went into the -testing repo a few days ago.
  12. A

    PHP 5.3 / Plesk 10.1.1

    Thats because "php53" is not the correct naming convention. Its "php" and then version (5.3.x) followed by release (-1, -2, etc). The named-version conventions are generally frowned upon in all the packaging standards.
  13. A

    Upgrading to php 5.3

    Not sure I understand what you're asking here, atomic-yum is a front end on yum. Yum is the updater behind the scenes and can be configured to pull updates from various repos (to include parallels, atomic, centos, etc).
  14. A

    How to upgrade my php to 5.3

    You'd need to log into the server as root, using ssh. Then execute the exact commands in the tutorial.
  15. A

    Updated version for AtMail Package

    Yeah if theres a bug we need to know about it.
  16. A

    Apache memory leak / usage problem

    I'd also recommend checking out mod_top for investigating what apache is doing while its running, and mod_whatkilledus for crash debugging.
  17. A

    How do I encrypt account passwords?

    mail passwords can be stored encrypted, run: /usr/local/psa/bin/mail --help and check out the details on the -passwd_type option
  18. A

    psa-proftpd-1.3.3d update?

    psa-proftpd 1.3.3d is available from the atomic repo. You can install it with: wget -q -O - http://www.atomicorp.com/installers/atomic |sh yum upgrade psa-proftpd Added features in this are RBL, SFTP, and Clamav support
  19. A

    Error on upgrading to 10.1.1

    Its mysql 5.5, you can see the error coming from mysql up there in your logs. It doesnt recognize the format of the SQL response.
  20. A

    plesk 10 installation problem

    Its assuming there is no password on mysql. Just remove it / remove mysql from the system and it should install
Back
Top