What I find interesting is how do any of these VPSs find customers? Ionos is yet another company I never heard of. Looks more like hosting than a VPS. You can access the nginx configuration file? 

Policing shared resources is tricky. It is hard to put into a contract the allowed nature of your network traffic other than a cap on transit. But the out a company has is they can just drop you as a client any time they feel like it. You can also be banned. So it pays not to attract bots. 

These VPSs and hosting companies do some traffic shaping. Nothing says they can't in the contract. So the traffic from bots will go into their algorithm. That is why you want to stop the bots and hot linkers. I use nginx to redirect the hot linkers to the index.html. 




From: noloa...@gmail.com
Sent: February 14, 2022 4:53 PM
To: nginx@nginx.org
Reply-to: nginx@nginx.org
Subject: Re: Obvious malware rejection module?



On Mon, Feb 14, 2022 at 6:17 PM lists <li...@lazygranch.com> wrote:
...

I have plenty of transit capacity. I can serve 3TB a month and I do 30GB. What I don't have is CPU power. I have a one CPU VPS. The CPU is shared resource. I think the RAM used by the VPS is more "available," if that makes any sense. That is they don't swap you out but let your VPS sit in RAM. So something RAM intensive is fine but CPU intensive is not.

Off-topic, we used to use GoDaddy for VPS for our free/open source software project. It was a crummy service offering one virtual core, 1 GB of RAM and no swap file. The VPS ran on a circa-2005 4-core Athlon machine.

The server had constant problems because the OOM killer would whack our MySQL process. We needed it for a Mediawiki installation . The machine could not handle the LAMP stack.

And GoDaddy would send us nastygrams threatening to stop service because of bots. When the spam bots tried to create a new page the wiki server pegged at about 100% cpu for a moment while that new editor was spun-up.

We now use Ionos (https://www.ionos.com/hosting/web-hosting). The cheapest plan is $1/month. We splurge a bit and pay $5 for the extra core and extra memory. No more OOM problems, and no more nastygrams.

Jeff
_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org

Reply via email to