Wedge

Public area => The Pub => Topic started by: ziycon on June 6th, 2012, 05:35 PM

Title: Downtime!?
Post by: ziycon 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.
Title: Re: Downtime!?
Post by: Nao on June 6th, 2012, 06:04 PM
Server issue in this case...
Title: Re: Downtime!?
Post by: Arantor 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.
Title: Re: Downtime!?
Post by: ziycon 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]
Title: Re: Downtime!?
Post by: MultiformeIngegno on June 7th, 2012, 11:43 AM
It's a host issue