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

    Enable gzip

    Hi, it sounds like you need to go learn your ABC's about running a web server. nginx does not support htaccess. You need to decide if you're using nginx or apache to gzip for you.
  2. J

    Plesk wil not start

    lol, no matter what control panel you get, you will have to know some "linux" to get everything tuned. Start learning if you want to continue running a website or have someone else manage the server for you. Reboot your server then post your syslog. It's usually in /var/log
  3. J

    Plesk wil not start

    So what did your logs say? There's no way anyone here is going to be able to help you until you dump your logs.
  4. J

    Plesk wil not start

    Is this a fresh install? What changes did you make right before you restarted? Have you checked your syslog?
  5. J

    Backup does not write dump to FTP repository

    Thanks for reporting this bug. I noticed my tmp directory was not being cleaned because my backup routine "fails" every evening (really it's just trying to download from a non existant sql server, the backup still completes as normal) Good luck on getting this fixed anytime soon though...
  6. J

    Enable gzip

    A simple google search would have answered your question.... Apache http://howtounix.info/howto/Apache-gzip-compression-with-mod_deflate Nginx http://florianjensen.com/2013/08/03/enabling-gzip-compression-on-plesk-11-5s-nginx/ If you can't follow these instructions, it might be time to let...
  7. J

    Plesk 12 and only One Domain Tunning for faster "Server Response Time"

    You will need to performance tune your web server and your sql server. This is not something you can do in plesk, instead you'll need to edit the configuration files by hand. It's not hard, start googling. http://bit.ly/1sWvl1m Have fun!
  8. J

    Bug Report - Fail2Ban Roundcube

    So this fail2ban jail bans the server IP rather than the "x-real IP". This is not correct. We want fail2ban to ban the person failing the roundcube login not the server itself. The regex is incorrect. You can fix this by making the changes posted below. Find roundcube filter.d file and change...
  9. J

    Mod_security Bug

    PS, the fix for this bug is below touch /etc/asl/custom-domain-blocks
  10. J

    Mod_security Bug

    When trying to install atomic's subscription rules this error shows. Failed to install the ModSecurity rule set: SecReadStateLimit is depricated, use SecConnReadStateLimit instead. AH00526: Syntax error on line 40 of /etc/apache2/modsecurity.d/rules/atomic/modsec/01_asl_domain_blocks.conf...
  11. J

    Statistics do not include external databases

    Right. I will keep bumping this until the feature is implemented. Until it is, I advise actually taking out the external database feature until it is implemented. There is no point in having it if you can't moderate how much data users are going to use.
  12. J

    Statistics do not include external databases

    See you guys are already working on the databases section, why not add this feature. http://devblog.plesk.com/2014/10/plesk-12-1-8-preview/
  13. J

    Statistics do not include external databases

    Why hasn't this already been included? No one in their right mind will host their SQL databases on the same server as http. Now my users basically can get away with having a database as large as they want. This seems like a huge over sight on the developers part here.
  14. J

    Error Installing Application from Application Installer

    Hi custer, I believe I made a report for this thread to be closed. I figured out what the issue was. Since the database is remote I have to set the setting "allow from all hosts" to be default for newly created SQL accounts. I don't like it but it'll have to do. Thank you, ~ Josh
  15. J

    Statistics do not include external databases

    The sql server I have my users use is on a different server from which plesk is installed. Plesk should include the size of the user's databases from the external server as well otherwise the user can have a database as large as he wants. It's no longer restricted by the plans limits.
  16. J

    Error Installing Application from Application Installer

    Hi, whenever one of my customers tries to install an application from the application installer, they get an error that looks like this. Here is the output from the log. It looks like the user does not have permission to open a database but that's stupid that it would ask at this point because...
Back
Top