RE: [OT] sf.net ?

2002-09-18 Thread Hann, Brian
No, it is for me as well. -Original Message- From: iudicium ferat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 11:21 AM To: Modperl (E-mail) Subject: [OT] sf.net ? Is it me or is sf.net down? -Sx- :]

Horrible handler memory leak

2002-12-02 Thread Hann, Brian
I'm having a problem with a fairly simple handler eating up resources and I'm wondering if there's any easy way to track it down. The handler fetches data from an Oracle database and displays it using Template-Toolkit. Nothing fancy, just some display logic, etc. The thing is, when I try to

RE: Modules Executed Twice

2002-12-30 Thread Hann, Brian
Is anyone getting duplicates (i.e. 2 of the same email) of this thread? It just started happening today. Brian -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 5:06 PM To: David Wheeler Cc: [EMAIL PROTECTED] Subject: Re: Modules Executed

Apache::AuthDBI Extension

2003-01-15 Thread Hann, Brian
Title: Message At our company we're looking at making an extension on top of AuthDBI that would allow us to make mandatory password changes, match new passwords against dictionaries and other security changes. Hasanyone done something similar already? Thanks, Brian Hann

core dump on custom AuthDBI-type module

2003-01-31 Thread Hann, Brian
Title: Message I'm partially extending AuthDBI at my place of work to allow for custom features like password history and account locking. I've been able to get it to pop up the auth box on my personal FreeBSD box which is running Apache 1.3.27 with mod_perl 1.26, however I cannot even

coredump with 3 PerlSetVars

2003-02-03 Thread Hann, Brian
Title: Message Can anyone tell me why Apache would dump core when more than 2 PerlSetVars are used in a Location directive? This is Stronghold 2.4.2, Apache 1.3.6 and mod_perl 1.21 Brian Hann

RE: coredump with 3 PerlSetVars

2003-02-03 Thread Hann, Brian
and then I'll post the results. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 11:00 AM To: Hann, Brian Cc: [EMAIL PROTECTED] Subject: Re: coredump with 3 PerlSetVars Apache 1.3.6 is ancient, has numerous known bugs

Problems with custom authentication module

2003-03-18 Thread Hann, Brian
Title: Message Hi, I'm writing my own authentication module that uses Oracle and special encryption to handle passwords, it uses pretty much the same code as AuthDBI except for a few changes. Everything was running smoothly until I tried to make a mod_perl handler be the 401

notes() and mod_perl ErrorDocuments

2003-03-19 Thread Hann, Brian
Title: Message I have a mod_perl handler set as the 401 ErrorDocument for a certain location that requires authentication. I would like to store data in notes() in the first location so that the 401 handler can access them. Is that possible? So far I haven't been able to get it to work. If

RE: notes() and mod_perl ErrorDocuments

2003-03-19 Thread Hann, Brian
fine, and my notes() are coming across. Brian -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 2:23 PM To: Hann, Brian Cc: [EMAIL PROTECTED] Subject: Re: notes() and mod_perl ErrorDocuments Hann, Brian wrote: I have a mod_perl handler

RE: notes() and mod_perl ErrorDocuments

2003-03-20 Thread Hann, Brian
copying them to a separate location for each one. Perhaps with some kind of shared memory? Brian -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 3:12 PM To: Hann, Brian Subject: Re: notes() and mod_perl ErrorDocuments Hann, Brian

RE: notes() and mod_perl ErrorDocuments

2003-03-20 Thread Hann, Brian
: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 1:45 PM To: Hann, Brian Cc: [EMAIL PROTECTED] Subject: Re: notes() and mod_perl ErrorDocuments Hann, Brian wrote: Thanks, that worked. Now I can use the regular authentication stuff. As I said in my last email