The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Server Status Issues
I currently run a VPS for my forum and I've had a lot of people saying it is really slow. I contacted my host and they gave me access to the server status page. See the attachment.
It seems a google bot is constantly accessing my forum tags and using up all the CPU. Can anyone recommend some suggestions to diagnose further and fix the issue? |
#2
|
||||
|
||||
You can block tags using robots.txt or even set up some crawling delays.
Like this User-agent: msnbot - replace with what ever bot you want Crawl-delay: 5 and add this as well: Disallow: /tags/ There is also a great mod here. Use it to block the bad bots, at least the ones that honor the robots.txt file. https://vborg.vbsupport.ru/showthread.php?t=268208 |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Honestly unless you have tens of thousands of them I would not think the bots would be an issue in terms of server resources.
With that said it is strange that Google is ignoring the robots.txt file. If you can have your host set up fail2ban on your server. Set up the jail for bots and it will temporarily ban heavy bot activity. It can also save you from ddos attacks and heavy probes, etc. |
#5
|
|||
|
|||
You could also hook into tags_start and make it so that users who are not logged in can not see the page, that would stop the bots from executing the search queries.
|
3 благодарности(ей) от: | ||
Black Snow, CAG CheechDogg, RichieBoy67 |
#6
|
||||
|
||||
Quote:
This would limit guests from being able to use the tags though but seems like a good trade off I suppose. |
#7
|
|||
|
|||
Quote:
EDIT: Although this would stop them accessing the tags page, it would not stop them from requesting the page. |
#8
|
|||
|
|||
Quote:
I'm sure the bots eventually figure out that they all get the same error and they'll stop visiting the page. You can always try it out and see if that works. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|