PDA

View Full Version : How to whitelist ip's from the DoS protection?


ffeingol
09-14-2007, 07:58 AM
Hello Guys,

We have some (id10t) clients who reference images on their site like img src="http/blah.com/images/blah.gif" instead of img src="/images/blah.gif". Now I know it's 100% and causes a lot of TCP overhead but I also have to make it work.

Is there a way that I can whitelist the server IP from the DoS settings so the server talking to the server does not get affected by DoS settings?

Thank you,

Frank

mistwang
09-14-2007, 08:13 AM
http://www.litespeedtech.com/docs/webserver/config/security/#accessControl_allow

ffeingol
09-14-2007, 08:55 AM
ok, I saw that but I'm still a bit confused. Would I put:

ALL,1.2.3.4T

To allow all and then make 1.2.3.4 trusted (and unaffected by the throttles)?

Frank

mistwang
09-14-2007, 09:52 AM
Yes, that's correct.