cvs commit: modperl-2.0/src/modules/perl modperl_util.c modperl_util.h

2002-05-23 Thread dougm
dougm 02/05/23 15:18:48 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_sv_setref_uv function Revision ChangesPath 1.42 +8 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2002-05-23 Thread dougm
dougm 02/05/23 15:19:52 Modified:lib/ModPerl WrapXS.pm Log: UV is better than IV for apr_os_thread_t Revision ChangesPath 1.44 +1 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2002-05-23 Thread dougm
dougm 02/05/23 15:40:48 Modified:lib/APR XSLoader.pm lib/Apache XSLoader.pm src/modules/perl mod_perl.c modperl_perl_includes.h t/conf modperl_extra.pl Log: better workaround for 5.6.x DynaLoader vs. XSLoader issue Revision

cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2002-05-23 Thread dougm
dougm 02/05/23 16:01:55 Modified:src/modules/perl mod_perl.c Log: pp_srefgen workaround should be applied to 5.6.x not just 5.6.1 Revision ChangesPath 1.119 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/lib/Apache Build.pm

2002-05-23 Thread dougm
dougm 02/05/23 16:36:31 Modified:lib/Apache Build.pm Log: leave out libperl dep if it isnt found in the properl place Revision ChangesPath 1.93 +9 -5 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/t/response/TestModperl methodname.pm

2002-05-23 Thread dougm
dougm 02/05/23 19:33:06 Modified:src/modules/perl modperl_mgv.c t/response/TestModperl methodname.pm Log: if Class-method syntax is used for a Perl*Handler, the :method attribute is not required (and we had been segfaulting without it) Revision Changes

cvs commit: modperl-2.0 Changes

2002-05-23 Thread dougm
dougm 02/05/23 19:47:01 Modified:.Changes Log: update Changes Revision ChangesPath 1.12 +32 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/xs typemap

2002-05-23 Thread dougm
dougm 02/05/23 21:42:57 Modified:xs typemap Log: need to use modperl version of sv_setref_uv, since it doesn't exist in 5.6.x Revision ChangesPath 1.8 +1 -1 modperl-2.0/xs/typemap Index: typemap

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-05-23 Thread dougm
dougm 02/05/23 22:13:08 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.68 +26 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

Re: Strange subrequest dir_config issue

2002-05-23 Thread Geoffrey Young
Matt Sergeant wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is just a heads up on something I've not seen documented in either the Eagle book or in the Cookbook (at least not that I can find). If you create a subrequest via $r-lookup_file(), the per_dir_config entry

Re: login.pl not sending cookies via POST?

2002-05-23 Thread Fran Fabrizio
(I haven't re-tested Apache::AuthCookieDBI.) I have no idea why POST _doesn't_ work, mind you... For what it's worth, my setup with AuthCookieDBI works just fine with POST. -Fran

Re: mod_perl benchmarking (was Re: documenting SetHandler perl-script|modperl)

2002-05-23 Thread Per Einar Ellefsen
At 16:41 23.05.2002, David Jacobs wrote: I've had trouble benchmarking some of my mod_perl scripts on my desktop. The http_load tool we usually use (all under RedHat) works fine with static pages or CGI, but when I use it on mod_perl scripts I get a byte count wrong error. This could be

Re: login.pl not sending cookies via POST?

2002-05-23 Thread Brian Reichert
On Thu, May 23, 2002 at 11:21:31AM -0400, Fran Fabrizio wrote: (I haven't re-tested Apache::AuthCookieDBI.) I have no idea why POST _doesn't_ work, mind you... For what it's worth, my setup with AuthCookieDBI works just fine with POST. I agree that is _should_; I've written such

[RFC] Apache::DigestAPI

2002-05-23 Thread Geoffrey Young
hi all... I wanted to present Apache::DigestAPI as an RFC. the module can be downloaded here for trials: http://www.modperlcookbook.org/~geoff/modules/Apache-DigestAPI-0.01.tar.gz basically, Apache::DigestAPI is a release of Recipe 13.8 in the Cookbook - a simple API for supporting

Re: [RFC] Apache::DigestAPI

2002-05-23 Thread Andrew Ho
Hello, GYApache::DigestAPI is a release of Recipe 13.8 in the Cookbook - a simple GYAPI for supporting Digest authentication a la mod_digest.c from the GYApache distribution. I think this is a great idea. I'm a huge fan of digest authentication as a simple basic authentication replacement, and

Re: [RFC] Apache::DigestAPI

2002-05-23 Thread Geoffrey Young
Andrew Ho wrote: Hello, GYApache::DigestAPI is a release of Recipe 13.8 in the Cookbook - a simple GYAPI for supporting Digest authentication a la mod_digest.c from the GYApache distribution. I think this is a great idea. I'm a huge fan of digest authentication as a simple basic

Re: [RFC] Apache::DigestAPI

2002-05-23 Thread Andrew Ho
Hello, GYwell, it's an API in that it doesn't do anything for you except provide GYan API. meaning, I'd expect Apache::AuthDigest to work as so: GY GYPerlAuthenHandler Apache::AuthDigest GY GYall this module does is provide methods that parallel GY$r-get_basic_auth_pw() and

DBI modperl_2 Segmentation fault

2002-05-23 Thread Udlei Nattis
hi sorry, my english dont is good ;) i have one big problem, i using apache2, modperl2 and perl 5.6.1 Apache/2.0.37-dev (Unix) mod_perl/1.99_02-dev Perl/v5.6.1 when i add this line in httpd.conf PerlModule DBI or Perlrequire startup.conf startup.conf: use DBI; 1; if i use it, httpd don't

Re: DBI modperl_2 Segmentation fault

2002-05-23 Thread Doug MacEachern
sounds like the XSLoader vs. DynaLoader issue which only exists in 5.6.x. try updating modperl-2.0-cvs, there is a better workaround in there for the issue now.

Re: [RFC] Apache::DigestAPI

2002-05-23 Thread Geoffrey Young
Andrew Ho wrote: Hello, GYwell, it's an API in that it doesn't do anything for you except provide GYan API. meaning, I'd expect Apache::AuthDigest to work as so: GY GYPerlAuthenHandler Apache::AuthDigest GY GYall this module does is provide methods that parallel

Carp interaction with mod_perl

2002-05-23 Thread Christian Gilmore
How does the Carp module interact with mod_perl? Is there a built-in catch for croak or does it actually kill the child process, for instance? Thanks, Christian - Christian Gilmore Technology Leader GeT WW Global Applications Development IBM Software Group

Re: compatibility problem

2002-05-23 Thread Jie Gao
On Wed, 22 May 2002, Doug MacEachern wrote: On Thu, 23 May 2002, Jie Gao wrote: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 15349)] 0x4031575d in modperl_mgv_lookup (symbol=0x0) at modperl_mgv.c:134 134 if (!symbol-hash) { (gdb) bt #0

[mp2] Building with Perl 5.6.1 dies

2002-05-23 Thread Axel Andersson
Hi, sorry if this has already been discussed, just point me to archives then. I'm building a last night CVS checkout of mod_perl 2 against a last night CVS checkout of apache 2 and Per 5.6.1. Here's what happens: morris@melchior:/usr/src/modperl-2.0 perl Makefile.PL

Re: compatibility problem

2002-05-23 Thread Doug MacEachern
On Fri, 24 May 2002, Jie Gao wrote: Segmentation fault happens when accessing /export/softwares/data, a subdirectory which does not have an .htaccess file itself, but a subdirectory of which has an .htaccess file containing: hmm. you might want to try building modperl with MP_DEBUG=1 and

Re: Proxied mod_perl server problem

2002-05-23 Thread Pedro Melo Cunha
upgrade to cvs version of apache on the proxy. cvs version solveds this problem. best regards, On Mon, May 13, 2002 at 06:57:07PM +1000, Ian Macdonald wrote: Hi All. I'm setting up a new server and wish to run two Apache configurations, one vanilla and one mod_perl. I've configured pretty

cvs commit: modperl/lib/Apache Status.pm

2002-05-23 Thread dougm
dougm 02/05/23 09:00:59 Modified:lib/Apache Status.pm Log: make it possible to configure the registry cache via Apache::Status-registry_cache(\%cache); Revision ChangesPath 1.25 +15 -2 modperl/lib/Apache/Status.pm Index: Status.pm