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

    Error: 502 Bad Gateway nginx (104: Connection reset by peer)

    Are you using a nginx-only setup or nginx as proxy for static files in combination with apache? If you are using nginx as reverse-proxy like me, you could try my config (/etc/nginx/nginx.conf): worker_processes auto; worker_rlimit_nofile 50000; events { worker_connections 1024; use...
  2. O

    Error: 502 Bad Gateway nginx (104: Connection reset by peer)

    Sorry, was the wrong config - here the right one (/etc/sw-cp-server/config) :) worker_processes 2; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local]...
  3. O

    Plesk 12.5 and Dovecot

    I can confirm this. I just checked some domains and the soa has changed to the slave dns-server for some of them. I have not changed the dns-template(s). --------------------------------- OS: CentOS 7.1.1503 x86_64 Plesk: 12.5.30 MU5 ---------------------------------
  4. O

    Unable to ban domains

    Hi, I just tried to ban a few domains (admin panel -> domains), but got the following error in the panel: Internal error. ERROR: Zend_Controller_Exception: Zugriff verweigert.#0 /usr/local/psa/admin/plib/CommonPanel/Controller/Action/Abstract.php(261)...
  5. O

    How to Enable .htaccess?

    You could try to add Options +FollowSymLinks to your .htaccess file - before the <IfModule... part
  6. O

    How to Enable .htaccess?

    Have you enabled SEO-URLs in the wordpress-backend? Have a look at http://modernwpthemes.com/how-to-make-seo-friendly-url-in-wordpress/
  7. O

    How to Enable .htaccess?

    Sorry, but I still don't know what you want.
  8. O

    How to Enable .htaccess?

    Am I right that you want to disable all access from a specific folder? Or what do you want?
  9. O

    How to Enable .htaccess?

    Order allow,deny Deny from all
  10. O

    How to Enable .htaccess?

    I think I got you wrong - what exactly do you want to do?
  11. O

    How to Enable .htaccess?

    Didn't you want to lock a website or a subfolder with a htaccess password-protection (basic auth)?
  12. O

    How to Enable .htaccess?

    Customer-view -> websites & domains -> %the desired domain% -> password protected directories
  13. O

    Better hardware and pigz, yet worse backup performance

    Exactly - you got it :) The linux kernel is automatically using unused RAM for file caching. Your old system had 8GB - now you have 64GB. That is a great improvement. If you not already did it, you should spend time and RAM on tuning your mysql-server.
  14. O

    Better hardware and pigz, yet worse backup performance

    I think you got me wrong. The maximum load your system can take is, because you have two cpus, double (~15) of that, what I mentioned in my first post (~7,5). The cpu load during your backup will stay at ~5 - no matter if you have two or four cpus. So your backup process takes about 33% of the...
  15. O

    Better hardware and pigz, yet worse backup performance

    Hi, it doesn't matter if you have one or two cpus - the load will be the same. Your dual cpu setup is theoretical able to process the backup faster. Maybe your RAID1 is the bottleneck, because you are reading and writing on a single array of slow HDDs at the same time. You should monitor the...
  16. O

    Better hardware and pigz, yet worse backup performance

    Hi, please keep in mind that a load of 1 means that a single cpu core is working to capacity. According to Intel, cpus with hyperthreading enabled can take ~25% more load than cpus without hyperthreading. So... The E3-1240 has 4 cores (with HT) = max load of ~5. The E5-2620 has 6 cores (with...
  17. O

    Multiple versions php: can't add php sphinx module

    Please have a look at... ./configure --help ...maybe there are configuration options for your needs
  18. O

    Multiple versions php: can't add php sphinx module

    Hi, please try this (untested): /opt/plesk/php/5.5/bin/pecl config-set php_ini /opt/plesk/php/5.5/etc/php.ini /opt/plesk/php/5.5/bin/pecl config-set php_bin /opt/plesk/php/5.5/bin/ /opt/plesk/php/5.5/bin/pear config-set php_suffix "" /opt/plesk/php/5.5/bin/pecl install --force sphinx echo...
  19. O

    Plesk 12.5 with MariaDB 10

    If someone else want to use this workaround too, please don't forget to reload systemd after the changes. systemctl daemon-reload
  20. O

    Plesk 12.5 with MariaDB 10

    Hi, last weekend I upgraded one of my servers from Plesk 12 to 12.5 and encountered a problem afterwards. OS: CentOS 7.1.1503 x86_64 Plesk: 12.5.30 MU3 MySQL: MariaDB 10.0.21 (official MariaDB repo for CentOS 7) Problem: MariaDB installed from the official MariaDB repo is not using a...
Back
Top