ziycon

  • Posts: 126
Downtime!?
« on June 6th, 2012, 05:35 PM »
Just curious as to if the downtime that the site gets every now and then is down to the ongoing development of wedge or is it a server issue that hasn't been resolved as of yet?
Quote
Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
APRAI - Custom Theme - SMF 2.0.5


Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Downtime!?
« Reply #1, on June 6th, 2012, 06:04 PM »
Server issue in this case...

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Downtime!?
« Reply #2, on June 7th, 2012, 02:56 AM »
Yeah, there's been that over the last few days but I thought it had all cleared up now.
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

ziycon

  • Posts: 126
Re: Downtime!?
« Reply #3, on June 7th, 2012, 10:47 AM »
Is it load issues or host issues!? If it's load issues, try blocking baidu as it's know to eat bandwidth. The below htaccess snippet should do it.

Code: [Select]
RewriteCond %{HTTP_USER_AGENT} Baiduspider
RewriteRule ^.*$ http://127.0.0.1 [R,L]

RewriteCond %{HTTP_USER_AGENT} Baidu
RewriteRule ^.*$ http://127.0.0.1 [R,L]

MultiformeIngegno

  • Posts: 1,337
Re: Downtime!?
« Reply #4, on June 7th, 2012, 11:43 AM »
It's a host issue