Afficher un message
Vieux 04/05/2005, 15h53   #4
Jim Hayter
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache1.3.xx endless deny-list - howto?

On 4 May 2005 06:47:11 GMT, in comp.infosystems.www.servers.unix,
jens.vieler@fernuni-hagen.de (Jens Vieler) wrote:

>hi jim,
>
>thank you, but i had to solve it for 1.3.x. so what i found
>is a combination with SetEnvIf and Remote_Addr and it looks
>like this:
>
>in the general settings i build up a list of
>
> SetEnvIf Remote_Addr "a.b.c." no_office
> SetEnvIf Remote_Addr "a.b.d." no_office
>
>and later in the <directory>-part i use
>
> Allow from a.b.
> Deny from env=no_office
>
>that works fine! :-)
>regards
> jens


Hi Jens,

Thanks for the above. It is certainly simpler than what I've been
using.

Jim
  Réponse avec citation
 
Page generated in 0,04295 seconds with 9 queries