Afficher un message
Vieux 02/05/2005, 13h57   #1
Jens Vieler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Apache1.3.xx endless deny-list - howto?

hi list,

i have to build up very big IP-deny-list for n directories, where
each list is the same. so what am i searching for is something like

#define mylist a.mycompany.com b.mycompany.com c.mycompany.com
<Directory "/anywhere">
Order Allow,Deny
Allow from mycompany.com
Deny from $mylist
AuthName "FernUni Intern"
AuthType Basic
</Directory>

or should i use

<Directory "/anywhere">
Order Allow,Deny
Allow from mycompany.com
Include mydenylist.conf
AuthName "FernUni Intern"
AuthType Basic
</Directory>

with a one-line mydenylist.conf

Deny a.mycompany.com b.mycompany.com c.mycompany.com

in it? any is welcome
jens
  Réponse avec citation
 
Page generated in 0,05304 seconds with 9 queries