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

    Apache server status page showing server IP's only

    Hi @vlikhtanskiy Unfortunately the Apache server status page still has the same problem.
  2. Chris1

    Multiple PHP Versions in Plesk 12.0 Out of the Box!

    Is it only available on certain operating systems maybe?
  3. Chris1

    Apache server status page showing server IP's only

    Hello, I know this isn't directly related to Plesk but hopefully someone can help me. I've got a few Plesk servers and in the past activating the server status page on CentOS6 was easy, I just added the following to the /etc/httpd/conf/httpd.conf file: ExtendedStatus On <Location...
  4. Chris1

    Migration

    Hi Steven, The files will not be deleted on the source server using the migration tool.
  5. Chris1

    Plesk firewall not working

    Hello, Plesk 12.5 Update #5 on CloudLinux 7.1. It seems that my Plesk firewall isn't working. I've got an attacker trying to brute force into a clients Wordpress website: 78.142.63.72 - - [16/Oct/2015:10:38:50 +1100] "POST /wp-login.php HTTP/1.0" 200 4405 "-" "-" It isn't being picked up by...
  6. Chris1

    502 Bad Gateway on all websites suddenly

    Ahhh you are correct! My IP was caught in the ModSecurity jail, thank you for your assistance @SibProgrammer & @vlikhtanskiy ! I have since re-enabled nginx and it seems to be working ok now.
  7. Chris1

    502 Bad Gateway on all websites suddenly

    Yep that's correct, just a front-end proxy. Oh ok I can try that. How does Fail2Ban interfere in this case? I do see that Fail2Ban had an update via yum a few days ago.
  8. Chris1

    502 Bad Gateway on all websites suddenly

    Hello thank you for your reply. I'm not currently using FPM on any of the vhosts at the moment, using the Plesk provided PHP 5.6 with FastCGI handler. ...however the following seems to be in /var/log/php-fpm though: [14-Oct-2015 12:52:41] ERROR: No pool defined. at least one pool section must...
  9. Chris1

    502 Bad Gateway on all websites suddenly

    Hello, I am running Plesk 12.5.30 Update #5 on CloudLinux 7.1, all of a sudden today every website on the server started getting a 502 Bad Gateway Nginx error. The Plesk panel itself is fine though, this is loading ok. I tried restarting nginx and Apache but this didn't help. I tried...
  10. Chris1

    When is Web Business Builder / Yola coming to Plesk?

    Ok no worries, thank you.
  11. Chris1

    When is Web Business Builder / Yola coming to Plesk?

    I believe it is available for automation but not Plesk yet. I was advised by an Odin rep at the Sydney WHD that it would be available by now. Any ETA?
  12. Chris1

    DIGEST-MD5 not working for Postfix

    Ive tested this on a 12.5 server and DIGEST-MD5 works ok, just not on any of the Plesk 12 servers..? I've found that on the Plesk 12 servers, the Postfix version is 2.6.6-6.el6_5 but the Plesk 12.5 server is 2.10.1-6.el7. Was there a change between these versions that would have solved this...
  13. Chris1

    DIGEST-MD5 not working for Postfix

    Hello :) I have a strange issue which is causing our clients to be banned by the "plesk-postfix" Fail2Ban jail. These clients were recently migrated from Plesk 10 to the current Plesk 12 server. We are seeing the following in /var/log/maillog Sep 30 13:22:14 plesk-1 postfix/smtpd[276918]...
  14. Chris1

    Enable gzip compression for single website?

    Apparently I can just add the following to my .htaccess file. All good :) <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </IfModule>
  15. Chris1

    Enable gzip compression for single website?

    Hello, Is it possible to enable gzip compression using mod_deflate for individual websites? Running this: # grep 'mod_deflate' /etc/httpd/conf/httpd.conf Returns: LoadModule deflate_module modules/mod_deflate.so ..so it isn't commented out and should be loaded by Apache so it's just a matter...
  16. Chris1

    Permanently Ban Repeat IPs With fail2ban

    I think what he means is that you can put the value "-1" in the ban period field and it will ban the IP permanently. I haven't tested this myself.
  17. Chris1

    Plesk 12.5.3 MU3 - Customer can't edit DNS zone

    Is Bind installed?
  18. Chris1

    SessionHandler error on website after moving from 12 to 12.5

    ***Solution from CloudLinux*** I submitted a ticket to CloudLinux and got a response within 5 mins! add line @/var/lib/php/session,777 to /etc/cagefs/cagefs.mp and run $ cagefsctl --remount-all This fixes the issue, my customer can now write/read to this file.
  19. Chris1

    SessionHandler error on website after moving from 12 to 12.5

    I disabled cagefs and the website could now load ok. Any ideas on how to resolve this? Update: I think I understand. Due to the user being in cagefs they have their own virtual file system as /var/lib/php/session doesn't exist to the user. I could update my service plans to use "/tmp" as the...
  20. Chris1

    SessionHandler error on website after moving from 12 to 12.5

    I've got a particular website having a problem after moving it to a new server. Plesk 12.5.30 - Update #3 CloudLinux 7.1 It is a Concrete5 website with showing the following two errors when trying to load the page: SessionHandler::read()...
Back
Top