From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9697f9712fbdd899eeb85da62711cc2c@plan9.bell-labs.com> From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] httplogin In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-noobffdaziwppplaftubnpinzp" Date: Wed, 25 Feb 2004 08:23:15 -0500 Topicbox-Message-UUID: f520f074-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-noobffdaziwppplaftubnpinzp Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit You could change httpd to look down the whole path to a file for a .httplogin and make it apply to the whole subtree. Might be a bit of a performance hit but it would certainly be easier than copying it thousands of times. If this is something that multiple people would like, I'll add it or pick up whatever matthias does. --upas-noobffdaziwppplaftubnpinzp Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Wed Feb 25 03:21:38 EST 2004 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Wed Feb 25 03:21:36 EST 2004 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id F0D8519E82; Wed, 25 Feb 2004 03:21:26 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 5D26819E7D; Wed, 25 Feb 2004 03:21:22 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id A95E319E62; Wed, 25 Feb 2004 03:20:24 -0500 (EST) Received: from one.mteege.de (one.mteege.de [81.2.131.61]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 70F4A19DD3 for <9fans@cse.psu.edu>; Wed, 25 Feb 2004 03:20:23 -0500 (EST) Received: (qmail 86334 invoked by uid 66); 25 Feb 2004 08:20:44 -0000 Received: (qmail 69832 invoked from network); 25 Feb 2004 08:19:08 -0000 Received: from gic.mteege.de (HELO mteege.de) (192.168.153.10) by 0 with SMTP; 25 Feb 2004 08:19:08 -0000 Received: (qmail 6383 invoked from network); 25 Feb 2004 08:19:07 -0000 Received: from loco.mteege.de (HELO loco) (192.168.153.22) by 0 with SMTP; 25 Feb 2004 08:19:07 -0000 Message-ID: From: Matthias Teege To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] httplogin Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Wed, 25 Feb 2004 08:18:20 0000 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on psuvax1.cse.psu.edu X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: Moin, I try to publish a directory tree via httpd with restricted permissions. The problem is, it is a big tree with lots of directorys. Is it really necessary to put a .httplogin in each directory? If so, what is the painless way? Many thanks Matthias --upas-noobffdaziwppplaftubnpinzp--