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

    Nginx Does not Start

    You can customise the nginx configuration files here : /usr/local/psa/admin/conf/templates There is guidance on customising these files here : http://download1.parallels.com/Plesk/PP11/11.0/Doc/en-US/online/plesk-linux-advanced-administration-guide/index.htm?fileName=71145.htm -- As we've...
  2. P

    Nginx Does not Start

    Hi, To be fair Parallels have carefully worded their marketing for Nginx, they've promoted it as a way of reducing server load and increasing concurrency, not as a way of speeding up your sites. Basically its because a Apache processes will be blocked less. Its not a difficult task to...
  3. P

    max_input_vars and php.ini path

    Hi PleskUser, How are you testing whether its working? Through a phpinfo file or through PrestaShop? Also does this help : http://anothersysadmin.wordpress.com/2012/02/16/php-5-3-max_input_vars-and-big-forms/ (Basically you'll need to change suhosin configs if you're using them to match the...
  4. P

    Plesk 11 + Apache and Nginx SNI

    I'm afraid IgorG was also correct in my case, in CentOS 6 the installer doesn't provide this option because SNI is in the distro build of httpd. I had no problems on x86_64 with the SSL Certificate button appearing and I haven't gone back to i386 to retest. I did run into further problems...
  5. P

    Plesk 11.0 Preview

    Hi Dennisen, I'm a little late to help you, but if others have the same problem I resolved it when I got it on an upgrade from Plesk 9.5 to one of the preview builds by running the bootstrapper twice after the update (It may even have been 3 times!), Paul.
  6. P

    Plesk 11 + Apache and Nginx SNI

    You are correct. I checked the changelogs for the rpm and found nothing, but the documentation asserts that SNI is there. I still have the problem that it won't work though, if I set the IP on the server to dedicated the SSL button appears in the panel, but if I set it to shared it disappears...
  7. P

    Plesk 11 + Apache and Nginx SNI

    Hi, Please can you confirm the status of SNI in Plesk 11 on CentOS 6 i386. The documentation states that SNI enabled Apache (ie your custom build) should be installed by default, but it isn't being done, and within the installer I get no option to choose or unchoose SNI. After install I get...
  8. P

    Plesk 11.0 Preview

    Release Notes here : http://download1.parallels.com/Plesk/PP11/parallels-plesk-panel-11-linux-updates-release-notes.html#1109 (I just stole it from Sergey's link previously, the Release Notes on the download page aren't clear at all) Paul.
  9. P

    Plesk 11.0 Preview

    June 26th is the new official release date. Paul.
  10. P

    Release Notes/Changelog for Microupdates

    Hi, MU 35 showed up on my RSS feed several days ago : http://kb.parallels.com/en/114075 I am however missing 33 and 34. I'm now suspecting that the RSS feed generator for the Parallels KB is causing this. Paul.
  11. P

    Plesk 11.0 Preview

    Sorry AndC can't help you with that as I won't touch CBM. However I can tell you that I upgraded a Plesk 9.5 that was in a pretty sorry state (It wouldn't upgrade to Plesk 10, but had partial packages on there, I'd mess around with internal files within Plesk and there was heavy customisation...
  12. P

    Username in vhost template

    Hi, Are you creating vhost.conf's as skeleton's or using the event manager to create them or using the httpd configuration templates? For the latter try : <?php echo $VAR->domain->physicalHosting->login ?> Thats what the suexec section uses in the default templates. For the event manager...
  13. P

    /usr/local/psa/tmp growing

    Delete anything that has the name dumpXXXX that is older than a day... they're temporary backup files (I think). For reasons unknown between Plesk 8.6 and Plesk 9.5 Plesk decided to ignore /etc/psa/psa.conf and put temporary backup files in and around /usr/local/psa/tmp and /usr/local/psa/var ...
  14. P

    Plesk 11.0 Preview

    No, I doubt it, but the upgrade process (to me) seems to be pretty robust and getting better. You can certainly test it if you can clone a 10.4.4 environment (failing that I'll happily give it a test and tell you what happens, I think I can sell it as relevant to my bosses). I have only done...
  15. P

    Unreal POP3 Stats

    Hi, We have seen something similar to this twice, and in both times (one is still ongoing) its been caused by Kayako. Kayako gets itself all in a tizz with emails larger than its limits, I think it downloads the email, realises its bigger than its allowed then gives up. Then on the next cycle...
  16. P

    Suddenly can't get access to mysql via command line

    Hi, Don't use the admin password, use the contents of /etc/psa/.psa.shadow : In Plesk 10.something the /etc/psa/.psa.shadow became encrypted, but so as not to break script compatibility (all of our scripts that need it cat that file for db access) Parallels simply made the mysql admin...
  17. P

    Plesk 11.0 Preview

    Fair enough, we use two VPN's (primary and secondary) for all servers's that we're able to restrict admin access to and they're also the only servers we use the API on. Our current setup allows the current configuration to work for us, but that may change in the future. On another note, there...
  18. P

    Plesk 11.0 Preview

    I thought that the "Restrict Administrative Access" function did this. Unless you're talking about non-admin access to the Plesk API? The original notification of the vulnerability made mention that if you'd configured this setting you were unaffected, and this is consistent with what we saw...
  19. P

    Plesk 11.0 Preview

    Hi, Ah I looked for anything starting with key! Thanks! When you register an external webmail and choose it for the domain all that seems to happen is the webmail.domain.com A record is removed from the DNS settings. I think a better implementation would be for webmail.domain.com to be...
  20. P

    can't parse php in .html files

    Hi, Just to confirm, this did not work : But this did : ? Paul
Back
Top