Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 90004 invoked from network); 30 Mar 2011 08:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Mar 2011 08:31:27 -0000 Received: (qmail 47615 invoked by uid 500); 30 Mar 2011 08:31:24 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47591 invoked by uid 500); 30 Mar 2011 08:31:24 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 47583 invoked by uid 99); 30 Mar 2011 08:31:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2011 08:31:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of michele.mase@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2011 08:31:18 +0000 Received: by qyk10 with SMTP id 10so988678qyk.18 for ; Wed, 30 Mar 2011 01:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=gd1GmQaSY1l8+bULd/xF8/w61PjeSnQHfAKVeJs9Jyo=; b=BmSFc2lWyZ0IyGBB8LrXi7ShYF4Hr32XozeKGrjiioFUpHEjxu5NurRi9zor/w1u6i y+QVzltKYY60n9CpThL7UsYcPARptm3OV54iBuC43icvGmR+JsdFe+ww4iDX6XY7qFvc gcd4e3uhkR/Dp1RMbD/dw8JgsDxGeh6OwiUfI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Wvx6SvBcs6FrZBnpEws4B667NPUSjTvcQmlNAeNvOzwDgBdTG1R7p39ZVFJgOJlqg2 3z69KvzNZ2d+N+yfczcGKyoRHpstUySI4+uK/iyAHLZ9j6f9FO3Kb/7id4Xuhd9XTnLh 72Uh2KTRC4J4KS2T3dVoq/z+8ZbWYGQ4vkzKg= MIME-Version: 1.0 Received: by 10.224.3.14 with SMTP id 14mr751939qal.157.1301473857505; Wed, 30 Mar 2011 01:30:57 -0700 (PDT) Received: by 10.229.227.136 with HTTP; Wed, 30 Mar 2011 01:30:57 -0700 (PDT) Date: Wed, 30 Mar 2011 10:30:57 +0200 Message-ID: From: "Michele Mase'" To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [users@httpd] Virtualhost location variable I've the following situation: I need to block the access on a particular location,as the example: ... Order Deny,Allow Deny from all Allow from localhost safenet1 safenet2 ... ... I need to do the same for all the virtualhosts, more than 1K... Solution1: using sed|awk put the rule inside all virtualhosts. Solution2: How could I write some env variable thet by default block the /manager uri? Is it possible? Regards Michele --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org