cc'ing the list.
John D Groenveld wrote:
> If you could try to replicate this core dump which only occurs for
> me on directory listings, I'd be most appreciative. Much hair has
> been pulled out while trying to corner this bug.
aha!
ok, here's what I think is going on. mod_dir is issuing a su
> The configuration scripts in those builds don't generate largefile-aware
> mod_perl shared objects which seems to cause random cores in file access.
> I suspect this to be the same bug earlier seen by Hyoung-Kee Choi [1].
>
> My hack was to modify /opt/apache2/bin/apr-config to the largefile d
In message <[EMAIL PROTECTED]>, Geoffrey Young writes:
>I can't seem to reproduce the problem in an isolated context. please give thi
It stems from a peculiarity in building Apache and Perl with largefile
support.
$ cd /tmp/perl-5.8.4
$ env PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/opt/SUNWspro/bin
> I should have mentioned that replacing my Perl Authen handler with an
> AuthPasswordFile works fine.
>
> I'll try the latest http2 snapshot.
I can't seem to reproduce the problem in an isolated context. please give this
http://perl.apache.org/~geoff/authen-bug-mp2.tar.gz
a whirl and see
In message <[EMAIL PROTECTED]>, Stas Bekman writes:
>The core dump shows that neither mod_perl nor Perl are involved. I suppose
My 2c guess is that mod_perl is not properly copying the username into
the relevant Apache data structure or Apache expects the username to
be stored with undocumented m
John D Groenveld wrote:
In message <[EMAIL PROTECTED]>, Geoffrey Young writes:
can you try current CVS if you get the chance?
Done. dumps core at the same function in mod_auth.
Server: Apache/2.0.49 (Unix) mod_perl/1.99_15-dev Perl/v5.8.4 DAV/2
The core dump shows that neither mod_perl nor Perl ar
In message <[EMAIL PROTECTED]>, Geoffrey Young writes:
>can you try current CVS if you get the chance?
Done. dumps core at the same function in mod_auth.
Server: Apache/2.0.49 (Unix) mod_perl/1.99_15-dev Perl/v5.8.4 DAV/2
>I'll try to investigate it this week. is your PerlAuthenHandler just
>retu
John D Groenveld wrote:
> Is using a Perl Authen Handler with Apache AuthGroupFile supported?
> If not, I'll write an Authz handler, but I didn't see it documented.
>
> AuthName test
> AuthType Basic
> PerlAuthenHandler My::AuthenOK
> AuthGroupFile /tmp/htgroup
> Require group test
> Server: Ap