Archive for November, 2006

.ORG TLD registration statistics

No Comments »

OK, we processed .ORG tld registration statistics and as of November 31, 2006 there are:

5480769

domains registered within .org TLD.


Inspiring riches

No Comments »

As the world gets more prosperous with time, people get richer and the standard of living improves accordingly. However, we do have to live with the fact that the moral standards of the world are at the most deplorable state compared to any era in the history of mankind. At that, it causes many people to wonder if it is true, as they say, that ‘money is the root of all evil’.

Money is just a commodity, and it is quite ridiculous to put the blame on a non-living object when things go wrong. It is true that after the… Read the rest of this entry »


slammed with multiple downloads from one IP

No Comments »

If your web site has been slammed with multiple downloads from one IP causing the web site to slow load due to CPU, memory or network stack, it’s time for an action.

For apache users there is an easy workaround – you need mod_limitipconn module and you are set.

Apache 1.3 and version 2 has a bit different code, thus you will need to download the correct mod_limitipconn module depending on the apache version you are running.

Install this module as usual (DSO or static compile) and setup a Location definition in httpd.conf file.

MaxConnPerIP 3

Will limit 3 connections… Read the rest of this entry »