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

    Migrate from windows server 2003 with plesk 8.3

    I have used PPA to create new dumps from Windows Plesk. Then import those dumps on Plesk 11 Linux (after changing version number and resigning backup). It's a real hack job, so totally unsupported. Can't recall if mails were imported aswell, probably not since Plesk 11 Linux expects mbox...
  2. S

    chroot httpd process

    Please add the concept to the list anyway ;) If enough people vote for it, Parallels will have to at least look into it.
  3. S

    chroot httpd process

    Submit this to http://plesk.uservoice.com/ please. This should be high on the priorities list for Plesk 11.5/12! I will be sure to vote for it. Imagine the competitive edge Plesk would have on CPanel, and imagine how much fewer security issues there would be. Win-win!
  4. S

    Two PHP versions linux Plesk HOWTO

    Thank you r.lambda ! This will clarify alot for those that are still struggling with the concept and can't get it to run. From what I've heared at WHD 2013, Plesk 11.5 is to hit release on March 28th (so in just 2 days). Correct me if I'm wrong and if it was another product or date...
  5. S

    chroot httpd process

    Any news on this?
  6. S

    Issues with /var/lib/php/session after plesk update

    A KB Article has been created for this issue, with a fix: http://kb.parallels.com/en/115704
  7. S

    Issues with /var/lib/php/session after plesk update

    Parallels, a reply or eta for a new hotfix would be in order here.. This issue has been encountered before, so it should already be logged somewhere.
  8. S

    PHP5 FastCGI php.ini Plesk 9.3 KB9059 Hotfix

    I had a customer (ClientA) who needed Zend Optimizer for his PHP 5.2 site. So I installed it onto the shared server he was on. (foolish, I know, but I had to find some way to get his site back up) And his site was up and running again. Didn't take long or another customer (ClientB)...
  9. S

    Two PHP versions linux Plesk HOWTO

    Find out where vhost information (apache) is stored for subdomains on Plesk 11. If it is stored in the main httpd.include then that is where the vhost.conf needs to be included. I have researched this before, and I believe Plesk 10+ still makes a subdomains directory, but only for...
  10. S

    Two PHP versions linux Plesk HOWTO

    From one of my Plesk 10 servers: I have created one such vhost.conf changing the Directory to: <Directory /var/www/vhosts/domain.com/subdomains/subdomain1/httpdocs> All worked and the PHP 5.4.9 version is working on this subdomain. However, looking at the place subdomains...
  11. S

    Two PHP versions linux Plesk HOWTO

    I can confirm that cgi-bin in users homedir on Plesk 10.2.0 is also owned by group psacln. So this also needs a chgrp. Edit: as suggested by futureweb, chgrp can be used on all Plesk 9+ installs. For those that are already configured to have cgi-bin on psaserv group there will be no impact...
  12. S

    Two PHP versions linux Plesk HOWTO

    The only thing that needs to be added to the guide for Plesk 10/11 is: The following packages are required for compilation of the switches in this guide (only tested on CentOS 5.8): but as futureweb stated before, if you don't know how to compile yourself, you're not going to get very far.
  13. S

    Two PHP versions linux Plesk HOWTO

    chattr -R -i .cgi_wrapper chattr +i makes a file immutable aka unchangeable, even by root. It is part of the extended attributes of ext2-3-4, and highly useful.
  14. S

    Two PHP versions linux Plesk HOWTO

    "chown DOMAINUSER:psaserv /var/www/vhosts/DOMAINNAME/cgi-bin/" Worked for me, it was set to psacln group. (cant recall why) Thank you futureweb!
  15. S

    Two PHP versions linux Plesk HOWTO

    I do ;) However I have not yet found a solution, only some more testing scenario's. Look in this thread: http://forum.parallels.com/showthread.php?p=666454#post666454 and try the following: Now open your browser, and go to http://<domain>/phpinfo.php In my case, it...
  16. S

    Multiple cgi_wrapper files

    Late reply, I know.. But I was looking into this aswell, when trying to use these guides: http://forum.parallels.com/showthread.php?t=259084 http://kb.parallels.com/114753 And I found the following: When I opened psa-suexec: It seems that the DOCUMENT_ROOT is hardcoded...
  17. S

    sw-engine-cgi is using much swap area

    IgorG, today I had an issue with starting qmail, /usr/local/psa/var/log/maillog told me that too many files were opened. Grepping on the lsof output, I found that sw-engine-cgi had over 23000 files open. So I killed all instances, and started Plesk again. Issue still existed, so I took...
  18. S

    is this email legitimate? "Plesk - Critical Security Vulnerability"

    I have seen post requests tot agent.php on other servers, but no logins to the clients or the posts to filemanager.php, do I need to reset all passwords on these servers aswell? Can any more light be shed on what data was actually extracted from our Plesk instances? (sysops need to be...
  19. S

    is this email legitimate? "Plesk - Critical Security Vulnerability"

    Hi, can Parallels provide us with more details as to what data has been gathered? Did the SQL injection allow the attackers to grab the client logins and passwords? Or did it only allow them to be able to log in using guessed client id's? If the first is true, then just patching...
Back
Top