• 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. TarasS

    Plesk 12: BEAST and other SSL vulnerabilities

    Check out this KB article: http://kb.odin.com/en/123160 It was very useful for me. With nice step-by-step instructions how to fix, and utility to check configuration changes.
  2. TarasS

    Solved: Can`t install Plesk version 12.0.18 on CentOS 6.6

    I have new Linux server with CentOS 6.6 on it. I have tried to install Plesk version 12.0.18 on it. During installation process from http://autoinstall.plesk.com/plesk-installer shell script I'm getting error: START Bootstrapper 12.0.18 prep-install for BASE AT Fri Dec 5 19:09:44 CST 2014...
  3. TarasS

    Plesk v11.5 multiple PHP versions

    cp -fv /etc/php.ini /etc/php.ini.bak cp -fv /usr/share/doc/php-common-5.3.3/php.ini-development /etc/php.ini
  4. TarasS

    Plesk v11.5 multiple PHP versions

    Try server-wide search: find / -type f -iname 'php.in*'
  5. TarasS

    Plesk v11.5 multiple PHP versions

    It looks you should try: 1. Edit your $PATH variable value to: export PATH="/usr/bin:$PATH" re-run ./configure command 2. Run two commands: export CC=/usr/bin/gcc export CXX=/usr/bin/g++ re-run ./configure command If nothing of above will not help you check your config.log log for...
  6. TarasS

    Plesk v11.5 multiple PHP versions

    Do you have yum package manager? If yes, then run command: yum -y groupinstall "Development tools" to install GCC with all required libraries
  7. TarasS

    Plesk v11.5 multiple PHP versions

    Where is your cc? To check it use command: whereis cc You should add path to it into $PATH variable. Also, give me command below output: echo $PATH uname -a cat /etc/*release
  8. TarasS

    Plesk v11.5 multiple PHP versions

    Since, I have Plesk panel version 11.5.30 I have found working solution for my problem here: http://download1.parallels.com/Plesk/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=72042.htm This solution http://kb.parallels.com/en/114753 does not work for me.
  9. TarasS

    Plesk v11.5 multiple PHP versions

    It looks like you have this http://kb.parallels.com/en/118713 issue
  10. TarasS

    Plesk v11.5 multiple PHP versions

    I have Plesk version 11.5.30. I have compiled PHP version 5.4.20 from sources. I have tried to switch PHP for virtual host as described on KB article http://kb.parallels.com/114753 It does not work for me. Each time when I open any PHP file with such configuration I am getting such error...
  11. TarasS

    Plesk 11.0.9 Migration & Transfer Manager failed

    Thank you for your help, abdi. I have tried to follow your recomendations, but I am having error during make: libperl.a(pp.o): In function `Perl_pp_int': pp.c:(.text+0x9681): undefined reference to `floor' pp.c:(.text+0x96b5): undefined reference to `ceil' libperl.a(pp.o): In function...
  12. TarasS

    Plesk 11.0.9 Migration & Transfer Manager failed

    My Plesk panel version 11.0.9 in Migration & Transfer Manager always failed with the following error: <?xml version="1.0" encoding="UTF-8"?> <restore status="error" log-location=""> <deploy status="error" log-location=""> <message code="" severity="error" id="">...
  13. TarasS

    Problems with Plesk upgrade from 9.5.3 to 10.4.4 on red hat enterprise linux 5

    I have tried to upgrade Plesk panel from version 9.5.3 to 10.4.4 using installer # sha1sum -b /root/install/parallels_installer_v3.11.0_build111102.18_os_RedHat_el5_x86_64 49739d3c373ec7b2af2f204be94c3319c6f531fc */root/install/parallels_installer_v3.11.0_build111102.18_os_RedHat_el5_x86_64...
  14. TarasS

    Plesk panel 10.1.1 error in Domains

    I have updated Plesk Panel for Red Hat Enterprise Linux Server release 5.5 from 9.5.2 to 10.1.1 using command-line installer downloaded from http://www.parallels.com/download/plesk10/ page. When I am connecting to panel and trying to open Domains the following error is occured: Error...
  15. TarasS

    ProFTPD 1.3.2e Server installed with Plesk 9.5

    I have found solution for this problem. It was in server firewall settings. TCP ports range 1024:65535 should be opened to allow FTP PORT command to work properly.
  16. TarasS

    ProFTPD 1.3.2e Server installed with Plesk 9.5

    Tell me if you need more information from server logs, configs, etc to solve this problem.
  17. TarasS

    ProFTPD 1.3.2e Server installed with Plesk 9.5

    I have installed Plesk 9.5 with ProFTPD included. I have problems when I`m trying to connect to my RHEL 5.4 server with Plesk 9.5 installed. Sample FTP client log available: STATUS:> [05.07.2010 16:07:19] Getting listing ""... STATUS:> [05.07.2010 16:07:19] Connecting to FTP server...
  18. TarasS

    How do I chroot sftp for subdomain ftp users in 9.3?

    I have the same issue. I have tried to create new FTP user with the same UID as described in http://ryanjbonnell.com/journal/ftp-account I have tried to create new shell user with SFTP access only as describe in...
  19. TarasS

    Horde webmail installation

    I have found solution for this problem. I have added virtual host webmail.* You can try this solution too. Try to create configuration file zz050a_horde_php_workaround.conf in /etc/httpd/conf.d/ (this directory has configuration files wich includes by Apache). <VirtualHost \...
Back
Top