Re: htaccess using AuthCookieDBI not protecting the directory index

2009-09-07 Thread Vegard Vesterheim
On Mon, 07 Sep 2009 20:04:05 +0200 Tosh Cooey wrote: > Hi, I either have the strangest issue or else I've made a blindingly > obvious error. > > I'm trying to protect a directory using Apache2::AuthCookieDBI using the > following .htaccess (I have to use htaccess) Sounds similar to a problem I e

Re: Building and installing mod_perl as a complete package

2010-11-24 Thread Vegard Vesterheim
On Tue, 23 Nov 2010 17:28:40 -0800 Mohit Anchlia wrote: > I was able to build mod_perl.so . But I noticed that "make install" > copies whole bunch of perl modules under non-apache directories. > > My question, > > 1. Is it possible to build it such that I don't have to run make > install on every

Re: Looking for solution to Apache2::AuthCookieDBI authentication on Apache > 2.4

2016-08-24 Thread Vegard Vesterheim
On Wed, 24 Aug 2016 14:40:43 +0200 Tosh Cooey wrote: > Am I barking up the wrong tree? Doing something completely wrong? Is > there anybody with knowledge and experience with the 2.4 > authentication API that I could hire to update Apache2::AuthCookieDBI? > > Thanks for any insight, No insight,

Re: AuthCookieDBI and Apache 2.4

2019-02-21 Thread Vegard Vesterheim
On Wed, 20 Feb 2019 10:28:35 -0600 Michael Schout wrote: > On 2/12/19 1:25 PM, Edward J. Sabol wrote: >> I know AuthCookie has been updated by the magnificient Michael Schout to > > Thanks for the kind compliments Ed :). > > As for AuthCookieDBI, you may not even need to change it to use > Apache

Re: Apache::DB with Emacs editor support

2005-03-13 Thread Vegard Vesterheim
ipts. > > Kim Goldov > [EMAIL PROTECTED] http://www.jsw4.net/info/list-archives/mod_perl/04-wk18/msg00126.html -- Vegard Vesterheim : Phone: +47 73 55 79 12 UNINETT : Fax: +47 73 55 79 01 N-7465 Trondheim, NORWAY: Email: [EMAIL PROTECTED]

Re: Quick Question

2007-05-30 Thread Vegard Vesterheim
On Wed, 30 May 2007 22:02:11 -0700 (PDT) Alexander Burrows <[EMAIL PROTECTED]> wrote: > Ok I'm building a site that will have multiple domains pointing at it and > will pull a different template based on the domain. The problem I'm having > is I can't seem to remember for the life of me how to ge

Re: Custom authentication (weird)

2007-11-20 Thread Vegard Vesterheim
On Sun, 18 Nov 2007 10:26:14 -0800 Dodger <[EMAIL PROTECTED]> wrote: > Heya, I'd like to implement a custom authentication without > authentication. Seeing as I don't see anything about what I want to do > in the normal auth stuff, I figure I will need to do mod_perl. > > I can get this all on my

Apache2::AuthCookie, $r->prev not defined in subrequests

2008-01-10 Thread Vegard Vesterheim
I have encountered a problem with Apache2::AuthCookie (version 3.10). I have created a module which inherits from Apache2::AuthCookie, and configured a PerlAuthenHandler and a PerlAuthzHandler for a given Location. File requests works ok, but not directory requests, I suspect this is related to ap

Re: Apache2::AuthCookie, $r->prev not defined in subrequests

2008-01-10 Thread Vegard Vesterheim
On Thu, 10 Jan 2008 13:48:26 +0100 Torsten Foertsch <[EMAIL PROTECTED]> wrote: > On Thu 10 Jan 2008, Vegard Vesterheim wrote: >> The problem I encounter is that the authenticated user is not >> propagated into to the subrequest, so my auth-handler can not do its >> job.

Re: Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Vegard Vesterheim
On Thu, 5 Jun 2008 12:25:17 +0100 Kevin Thorpe <[EMAIL PROTECTED]> wrote: > Hi, I have just upgraded from Apache1 to Apache2 and I am now having > problems with logging to my database. > > I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie > sets $r->user in the PerlFixupHandler. >

Re: Skip or minimise Apache log phase

2008-10-08 Thread Vegard Vesterheim
On Wed, 08 Oct 2008 14:32:26 +0200 André Warnier <[EMAIL PROTECTED]> wrote: > Hi. > > Following a message posted on the Apache users list, I am just curious > if via mod_perl there could be a solution to the following issue : > > A busy Apache server (with several VirtualHosts, why not ?) is being