[us...@httpd] Creating authorized virtual directories

2009-12-09 Thread Tosh Cooey
I don't know if virtual directory is the proper word but here's what I am trying to accomplish. My web site has three directories: /images /css /js The site will have multiple clients: client1, client2..clientN, with each client having their own users. I want to give each client their own

Re: [us...@httpd] htaccess using AuthCookieDBI not protecting the directory index

2009-09-21 Thread Tosh Cooey
From: André Warnier a...@ice-sa.com Date: Tue, 15 Sep 2009 01:50:05 +0200 To: users@httpd.apache.org Tosh Cooey wrote: ... Maybe I'll bug the author of the module now. I just had a quick look at AuthCookieDBI, which subclasses AuthCookie. In AuthCookie-authenticate(), there is indeed a check

[us...@httpd] htaccess using AuthCookieDBI not protecting the directory index

2009-09-14 Thread Tosh Cooey
Hi, I posted the follow to the mod_perl list: I'm trying to protect a directory using Apache2::AuthCookieDBI with the following .htaccess (I have to use htaccess) PerlModule Apache2::AuthCookieDBI PerlSetVar berlinPath /berlin/ PerlSetVar berlinLoginScript /login.pl

Re: [us...@httpd] htaccess using AuthCookieDBI not protecting the directory index

2009-09-14 Thread Tosh Cooey
André Warnier a...@ice-sa.com André Warnier wrote: Tosh Cooey wrote: ... Hi. Does your login form page contain links to other things (for example, images), which are also located in the /berlin/ area, or in other directories/locations protected by the same authentication ? A bit