• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. T

    BUG: PostgreSQL server adding is weird.

    New installation with Debian 7 and Plesk 12 (latest release with all updates): I tried to add a PostgreSQL server. I used this URL as a little howto http://kb.mediatemple.net/questions/723/How+do+I+install+PostgreSQL+on+my+server%3F#dv_managed/Step_3_Register_PostgreSQL_with_Plesk. The point...
  2. T

    Plesk 12 CLI Documentation & missing features

    Found it. Here are the commands we now use: # Enable fail2ban filtering (outputs list of all jails, enables them all) /opt/psa/bin/ip_ban -j | tail -n +2 | awk '{ print $1 }' | xargs -I {} /opt/psa/bin/ip_ban --enable-jails {} # # Enable outgoing spam protection /opt/psa/bin/mailserver...
  3. T

    Plesk 12 CLI Documentation & missing features

    Hi, I was wondering if the Plesk 12 CLI documentation is available somewhere. I found: http://download1.parallels.com/Plesk/PP12/12.0/Doc/en-US/online/plesk-unix-cli/ Simply by changing PP11 to PP12 and 11.0 to 12.0, but I am missing some features here. I need to set e-mail limits and...
  4. T

    Plesk 12 & PHP Segmentation faults (WHMCS)

    Hi, For anyone facing the same issue: We just installed Plesk 12 on some of our machines and noticed that WHMCS was no longer working. We got an "Internal Server Error", and the logs indicated that PHP was segfaulting: [Fri May 16 12:31:14 2014] [error] mod_fcgid: process...
  5. T

    Bug: Enabling pipelogging as suggested in KB is incomplete

    Okay, must have missed that. Sorry. Perhaps it is a good idea to add the missing pipelog daemon to this KB article as well: http://kb.parallels.com/en/8006
  6. T

    Bug: Enabling pipelogging as suggested in KB is incomplete

    --------------------------------------------------------------- PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE Latest (Plesk 11.5 all MU's installed), Debian 7 x64 PROBLEM DESCRIPTION When enabling pipelog with MySQL command, pipelogging is never actually enabled. You need...
  7. T

    Plesk SPF Explanation is not returned.

    ------------------------- Parallels Plesk Panel v11.5.30_build115130819.13 os_Debian 7.0), all MU's installed. x86_64 PROBLEM DESCRIPTION: SPF Explanation is not returned to sender, nor in the logs. STEPS TO REPRODUCE Add SPF explanation (according to...
  8. T

    Plesk 11.x and DKIM

    Yes, upgrading from 9 to either 10 or 11 is problematic, due to the big chances. If I recall correctly Plesk 9 is still based on 1 account per customer, where as Plesk 10/11 works with subscriptions allowing more then 1 account per client. And indeed, migrating from 9 to 10/11 is a process full...
  9. T

    Do I need to re-generate my self-signed SSL Certificate after upgrading OpenSSL?

    I feel the answer given here is wrong. The heartbleed bug does not very easily show the private key to prying eyes. It only leaks little bits of memory, which _might_ contain parts of the private key. Cloudflare actually asks their users to retrieve the private key from a specially setup...
  10. T

    Schedule ( cron ) dont run

    Your cron issue is most likely because you are using Plesk's chrootsh shell, which does not contain any usefull utilities. So, your cron will not work. Change the chrootsh shell to /bin/bash: /opt/psa/bin/server_pref -u -crontab-secure-shell /bin/bash Also, enter the full path to PHP instead...
  11. T

    how to lock an particular subscription?

    Just create a different serviceplan for this user? Or modify this user's subscription, so it will get locked for sync.
  12. T

    Apache Restart Interval - Not working in PLESK 11.5?

    The Plesk's "Apache restart interval" only limits how often Plesk will reload/restart Apache. It does not mean it will always be delayed. For example, which a restart interval of 10 minutes: Last Apache reload was on 11:45. At 12:00 HostBill creates a new subscription. Plesk will now reload...
  13. T

    ODBC error #08S01: [unixODBC][MySQL][ODBC 5.3(w) Driver]Can't connect to local MySQL

    So you've determined that either MySQL server has changed socket location, or that your ODBC driver changed socket location. I am guessing the latter, because your pHPMyAdmin still works fine. Maybe you can change the ODBC config file? What you can also do is change the MySQL hostname from...
  14. T

    insrtaller issues.

    Parallels recently introduced (or atleast, I found out recently) the ability to configure Plesk servers "from the cloud", from within the Key Administration website where your Parallels partner buys their licenses. The Parallels KA (Key Administration) has some strange default settings, which...
  15. T

    Cannot find DNS Settings in Plesk 11.5

    DNS management is available in Plesk 11.5, just as it always was. If the icon is missing make sure that: - DNS Management is enabled in the serviceplan - If the subscription is locked (not in sync with serviceplan), verif that DNS management is enabled there. - Verify that DNS server is...
  16. T

    PHP 5.3 mail.log and separate domains php.ini

    I dont know if your configuration is different then ours, but I can make customizations to the global php.ini just file. Only settings in the per-user vhost are then overwritten. We run PP11.5 on Debian 6/7. Maybe that is different to your distribution, especially because we make the...
  17. T

    Plesk 11.x and DKIM

    No one here can answer what will happen if you upgrade to Plesk 12 if you manually edited your Postfix config to add OpenDKIM signing. I would personally remove the OpenDKIM custom implementation prior to when you upgrade to Plesk 12 once its stable. My guess is that Plesk will also use OpenDKIM...
  18. T

    Plesk 11.5.30 nginx 404 Not Found

    Maybe not the answer you are hoping to get, but I would recomment to stay away from NGINX as frontend with Plesk. It does not offer anything usefull. Parallels believes or at least says that it saves memory, but I doubt that. You are running an extra process, just for the sake of saving...
  19. T

    Nginx + FasCGI PHP Fatal error: Allowed memory size of X bytes exhausted

    24G is alot of memory for 1 PHP script. What if you change it to a more sensible amount? Such as 2GB? Or maybe you can set it to 0, to set an unlimited amount. Also see: http://stackoverflow.com/questions/9276212/php-settings-memory-limits-1024m-does-not-work As that thread suggest you might...
  20. T

    Plesk Firewall blocks opened ports

    I disagree with the recommendation you got. For multiple reasons: This firewall will prevent both legitimate and rouge connections. So, this might prevent your users to retrieve data from legitimate sources, and it will also block outgoing connections that might occur due to some site...
Back
Top