• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Search results

  1. Tim_Wakeling

    Resolved nginx protocol options redefined

    Yes, it does seem to remove the error! I will set all my domains to "none" for now.
  2. Tim_Wakeling

    Resolved nginx protocol options redefined

    I will try this, thank you - and will review all the further replies to this thread for clues. Thanks to others for joining in with your thoughts! It looks like I am not alone with this problem and hopefully a solution will be found.
  3. Tim_Wakeling

    Resolved nginx protocol options redefined

    Thanks for the tip! But when I type nginx -t I just get a readout of the errors I posted above, i.e. the following two lines for every domain on my server: nginx: [warn] protocol options redefined for 193.33.178.154:443 in /etc/nginx/plesk.conf.d/vhosts/domain.com.conf:6 nginx: [warn] protocol...
  4. Tim_Wakeling

    Resolved nginx protocol options redefined

    On my server with nginx 1.24 I am getting the following red errors: Unable to configure the web server: Execution failed. Command: httpdmng Arguments: Array ( [0] => --reconfigure-all [1] => -skip-removing ) Details: Execution failed. Command: httpdmng Arguments: Array ( [0] =>...
  5. Tim_Wakeling

    Issue After changing root password and Plesk admin passwords, migration fails

    Yeah, just the GUI ones on both source and destination. But I also updated the root password on the destination via the command line - passwd root. After posting this I found I did have a record of all the old passwords in each of these cases, and changed them back, but the problem remains. I...
  6. Tim_Wakeling

    Issue After changing root password and Plesk admin passwords, migration fails

    Thanks for your reply! Yes, that command you gave me works when I enter it manually on the source server. I get logged in and given a MariaDB [psa]> prompt.
  7. Tim_Wakeling

    Issue After changing root password and Plesk admin passwords, migration fails

    I've read and tried solutions from various other threads but still getting the problem. Desperate now, I'm asking for help! :) I had a migration script running every 4 hours to copy-content from one Plesk server to another. I know there is a debate about whether this is the right way to do...
  8. Tim_Wakeling

    Resolved ERROR: Plesk\Exception\Database: DB query failed: SQLSTATE[HY000] [2002] Connection refused (Mysql.php:79)

    Morning - I am pleased to report I worked out what to do, thanks to your guiding me in the right direction. :D A corrupt table on one of my sites was causing MariaDB to crash every time it was accessed, as you said, and that was every couple of minutes. It restarted immediately of course, but...
  9. Tim_Wakeling

    Resolved ERROR: Plesk\Exception\Database: DB query failed: SQLSTATE[HY000] [2002] Connection refused (Mysql.php:79)

    That's really helpful. I've tried this and can't see any tables mentioned in the startup sequence: Nov 10 16:17:02 hosting systemd: Starting MariaDB 10.5.13 database server... Nov 10 16:17:02 hosting mariadbd: 2021-11-10 16:17:02 0 [Note] /usr/sbin/mariadbd (mysqld 10.5.13-MariaDB) starting as...
  10. Tim_Wakeling

    Resolved ERROR: Plesk\Exception\Database: DB query failed: SQLSTATE[HY000] [2002] Connection refused (Mysql.php:79)

    Thanks! Interestingly, the SHOW PROCESSLIST; command sometimes does what you expect, and other times gives an error: MariaDB [psa]> SHOW PROCESSLIST; +----+-----------------+-----------+----------------+---------+------+----------+------------------+----------+ | Id | User | Host...
  11. Tim_Wakeling

    Resolved ERROR: Plesk\Exception\Database: DB query failed: SQLSTATE[HY000] [2002] Connection refused (Mysql.php:79)

    Ah interesting! Lots of repetitions of: Nov 10 15:09:33 hosting mariadbd: 2021-11-10 15:09:33 0 [Note] /usr/sbin/mariadbd (mysqld 10.5.13-MariaDB) starting as process 11039 ... Nov 10 15:09:33 hosting mariadbd: 2021-11-10 15:09:33 0 [Note] InnoDB: Loading buffer pool(s) from...
  12. Tim_Wakeling

    Resolved ERROR: Plesk\Exception\Database: DB query failed: SQLSTATE[HY000] [2002] Connection refused (Mysql.php:79)

    I'm getting this error intermittently on my Plesk panel, and also website users are reporting that the database fails to connect every now and then when viewing web pages hosted on the machine. Refreshing the page in all cases solves it, but a few minutes later it happens again. It seems to...
  13. Tim_Wakeling

    Question Can I run a Plesk Migrator resync automatically via the command line or a scheduled task?

    I am running a second server as a backup, and I would like to automatically keep it up to date with my main server, at reasonable intervals, like perhaps hourly, or several times a day. I have found a wonderful manual way to do this which works beautifully - I ran Plesk Migrator once, it copied...
  14. Tim_Wakeling

    HTTP 414 errors on URLs only 256 characters long

    I'll see what I can do - thank you! :)
  15. Tim_Wakeling

    HTTP 414 errors on URLs only 256 characters long

    I see. In this case that's OK. Often, however, I do need to pass GET variables to pages whose URLs are pretty WordPress permalinks ending in "/", not ".php". I'll have to do some more reading on the subject.
  16. Tim_Wakeling

    HTTP 414 errors on URLs only 256 characters long

    OK, I have solved the problem! Well, sort of. I discovered that if I referenced a specific PHP script file instead of a "pretty URL", it worked. So this fails with a 414...
  17. Tim_Wakeling

    HTTP 414 errors on URLs only 256 characters long

    Thanks; just checked nginx configuration and it was set to client_header_buffer_size 2k; large_client_header_buffers 4 8k; I tried increasing it to client_header_buffer_size 8k; large_client_header_buffers 4 16k; just temporarily and restarted nginx, apache and httpd to see whether it solved...
  18. Tim_Wakeling

    HTTP 414 errors on URLs only 256 characters long

    Thanks for the clarification; I will check the heirarchy but I suspect this is how it is set up. It seems to be. I do wonder whether nginx is overriding things somehow although I was under the impression that Apache was serving the PHP. Do you know how I can check what nginx's status is and...
  19. Tim_Wakeling

    HTTP 414 errors on URLs only 256 characters long

    Thanks for your help ... you had me hopeful there for a moment! However I checked the Web Server Settings in Panel, and the two "LimitRequest" lines mentioned above are definitely present in the "Additional directives for HTTP" and "Additional directives for HTTPS" boxes. They are also present...
  20. Tim_Wakeling

    HTTP 414 errors on URLs only 256 characters long

    By the way, I also have these lines: Alias /error_docs /var/www/vhosts/mydomain.com/error_docs ErrorDocument 414 /error_docs/request_uri_too_long.html And they are being ignored. I am not getting an HTML page as an error; just a white screen and an entry in the log file. If I could only...
Back
Top