Re: sloooooow apache

1999-07-08 Thread Bernard
don't know whether it is good or bad idea, but did you try mod_rewrite to rewrite url requests from non friendly IPs? Bernard On Wed, Jul 07, 1999 at 13:52 +0100, [EMAIL PROTECTED] wrote: > Any Apache geniuses have an idea about this; I want to create a strictly > limited access web server, avai

Re: sloooooow apache

1999-07-08 Thread Mathias Wegner
Well, I don't know apache, but you might want to see about placing these restrictions in tcp wrappers rather than in apache - if you have tcp wrappers installed, read the man for hosts.deny and set up an http deny for all but those 30 clients. You're only moving the overhead around rather than eli

sloooooow apache

1999-07-07 Thread rnewton3
Any Apache geniuses have an idea about this; I want to create a strictly limited access web server, available only to selected IP addresses. >From the Apache documentation I understood that you could allow specific IP addresses using the 'allow from' line. So I changed the access.conf file from or