• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. Bitpalast

    Question How sitejet works?

    The question is probably asked to find out whether this happens GDPR conform? I think that Plesk staff should answer it, because we users cannot know the answer. For sure, the IP address of the host is passed, and a license key is passed, too. Neither are relevant for GDPR, because neither are...
  2. Bitpalast

    Issue Error Upgrading MariaDB on CentOS 7

    Just guessing, but it doesn't look like a real database server update on the console, but an attempt to use the Plesk database server upgrade. However, as CentOS 7 is long end of life, this will probably not work, because Plesk does not support EOL operating systems. You can try to update the...
  3. Bitpalast

    Resolved 403 Forbidden after installation

    @Jan Bludau This seems to have nothing to do with the topic of this thread. It also does not seem to be related to Plesk 12.x. Please open your own thread for your topic.
  4. Bitpalast

    Resolved Website KO

    It seems that either the database server is not running or the disk space is full (which again will cause the database server to crash). If you cannot fix this by yourself, I recommend asking Plesk support to take a look. They'll be able to fix it for you...
  5. Bitpalast

    Issue Fail2ban: Ip addresses are not blocked by Recidive

    To me it seems o.k. that the Postfix chain entry is removed. Our servers here are doing this all the time: They remove entries from the individual jail chains while they keep the entries in the recidive jail chain. The problem here seems to be that the IP is not being added to the recidive chain...
  6. Bitpalast

    Input Enormous price increases yet again for 2025

    The web host license allows for an unlimited number of domains. Period.
  7. Bitpalast

    Question How is Spamcop DNSBL doing these days?

    Spamhaus seems to have added more IPs to their "Open Resolver" list. We had to remove them from our systems for that. We're using proprietary resolvers, yet they seem to dislike them (or the number of the requests they are doing). Is bl.spamcop.net a valid alternative these days? We haven't...
  8. Bitpalast

    Question Spam sent from my server by other hosts ???

    [/CODE] Search maillog for 5D8DD180B87. What entries do you find?
  9. Bitpalast

    Question MYSQL variables available in Plesk

    There is no "one size fits all". There are some options to improve MySQL performance. You could try the performance optimizer in Plesk. It will apply a few settings to the database server that are known to improve the performance. For a more detailed approach, run "mysqltuner" (GitHub -...
  10. Bitpalast

    Question Enable 2FA on FTP

    Interesting. I did not know that ProFTPD has this implemented. Have you tried to activate the module?
  11. Bitpalast

    Issue Error mysqldump: Error 1030: Got error 1877 "Unknown error 1877" from storage engine InnoDB when dumping table `session` at row: 0

    What is the context of the error message? Are you trying to export your own custom database? Or is this a message during a Plesk backup? Did you try to "check and repair" your database? Can you open the session table in phpMyAdmin?
  12. Bitpalast

    Question Apache Web Server Settings (mod_setenvif)

    I don't know why this happens. The function is available since PHP 4: PHP: apache_getenv - Manual To my knowledge it does not require a special PHP extension. Maybe you can ask your provider about it?
  13. Bitpalast

    Question Apache Web Server Settings (mod_setenvif)

    And for PHP-FPM it is possible that you need to set the environment variables in the additional PHP directives section like [php-fpm-pool-settings] env[your_env_variable]="your variable value" This may not be the desired solution, but at least you're getting closer to some solution.
  14. Bitpalast

    Question Apache Web Server Settings (mod_setenvif)

    I forgot to mention that the handler must be PHP-FPM, because in FastCGI it might not work.
  15. Bitpalast

    Question Apache Web Server Settings (mod_setenvif)

    At least we now know for sure that the module is present, is loaded and is active in the web server. So the question remains why the environment variable stays invisible to your PHP. Let's please check whether this alternative PHP script returns the correct answer: <?php if...
  16. 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...
  17. 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.
  18. 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...
  19. 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...
Back
Top