• 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

    Plesk 11.5 Easy Install Script for Multiple PHP CentOS 6.4 x64

    What does yum -y install libc-client-devel say?
  2. S

    Why does plesk suck so much?

    We have many servers doing various things in combination with Plesk. (however none of them are doing transcoding) All working without any issues. However, if you maintain only 1-5 sites, I see no need for a Control Panel. It is better to use a custom apache setup with FastCGI if needed...
  3. S

    How to enable and run Apache with php5-fpm not php5-cgi?

    Is it possible to use PHP-FPM with mod_fcgid (or the supposedly modified version by Parallels)? I don't think mod_fcgid support FastCgiExternalServer directive, is there another directive to be used here? I have PHP-FPM working, by creating a custom vhost template and compiling custom php...
  4. S

    Plesk 11.5 Easy Install Script for Multiple PHP CentOS 6.4 x64

    This project is no longer maintained I recommend switching to PHP Panda http://forum.parallels.com/showthread.php?293750-PHP-Panda!-Multi-PHP-installer-for-Plesk The following script I made will automate these tasks: - Install needed dependencies - Download and extract sources - Configure...
  5. S

    iptables rule to block all outgoing mail sent via perl (or other) scripts

    For qmail it should be: iptables -A OUTPUT -d 127.0.0.1 -p tcp -m tcp --dport 25 -j ACCEPT iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner qmail -j ACCEPT iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mailman -j ACCEPT iptables -A OUTPUT -p tcp -m tcp...
  6. S

    Plesk 11.5 extend chroot with MySQL access and /var/www/vhosts/<domain>/httpdocs/

    Hi, when messing around with Drush (a Drupal CLI application that can automate your Drupal deploys) I applied following fixes to my chroots: To install: mkdir -p /var/www/vhosts/<domain>/var/www/vhosts/<domain>/httpdocs/ mount --bind /var/www/vhosts/<domain>/httpdocs/...
  7. S

    Plesk 11.5 wrongly detects PHP 5.2.17 as just PHP 5

    Custom versions for 5.3, 5.4 and 5.5 all get detected with correct subversion. But for 5.2.17 it just says PHP 5. This is the version output of the fresh compiled PHP 5.2.17: /usr/local/php5.2.17-cgi/bin/php-cgi -q -c /usr/local/php5.2.17-cgi/etc/php.ini <<< '<?php print phpversion(); ?>'...
  8. S

    Command Line Setup Mailing Lists feature.

    Would it be possible to provide a command line tool to setup the initial 'master' mailman list? So far I have deducted: export LISTPWD='SOMERANDOMPASS'; /usr/local/psa/admin/bin/listmng 'create' 'mailman' '-' 'tech@stone-is.com' 'quiet' unset LISTPWD But is this enough?
  9. S

    Plesk 11.5 Preview

    Same here. One Windows VM already got upgraded to 11.5.29 this way. And a few other Linux installs are showing available upgrades. What is the current release status of Plesk 11.5?
  10. S

    Security leak?

    Very much possible aswell! But the error message normally clearly states that this is the reason. OP; can you post the error messages you get when trying to re-enable?
  11. S

    Security leak?

    Please read: http://forum.parallels.com/showthread.php?287543-Critical-Plesk-vulnerability&p=688669 and http://kb.parallels.com/en/116241 You are not 'hacked' in this sense. Maybe you were hacked last year, and they are still using old credentials? The Plesk KB on that advised to change...
  12. S

    Migrate plesk Panel 9.5 Linux to plesk panel 11 Windows?

    Hi, do you need to migrate many Plesks / sites? It might be possible if you create backups and unpack those. Repack them to be compatible with Windows and import them. I have done this with Plesk 9 Linux to Windows before.
  13. S

    Critical Plesk vulnerability

    Running; grep -i "scriptalias /phppath/" $(awk '$1 = /HTTPD_VHOSTS_D/{print $2}' /etc/psa/psa.conf)/*/conf/* grep -i "scriptalias /phppath/" $(awk '$1 = /HTTPD_INCLUDE_D/{print $2}' /etc/psa/psa.conf)/php_cgi.conf grep -ir "scriptalias /phppath/" $(awk '$1 = /HTTPD_CONF_D/{print $2}'...
  14. S

    no support, no manual for Plesk Outgoing Antispam

    If you want to start a self-help group, you're going to have to use English I'm afraid. I too have been looking at PPOAS (or however we need to abbreviate it). But I am not yet convinced this is a solid solution, it will be tho, in time. If Parallels gives this a good revamp, we will surely...
  15. S

    root.psa_db.sql.lock undocumented feature?

    Can anybody tell me what the file $PRODUCT_ROOT_D/etc/root.psa_db.sql.lock is for? It is referred to @ http://serverkb.co.uk/wiki/Plesk_Errors I'd like to know more about hardening my Plesk installs.
  16. S

    Security leak?

    Check the expiry date on your subscription. Was this server setup about a year ago? If so, the default expiry date of 1 year had not been changed. Also; these are questions your hosting provider should look into, not Parallels.
  17. S

    Plesk 11.5 Preview

    Is Parallels thinking of supporting this? I think it is a bad idea to segregate mail accounts on different MX servers. It's a real mess to maintain, we do it for a few customers, but we can not recommend it! It is also very difficult to explain how it works to your customers.
  18. S

    iptables rule to block all outgoing mail sent via perl (or other) scripts

    Mail should always be sent via qmail or Postfix. In order to be able to track any spammers and to use Parallels Premium Outgoing Antispam. I have created the following iptable rules to enforce this for Postfix: Would it be possible for the Plesk Firewall Module to have such a rule so we can...
  19. S

    chroot httpd process

    Way to be contra-productive there Igor Smitran. You can't terrorize Parallels into making changes, you have to persuade them with reasonable arguments, like: - Isolated sites are the only future for "Shared Webhosting", a hybrid of both worlds is needed, services like FortR. and Jel. are...
  20. S

    Plesk 11.5 is very close to release. Last chance for your feedback

    Hi Sergey, is it possible to get back to my Private Message? Since this is a limited offer I'd like to know if I can qualify. Thank you! Kind regards, Stéphan Stone-IS
Back
Top