• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. Bitpalast

    Question Apache Web Server Settings (mod_setenvif)

    What's the output of # apachectl -M | grep setenvif or # httpd -M | grep setenvif? When you do a real life test, what's the result? For example: Add this line to your .htaccess file: SetEnvIf Request_URI "^/testmodsetenvif$" TEST_MOD_SETENVIF_LOADED=1 Then create a simple script to check the...
  2. Bitpalast

    Question Server is down (very often)

    Maybe you could describe the issue in a bit more detail. Without further analysis, e.g. a look into log files or at least the process list as suggested above it will not be possible to assist.
  3. Bitpalast

    Question Apache Web Server Settings (mod_setenvif)

    That module should be loaded by default. There should not be any need to add it manually. If it is not loaded by default, first check in /etc/httpd/modules (points to /usr/lib64/httpd/modules) whether the file mod_setenvif.so exists. If it exists, you can create a config file in...
  4. Bitpalast

    Question Server is down (very often)

    You could look into the httpd processes. First list them, e.g. # ps aux | grep httpd. Are there many? What is their cpu usage? You could also check if you are really running without PHP-FPM (unlikely!), e.g. # ps aux | grep php-fpm. I also recommend running this overview from time to time to see...
  5. Bitpalast

    Input Enormous price increases yet again for 2025

    Really? Would you then not be a Plesk partner and be entitled to free support anyway? Great.
  6. Bitpalast

    Question How to Prevent High Connection Counts Causing High Memory Usage (Possible DDoS?)

    Man, Amazon is getting on my nerves. In some cases their bot now appears as "Amazonbot" without the intro parenthesis, and it is increasingly annoying, because it crawls dozens of websites at exactly the same time on the same host (shared IP). And they are doing it from dozens of source IP...
  7. Bitpalast

    Issue Plesk Task Manager Issue not starting

    @gerald It seems you did not contact technical support, but licensing support. This is clearly stated in licensing support's response. If you want technical support, contact technical support. If you got your license from a reseller, you got it at a much lower price than what a licenses...
  8. Bitpalast

    Issue Plesk Task Manager Issue not starting

    Did you file a support ticket with Plesk support?
  9. Bitpalast

    Issue Plesk Task Manager Issue not starting

    Two guesses on what else could be a problem: It could be an an SELinux issue. When the server rebooted and SELinux was set to "enforced" but previously the security context on some files was wrong, it could lead to some files being blocked by it. For that reason it is possible that the problem...
  10. Bitpalast

    Question Restrict option for Inode, Mysql, process level on plesk Linux server

    Sounds like some interesting ideas. The number of inodes cannot be easily restricted, a restriction of MySQL will need further clarification whether you want to restrict the number of processes per user (which can already be done in the my.cnf file) or other values, a restriction of the process...
  11. Bitpalast

    Input Enormous price increases yet again for 2025

    Let us hear your suggestions.
  12. Bitpalast

    Question Enable 2FA on FTP

    2FA is not part of the FTP protocol. It is not used along with FTP, FTPS or SFTP, but a proprietary solution of selected FTP servers like the "FileZilla Pro Enterprise Server". That is not a regular FTP server. A one-year single machine license of that server costs around 200 $ at this time. It...
  13. Bitpalast

    Input Enormous price increases yet again for 2025

    If you are unsatisfied with a support case, I suggest to present the case and support's response in a forum thread. Surely the most active members here will review it and give further advice. Regarding the price increase: We all agree and are all affected by it. What purpose does it serve to...
  14. Bitpalast

    Input Enormous price increases yet again for 2025

    I am not selling Plesk products, I do not work for Plesk and am not paid by Plesk. We use Plesk as the web server administration interface for users who lease a webhosting package. We do not charge extra and we do not sell individual Plesk licenses either. My friends, you are trying to talk bad...
  15. Bitpalast

    Issue Server Error 403-Forbidden You do not have permission to access this document.

    Check whether your document root directory is owned by <username>:psaserv Sometimes users create that directory from scratch and is is then owned by <username>:psacln which will not work and lead to the 403 error.
  16. Bitpalast

    Input Enormous price increases yet again for 2025

    I have no revenue stream from Plesk.
  17. Bitpalast

    Input Enormous price increases yet again for 2025

    Actually, Plesk support is THE perfect support, the best you can get. Your issue is not Plesk support. Your issue is that you do NOT have Plesk support, but are going through your service provider. And obviously their support is poor. Instead, try Plesk support directly. Use the 30 days free...
  18. Bitpalast

    Issue Send limit is also triggered by internal forwarding

    I, too, believe that internally forwarded mails should not be counted. Wasn't there a Uservoice feature request on that already?
  19. Bitpalast

    Question How to remove SSL renewal attempts for good?

    Why use a third-party product if we already have built-in solution? Every new service comes with new trouble.
  20. Bitpalast

    Question How to remove SSL renewal attempts for good?

    I saw the SSLIt setting, but we're using "none" in all service plans anyway. Nevertheless: Since yesterday with no new changes done to the server configuration, no further renewal attempts were logged. I have no idea why it stopped all the sudden. No setting was manually changed since Monday...
Back
Top