Or if you are using nginx and just want to block Baidu, Yandex, etc then you can doYou can block all Chinese IPs through csf in your cPanel.
if ($http_user_agent ~* (Baiduspider|Yandex) ) {
return 444;
}
On what plan/package?I have been using Knownhost for a while. Have had no issues with them.
I agree. I've had that thought many times. What I've learned is that I should've listened to people's advice about not upgrading my live site to every beta, not installing addons before testing them out on a local installation and the most oddest lesson of all, making sure that the addons uninstall properly before installing them on the live site. There are surprising amount of addons that do not uninstall themselves properly.I do admire you though @DRE, all the issues you have had in the last year, most would have thrown their site in the garbage and started fresh long ago.
On what plan/package?
I'm only doing nginx reverse proxy so regular apache .htaccess rules still apply.Or if you are using nginx and just want to block Baidu, Yandex, etc then you can do
in your nginx site definition.Code:if ($http_user_agent ~* (Baiduspider|Yandex) ) { return 444; }
I have the same experience as yours when I was on my 1st year of my forum.I agree. I've had that thought many times. What I've learned is that I should've listened to people's advice about not upgrading my live site to every beta, not installing addons before testing them out on a local installation and the most oddest lesson of all, making sure that the addons uninstall properly before installing them on the live site. There are surprising amount of addons that do not uninstall themselves properly.
Seems like it. The cheaper the host, they less of a refund they have to give, but that doesn't even cover the cost of inconvenience and site downtime.I have the same experience as yours when I was on my 1st year of my forum.
One thing I learned is, cheap hosting would probably a bad service.
I don't really worry about the reverse proxying - of course, all my forums are being served from Dual L5520's with 24GB RAM on a 1GB pipe (one server per forum pretty much - kinda overkill).I'm only doing nginx reverse proxy so regular apache .htaccess rules still apply.
VPS 2 here and there email support is awesome been with them since 10/13/2011
*searches*Didn't you just have a thread last week about how slow your site was?
I think that's just normal for a page with 1MB size.*searches*
http://xenforo.com/community/threads/pingdom-website-speed-test.54671/
I hope that doesn't happen to me.
I have no idea what a dual L5520 but I do have a question. One server per forum... one server has 2TB... does that server run a forum? That's a lot of memory.I don't really worry about the reverse proxying - of course, all my forums are being served from Dual L5520's with 24GB RAM on a 1GB pipe (one server per forum pretty much - kinda overkill).
For $65 a month one of my servers has a 100MB unmetered pipe, 2 1TB SATA drives in software RAID 1 with the same specs above (this is my "test bed" server). It's nice being able to administer your own server... but it DOES require more knowledge. All of them have been out on the 'net for a while now and so far all the hack attempts on it have failed (and as I say that one will probably get hit).![]()
Each server has 24 GB of memory. Two of the servers connect to the Internet at 1GB speed (30TB bandwidth limit) and one at 100mb speed (unmetered and I have confirmed with them that it is TRUE unmetered - doesn't matter how much bandwidth I use I will not be penalized). I have APC set to use 1GB for cache on each one and rarely use a small portion of it - of course I don't have many users on any of them yet.I have no idea what a dual L5520 but I do have a question. One server per forum... one server has 2TB... does that server run a forum? That's a lot of memory.
Didn't you just have a thread last week about how slow your site was?
back to normal now..Knownhost said:The issues you are facing are due to a failed RAID array which we are working on getting back in line. Your data is safe, so no worries there. This is what our redundancies such as RAID are built for.
Sorry for any inconvenience this may be causing you.
We use essential cookies to make this site work, and optional cookies to enhance your experience.