Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 7307 invoked from network); 17 Dec 2007 17:05:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 17:05:52 -0000 Received: (qmail 77857 invoked by uid 500); 17 Dec 2007 17:05:32 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 77838 invoked by uid 500); 17 Dec 2007 17:05:32 -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 77827 invoked by uid 99); 17 Dec 2007 17:05:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 09:05:31 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [134.84.119.6] (HELO mta-w2.tc.umn.edu) (134.84.119.6) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 17:05:20 +0000 Received: from [160.94.18.14] (Audifax.che.umn.edu [160.94.18.14]) by mta-w2.tc.umn.edu (UMN smtpd) with ESMTP for ; Mon, 17 Dec 2007 11:05:06 -0600 (CST) X-Umn-Remote-Mta: [N] Audifax.che.umn.edu [160.94.18.14] #+LO+TS+AU+HN Message-ID: <4766AC41.5070302@umn.edu> Date: Mon, 17 Dec 2007 11:05:05 -0600 From: Tonu Mikk User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] restricting a subdirectory in virtual host I would like to make a document root folder of a virtual host open to public, but restrict access to root/admin folder to certain IP ranges only. Below is what I have currently. I have restricted the survey/admin folder, but everyone can still view pages. Any suggestions on what I am doing wrong? Thank you, DocumentRoot /var/www/survey Options FollowSymLinks AllowOverride None Options FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all Options FollowSymLinks MultiViews AllowOverride None Order deny,allow Deny from all Allow from localhost --------------------------------------------------------------------- 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