View Full Version : Techy Question
SexySites
04-06-2002, 07:31 AM
If i want to block a large number of anon proxies...say 3000 ...<br /><br />which would be quicker?<br /><br />to list them all in a .htaccess file, denying them...<br /><br />OR<br /><br />redirect the script to a C compiled script which does a binary search and then denies the ip if found ...<br /><br />any one know their comparative speeds?<br /><br />laters,<br />Chris
Listing them in htaccess will make the server read the file everytime == slow, C-script == same shit...<br /><br />here's the solution:<br /><br />List them in your httpd.conf in the <directory> deny function...
SexySites
04-06-2002, 11:27 AM
cheers dude <img border="0" title="" alt="[Big Grin]" src="biggrin.gif" /> <br /><br />laters,<br />Chris
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.