Direkt zum Inhalt

squidbusiness.fr is down

0

Hi, Our website(squidbusiness.fr) has been down for few days. Based on my investigation we were having space issues, so I transfered the instance to a bigger machine. But the website is still down and unresponsive. I need the website to go up and running asap. I would be grateful if you could help investigate the possible issue and provide some guidance how to solve the issue. Many thanks, Best regards, Tahereh

gefragt vor 3 Jahren316 Aufrufe
1 Antwort
0

Hello,

I checked your website via command line.

curl -ILs https://squidbusiness.fr | grep HTTP
HTTP/1.1 200 OK

I also checked it visually and it appears to be online and appears to be working just fine. I did also check for vulnerabilities and this Word Press may be vulnerable to the XMLRPC exploit. I suggest removing this if it's not used, or lock it to a specific IP address range.

AWS
EXPERTE
beantwortet vor 3 Jahren
  • Hi David, thank you for your response. The issue is that I cannot access the admin page of my website (https://squidbusiness.fr/wp-login.php). Do you have any idea what the issue could be?

  • Hello! I'm able to access your login page both command line and visually. I suspect there is something wrong on your network. Have you tried a different device? I would also suggest checking your security groups and see if someone has added a block to your IP connection. It doesn't appear to be Word Press related from this point of view. I would also suggest locking down this page so internet bots cannot rapidly attempt brute forces on it as well (I should not be able to see this page).

    curl -ILs https://squidbusiness.fr/wp-login.php HTTP/1.1 200 OK Date: Thu, 11 May 2023 12:11:46 GMT Server: Apache

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.