[jira] Created: (MODPYTHON-56) Error 404 importing module from the same folder

2005-05-27 Thread Humberto Diogenes (JIRA)
Error 404 importing module from the same folder --- Key: MODPYTHON-56 URL: http://issues.apache.org/jira/browse/MODPYTHON-56 Project: mod_python Type: Bug Versions: 3.1.3, 3.1.4 Environment: Red Hat 9 + Apache

[jira] Commented: (MODPYTHON-56) Error 404 importing module from the same folder

2005-05-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-56?page=comments#action_66430 ] Graham Dumpleton commented on MODPYTHON-56: --- Might be the same problem as MODPYTHON-9. More information is required about the names of actual files and whether

Namespace confusion

2005-05-27 Thread jonathan vanasco
Installed: Apache2::Request Apache2::Cookie Apache2::Upload APR::Request APR::Request::Cookie In a recent posting: ...the APR::* classes will be the ones we recommend nowadays. We debated whether to chuck the Apache2::* classes

Re: [PATCH] stop killing piped loggers

2005-05-27 Thread Jeff Trawick
On 5/20/05, Joe Orton [EMAIL PROTECTED] wrote: On Fri, May 20, 2005 at 07:50:04AM -0400, Jeff Trawick wrote: On 5/20/05, Joe Orton [EMAIL PROTECTED] wrote: As discussed previously; this patch stops killing piped loggers; except that prefork still kills them at shutdown and ungraceful

Re: Multiple AAA providers

2005-05-27 Thread Jess Holle
Is there any remaining/ongoing interest in this development area? The need to authenticate a single resource against multiple disparate (non-failover/non-redundant) LDAP servers looms large and I'd like to think that this would be part of Apache 2.2 soon... [I'd rather not have to hack this

Re: Multiple AAA providers

2005-05-27 Thread Russell Howe
Jess Holle wrote: Is there any remaining/ongoing interest in this development area? The need to authenticate a single resource against multiple disparate (non-failover/non-redundant) LDAP servers looms large and I'd like to think that this would be part of Apache 2.2 soon... [I'd rather not

Re: Multiple AAA providers

2005-05-27 Thread Jess Holle
Russell Howe wrote: Jess Holle wrote: Is there any remaining/ongoing interest in this development area? The need to authenticate a single resource against multiple disparate (non-failover/non-redundant) LDAP servers looms large and I'd like to think that this would be part of

Re: Multiple AAA providers

2005-05-27 Thread Rici Lake
On 27-May-05, at 10:53 AM, Jess Holle wrote: Russell Howe wrote:Jess Holle wrote: Is there any remaining/ongoing interest in this development area? The need to authenticate a single resource against multiple disparate (non-failover/non-redundant) LDAP servers looms large and I'd like to

Re: Multiple AAA providers

2005-05-27 Thread Russell Howe
Jess Holle wrote: In our case it does not depend which is checked first (except perhaps for performance) as there will not be any overlap between the directories. For instance, one LDAP might be for corporation X and another for one of their partners. Another example: one might be a

Re: Multiple AAA providers

2005-05-27 Thread Jess Holle
Brad Nicholes wrote: It done and checked into 2.2. I posted several messages to this mailing list last week and this week. There is a new module called mod_auth_alias that allows you to create alias providers giving you the ability to to create alternate providers to different ldap

Re: Multiple AAA providers

2005-05-27 Thread Brad Nicholes
It done and checked into 2.2. I posted several messages to this mailing list last week and this week. There is a new module called mod_auth_alias that allows you to create alias providers giving you the ability to to create alternate providers to different ldap servers that will be called

ANN: Linux TestFest

2005-05-27 Thread Surendra Singhi
Love Linux? Love TESTING on Linux? We're SpikeSource, a bunch of passionate open source testing folks, and we're holding our first-ever TestFest on June 17th. We'll give you the chance to show how good your code really is by testing it using our new 'test harness'. We run 22,000 tests per day

Re: Problem with -path in Apache2::Cookie?

2005-05-27 Thread jonathan vanasco
Just to add onto the issue below: my $cookie = Apache2::Cookie-new($r, -path = $mypath...) I experienced something similar -- domain and path both were set to what i specified for path I tried a workaround for domain, and ended up having the path set to the expiration argument