• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by afuego

  1. afuego

    Issue Is Monitoring 360 down?

    Apparently, its a global outage more information on the issue on https://support.plesk.com/hc/en-us/articles/21504460359575--Open-360-Monitoring-is-not-available-504-Gateway-Time-out-February-20-2024-22-30-UTC
  2. afuego

    Issue Is Monitoring 360 down?

    Since yesterday I am getting 504 Gateway timeouts and 500 Internal Server Error nginx visiting https://monitoring.platform360.io/ Anybody else experiencing this?
  3. afuego

    Input Plesk can now be installed on Ubuntu 20 servers running on ARM-based platforms

    Important to mention Imunify360 won't run on ARM.
  4. afuego

    Question Install Python and run python scripts

    Hi @NickC 1. https://support.plesk.com/hc/en-us/articles/12377824001943-The-Python-support-is-missing-from-domain-s-Hosting-Settings-page-in-Plesk 2. python --version 3. Root folder /httpdocs 4. Scheduling Tasks - Documentation from Plesk Knowledge Base 5. I think so, review your code. I had...
  5. afuego

    Issue imunify360-dos-protection.service - failed

    @NITROFOX It is not critical and doesn't affect the daemon's primary function. You need a paid license for Imunify360. The fix is included in the upcoming version 7.7.2. Track version here: Imunify Changelog
  6. afuego

    Resolved How to Redirect /usage folder from 403 to 404 http code

    Hi @siska8080 Add this block to your Additional nginx directives in Plesk: location /usage { return 404; }
  7. afuego

    Question Is there a way to restart the server automatically every time it crashes due to 2GB of RAM?

    Hi Carlos, I logged to the server and executed the following commands, if use the SSH terminal on Plesk you could do it too. Create a New Swap File (if needed): If you don't have an existing swap file, create one using fallocate: Bash sudo fallocate -l 4G /swapfile Use code with caution...
  8. afuego

    Question Is there a way to restart the server automatically every time it crashes due to 2GB of RAM?

    Hi Carlos, what Peter Debik says resonates with what I heard from Plesk Technical Support recommendations. I did have a similar experience, server running out of memory, and I added swap and it seems to help my situation.
  9. afuego

    Question How to block control panel access for subdomain?

    Hi @helalsiftwell , I was able to clear the security assessment implementing this fix; https://support.plesk.com/hc/en-us/articles/12377482124439-How-to-configure-a-redirect-from-the-domain-name-IP-address-to-the-server-hostname-on-port-8443-in-Plesk-for-Linux- Hope it works for you.
  10. afuego

    Seeking Advice on Plesk for Website Backups

    I use the Scheduled Backup settings, automatically backing up to Dropbox daily up to 14 full backups stored. I like to check the option to receive an email if errors occur during the execution of the backup task. More information on Scheduling Backup Settings here Scheduling Backups
  11. afuego

    Question http://website.com:443 - 400 Bad Request

    When I ran this MYSQL_PWD=cat /etc/psa/.psa.shadow mysqldump -u admin psa > psadate +%F_%H.%M.sql I got permission denied. Would this plesk db dump psa > /root/psa_dump.sql has the same effect? I back up the psa database with the instructions above and ran the update and have the same...
  12. afuego

    Question http://website.com:443 - 400 Bad Request

    Hi Peter, Thank you so much for your help, I can confirm the domains resolves to the correct ip address. When I ran the command on the Plesk server 2 where http://websiteserver2.com:443 get the 400 Bad request error Plesk Server 1 where http://websiteserver1.com:443 goes to https://
  13. afuego

    Question http://website.com:443 - 400 Bad Request

    I have the situation where http://websiteserver2.com:443 in plesk server 2 brings 400 Bad Request error. In another plesk server 1 http://websiteserver1.com:443 forwards the traffic to https://. I would like to replicate this behavior. How is it possible? Curl results are the same for both...
Back
Top