RE: [ANNOUNCE] Apache-AuthenSmb-0.72

2004-03-29 Thread Tauber, Mathias HDP
Sorry for the late answer... > Hmm... My thought would have been that Apache::AuthenCache > would do the > trick... What are the exact symptoms when you use > AuthenCache? Are you > still hitting the Domain controller for every request? Yes, still like DoS... > Another option would be to

Re: module name discussion [apache::authzhtgroup]

2004-03-29 Thread Geoffrey Young
Shannon Eric Peevey wrote: > Hi! > > Please, don't flame me!! ;) Just wondering if there is a use for this > module to be available on CPAN > > Apache::AuthzHtgroup -- > > This module was written so that we could hijack the Authz phase from > Apache and modify values that are passed to th

Re: Apache::Cookie not finding cookies ...

2004-03-29 Thread Nick Phillips
On 30/03/2004, at 5:21 AM, Brian Clarkson wrote: I'm hoping that I'm doing something wrong ... I've tried the logout.pl that comes in the Apache::AuthCookie dist, but that didn't work. My code has an object that has an Apache::Request object stuffed into it, and: sub logout { my ($self)

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
Obitz, Toby wrote: Yes, I was successfully able to validate Rob's issue... Sorry about that. I'm working on a development box, so I typically use root to avoid permission type issues. So the logic should be: skip running 'ulimit' if $^O eq 'solaris' and $user ne 'root'. it that correct? Ob

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
Obitz, Toby wrote: As root. Sorry, I think I may have misunderstood the question. And as normal user? That's what Rob was saying: ... only superuser can set the ulimit -c up ... -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 3:11 PM To: Obit

Re: Apache::DB debugger and modperl 2.0

2004-03-29 Thread Frank Wiles
On Fri, 26 Mar 2004 15:58:19 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > > I ran into some weird trouble with some code I am working on and > > wanted to use the Perl debugger to step through the code. I'm > > working with on Fedora with Apache 2.0.48 and mod_perl 1

Re: Testing failures not necessarily actual failures for a given installation

2004-03-29 Thread Stas Bekman
Kinyon, Rob wrote: It's been indicated to me that many of the tests which may or may not fail may not indicate that MP is unusable for a given installation. Are there any docs to explain what feature a given test tests? Or, is there a way of indicating to "make test" which features you actually car

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
Obitz, Toby wrote: The ulimit command seems to work as designed for me. By default I am given ulimited space for coredumps, but I am able to set that value to a finite value and back to "unlimited" using: ulimit -c ulimit -c unlimited As root or a normal user? Is the initial value for coredumps '

Testing failures not necessarily actual failures for a given installation

2004-03-29 Thread Kinyon, Rob
It's been indicated to me that many of the tests which may or may not fail may not indicate that MP is unusable for a given installation. Are there any docs to explain what feature a given test tests? Or, is there a way of indicating to "make test" which features you actually care about? Thanks, R

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
Kinyon, Rob wrote: I'm actually on Solaris 9. The only items I could find re: core files on Solaris were with regards to Solaris 8, but they seem to be relevant to Solaris 9. I asked my sysadmin and he had no real answer. He indicated that the manpages we have are out-of-date, which is no help. Som

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-29 Thread Dr. Helmut Zeilinger
Hi again, just for "completeness": MP 1.99_13/Perl 5.9.1/Apache 2.48/Linux 2.4.22 - "make test" gave "All tests successful" (without "::1 localhost ipv6-localhost ipv6-loopback" in /etc/hosts) Helmut >> >> >> and test, whether i can connect to one of the listen-ports (e.g.

RE: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Kinyon, Rob
I'm actually on Solaris 9. The only items I could find re: core files on Solaris were with regards to Solaris 8, but they seem to be relevant to Solaris 9. I asked my sysadmin and he had no real answer. He indicated that the manpages we have are out-of-date, which is no help. Some further testing

RE: Testing issues w/ mod_perl 1.99_13

2004-03-29 Thread Kinyon, Rob
In a stolen moment ... :-) -8<-- Start Bug Report 8<-- 1. Problem Description: The following tests failed: pr-ext/uuid...1..3 Can't load '/export/home/rob/distros/mod_perl-1.99_13/blib/arch/auto/APR/APR.so' for module APR: ld.so.1: /usr/local/bi

Apache::Cookie not finding cookies ...

2004-03-29 Thread Brian Clarkson
I'm hoping that I'm doing something wrong ... I have Apache::AuthCookieDBI working for login and session expiration ( I set it to 5 minutes so that I could basically watch the session ticket expire ), but manual logout isn't working ... I've tried the logout.pl that comes in the Apache::AuthCoo

module name discussion [apache::authzhtgroup]

2004-03-29 Thread Shannon Eric Peevey
Hi! Please, don't flame me!! ;) Just wondering if there is a use for this module to be available on CPAN Apache::AuthzHtgroup -- This module was written so that we could hijack the Authz phase from Apache and modify values that are passed to the Authz Handler with perl. The initial conc