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

    I can increase the PHP limit my server to 3GB?

    I think this person has explain it, http://stackoverflow.com/questions/1425138/increasing-php-memory-limit-at-what-point-does-it-become-insane Database Size has nothing to do with php_memory_limit
  2. P

    Is it possible to bulk change NS-records from SSH?

    Hi, Sorry! I missed the part which Plesk's 'DNS Management Tools' Ignored DNS Records which user created!. Just an idea, would it be possible to empty all DNS records for domains and apply the new template?
  3. P

    White page in Joomla Preview

    Anything in error log?
  4. P

    Is it possible to bulk change NS-records from SSH?

    Why using SSH for this? I think you can do this via Panel DNS Manager tool
  5. P

    login, register and add new listing wont work on website get forbiddon error

    seems like permission issue make sure all folders are 755 and files are 644, CLI, #cd /var/www/vhosts/sunnysidecaravanhire.co.uk/httpdocs/ # find * -type d -print0 | xargs -0 chmod 0755 # for directories # find . -type f -print0 | xargs -0 chmod 0644 # for files
  6. P

    [SOLVED] Plesk subdomains problem

    Not sure what is causing your issue. Do you run SELinux in Enforcing Mode by any chance?
  7. P

    Urgent! /usr/local/psa/handlers/spool contains one huge 100GB file

    You have mention "until you stopped a php process" what was the process? This could be related to sending mails via php sendmail. Please check the Cron setup from all the users as well.
  8. P

    [SOLVED] Plesk subdomains problem

    Do You have the DNS A Record for the Subdomain? subdomain.domain.tld A IP-ADDRESS in your DNS Zone?
  9. P

    Slave DNS Manager Module and SeLinux

    again if you ain't sure about any other denial from SELinux, Please do not use audit2allow command, it may be SELinux doing its' job.
  10. P

    Slave DNS Manager Module and SeLinux

    you can run audit2allow and generate SELinux policy allow rules from logs of denied operations. No Need to Disable SELinux. I run this forum, http://selinuxforum.com/
  11. P

    Exclude folders from plesk backup ?

    @Pascal_Netenvie, Not aware of excluding folders, how about Incremental backups?
  12. P

    Urgent! /usr/local/psa/handlers/spool contains one huge 100GB file

    @trialotto, Nicely explained! @Timi002 Panel > Tools & Setting > Mail Server Setting > Mail Queue But Wonder how would want to send 100GB of attachments if not spaming
  13. P

    Urgent! /usr/local/psa/handlers/spool contains one huge 100GB file

    found online, but it is qmail, https://kb.plesk.com/en/122242
  14. P

    Plesk 12.5 MySQL 5.7 Upgrade Possibility?

    Hi, Thank you for your input. just looking for info about Plesk 12.5 MySQL 5.7
  15. P

    502 bad gateway - nginx

    Same Issue? https://talk.plesk.com/threads/nginx-502-bad-gateway-error.332676/#post-778564
  16. P

    I have problem with login on plesk 12.5

    Can you access the 'Web Server's Default Page' via IP? I had the similar issue. Problem was bad routing on Server IP
  17. P

    [SOLVED] Plesk subdomains problem

    The issue on the surface looks like you need to manually add DNS records into hosteurope main DNS. Plesk is a stand alone server admin and unless you slave your DNS (which is unlikely via Hosteurope) you need to add to your hosts DNS. This is the most common issue with hosted VPS/Containers...
  18. P

    Urgent! /usr/local/psa/handlers/spool contains one huge 100GB file

    This could be related to 'hacked' (Password compromised) email address sending millions of emails with an attachment. Check the postfix email log https://kb.plesk.com/en/111283
  19. P

    Plesk 12.5 MySQL 5.7 Upgrade Possibility?

    Hi hardbrasil, Did you mean MySQL 5.7? Thank you!
Back
Top