Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 21167 invoked by uid 500); 6 Jun 2002 14:26:20 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 21153 invoked from network); 6 Jun 2002 14:26:20 -0000 Received: from frege-d-math-north-g-west.math.ethz.ch (HELO frege.math.ethz.ch) (129.132.145.3) by daedalus.apache.org with SMTP; 6 Jun 2002 14:26:20 -0000 Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id QAA15457 for ; Thu, 6 Jun 2002 16:26:20 +0200 (MEST) Received: from gauss(129.132.147.165) via SMTP by frege, id smtpdAAAtwa4lE; Thu Jun 6 16:26:15 2002 Message-ID: <004b01c20d66$6c8cb060$a5938481@math.ethz.ch> From: "Michele Marcionelli" To: Subject: Include directive Date: Thu, 6 Jun 2002 16:28:27 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0048_01C20D77.2FE63300" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0048_01C20D77.2FE63300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everybody, Can someone help me? Suppose to have several with the same allow,deny values (for instance a big list of different IP addresses) such as: Order deny,allow Deny from all Allow from aaa.bbb.ccc.ddd eee.fff.ggg.hhh ... ppp.qqq.rrr.sss = ... where j =3D 1 ... N (sorry for the notation, but I'm used to ;) How can avoid to write N time the same "very big allow values"? Ok... I could do it with copy&paste... but... what about setting up a new IP = value or making a changes? Is it possible (and how?) to have the IP values in another file? Maybe = using the "Include" directive? Has someone out there any ideas? Cheers, Michele ------=_NextPart_000_0048_01C20D77.2FE63300 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi=20 everybody,

Can someone help me?
Suppose to have several=20 <Directory> with the same allow,deny values (for
instance a big = list of=20 different IP addresses) such as:

    <Directory = /path/to/my/directory_j>
       = Order=20 deny,allow
        Deny from=20 all
        Allow from = aaa.bbb.ccc.ddd=20 eee.fff.ggg.hhh ... ppp.qqq.rrr.sss ...
    </Directory>

where j =3D 1 ... = N (sorry for=20 the notation, but I'm used to ;)

How can avoid to write N time = the same=20 "very big allow values"? Ok... I
could do it with copy&paste... = but...=20 what about setting up a new IP value
or making a changes?

Is = it=20 possible (and how?) to have the IP values in another file? Maybe = using
the=20 "Include" directive?

Has someone out there any=20 ideas?

Cheers,
Michele

------=_NextPart_000_0048_01C20D77.2FE63300--