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

    Issue Resource temporarily unavailable) while connecting to upstream

    You can start with this: http://alvinalexander.com/blog/post/linux-unix/linux-lsof-command Then check http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/
  2. lvalics

    Issue Resource temporarily unavailable) while connecting to upstream

    Try to see how many open files are allowed. Could be this, but this I think require a deep research ...
  3. lvalics

    Issue 403 errors on CSS and Media files and pcfg_openfile: unable to check htaccess file

    Because security reason :-) 777 or 775 was not safe.
  4. lvalics

    Issue 403 errors on CSS and Media files and pcfg_openfile: unable to check htaccess file

    Check that your folder skin have 755 right and the user is your username.
  5. lvalics

    Resolved General error: 1021 Disk full

    You need to restart apache, just deleting the file will not help. Usually I do not delete the file, cause can still there, I overwrite it like cp /dev/null /var/www/vhosts/domainname/logs/error_log
  6. lvalics

    Resolved log messages very huge

    This is happening all the time. 1. You can ignore it, 140MB is not a lot, logrotate should solve it. 2. You can see where you get a lot of entries and solve it via Fail2Ban or firewall, if you think is an attack. 3. If is a DNS entry like in this case I see, you can eventually try to log only...
  7. lvalics

    Resolved General error: 1021 Disk full

    Try to see which folder has generated a lot of files, I think it was a PLESK backup or could be log files in /var/www/vhosts/ (like error_log).
  8. lvalics

    Resolved transport plesk_virtual failure

    https://serversupportforum.de/forum/mail/46417-error-queue-file-write-error.html
  9. lvalics

    Resolved Plesk repair tool reports "There are files or directories with suspicious permissions"

    No major problem can get from this, except if a vulnerability in Magento, can be easily hacked.
  10. lvalics

    Resolved transport plesk_virtual failure

    try plesk repair installation plesk repair mail
  11. lvalics

    Resolved transport plesk_virtual failure

    Try to repair/reinstall Postfix. Or if is hard, start autoinstaller switch to qmail and then switch back with a second install. Usually this work. Not a nice way, but work.
  12. lvalics

    Resolved Plesk repair tool reports "There are files or directories with suspicious permissions"

    You should not have in php-fpm or fastCGI environment anymore 777 or 775 files/folders. Because apache is executed as a user, you can have safely 644 for files and 755 for folders.
  13. lvalics

    Question MySQL DB live clone/copy

    Not in all case work :-) Don't ask me why, usually I use the same, but I got sometimes when it not work.
  14. lvalics

    Resolved Easy way to find subscriptions with biggest disk usage?

    Go to domains list and there is a Disk Usage column. If you click on it, will order it.
  15. lvalics

    Question MySQL DB live clone/copy

    I use automysqlbackup to create a daily/weekly/monthly backup. It is not the perfect solution, but in years saved my *** a few times (or a lot of times). wget -O /etc/cron.daily/automysqlbackup.sh http://www.grafxsoftware.com/download/backup-plesk/automysqlbackup.sh chmod 700...
  16. lvalics

    Question Undelivered Mail Returned to Sender gmail.com 550 5.7.1

    An another solution, in case if your ISP cannot provide IPv6 reverse DNS is to switch postfix to IPv4 only. Change the following line in the postfix main.cf file and restart postfix: inet_protocols=all into inet_protocols=ipv4
  17. lvalics

    Resolved Database problem

    The issue was that it was installed 32 and 64 bit MySQL, I made a symlink from 32 to 64 and worked ...
  18. lvalics

    Resolved Database problem

    Please contact me on PM. I will try to help you in private.
  19. lvalics

    Resolved Database problem

    yum list mysql* should show if was installed or not mysqlclient, I think yes. if exist, I think it was from ART repo and match this version. If yes, then you should install it again (update). it is easier to me to do it, hard to presume what you have there :-)
  20. lvalics

    Resolved Database problem

    http://www6.atomicorp.com/channels/atomic/centos/5/x86_64/RPMS/mysqlclient16-5.1.59-2.el5.art.x86_64.rpm Could this help?
Back
Top