mp guide: Perl sections - leaks

2004-05-04 Thread Brad Bowman
Hello, I've had problems with Perl sections causing leaks with graceful restart, at least with some versions/setups of mod_perl. I thought the problem should be noted in the guide. A patch is attached for: http://perl.apache.org/docs/1.0/guide/troubleshooting.pod.orig I no longer have my test

Re: [mp2] $r-auth_name

2004-05-04 Thread Geoffrey Young
Fred Moyer wrote: Is there an mp2 implementation of $r-auth_name? I'm working with Apache::AuthCookie in a native mp2 environment and am getting an error message of: I believe this module has been ported to mp2 already. you might want to check the archives so you don't end up doing

Re: mason/mod_perl debugging help needed

2004-05-04 Thread Aaron Ross
Hi Andrew, can reproduce the problem easily, and upon closer inspection with strace and gdb I can tell that Apache is hanging in the same place Well, where is it? Also, what versions of various things are you running? And when you say hang indefinitely... what do you mean? Aaron --

Re: [mp1] subprocess_env and non-mod_perl handlers

2004-05-04 Thread John Wittkoski
Geoffrey Young wrote on 5/3/04, 8:02 PM: If I do the void subprocess_env trick: $r-subprocess() before retrieving $something, then it's populated along with the rest of the environment. that only affects %ENV, not the ability of $r-subprocess_env to grab something from

ANNOUNCE: Bricolage 1.8.0 Arrives!

2004-05-04 Thread David Wheeler
It is with great pleasure that the Bricolage development team announces the release of Bricolage 1.8.0. The culmination of over 15 months in development, with contributions from over 20 independent developers, and new features sponsored by numerous organizations world-wide,

Re: mod_perl File Extension Configuration instead of a Path Configuration

2004-05-04 Thread JupiterHost.Net
DJ wrote: I dont know if this has been answered, since i deleted my email but the answer is: Files *.mpl SetHandler perl-script PerlHandler Your::Module /Files Thanks DJ! I did get this earlier: PerlModule Apache::Registry AddHandler perl-script .mpl PerlHandler Apache::Registry so

Re: mp guide: Perl sections - leaks

2004-05-04 Thread Stas Bekman
Brad Bowman wrote: Hello, I've had problems with Perl sections causing leaks with graceful restart, at least with some versions/setups of mod_perl. I thought the problem should be noted in the guide. A patch is attached for: http://perl.apache.org/docs/1.0/guide/troubleshooting.pod.orig I no

make test hangs

2004-05-04 Thread William Fulmer
Hi, I'm trying to get mod_perl-1.99_13 to compile with apache 2.0.49 and perl 5.6.2 -bash-2.05b# /usr/opt/perl-5.6.2/bin/perl -VSummary of my perl5 (revision 5.0 version 6 subversion 2) configuration: Platform: osname=hpux, osvers=11.00, archname=PA-RISC2.0 uname='hp-ux cars-l b.11.00 u

Re: mp2 Apache2.0.49 on HPUX11i : mod_perl does not load in Apache

2004-05-04 Thread Stas Bekman
[Olivier, please keep things on the list. Thanks] So you have a bunch of these errors: /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'modperl_bucket_sv_create' in Is nm(1) working on your platform? If so, please try: nm /path/to/your/httpd | grep modperl_bucket_sv_create It does not find

Re: mp2 static build on HPUX11i: tests

2004-05-04 Thread Stas Bekman
Here are the results you asked for : t/TEST -clean t/TEST -v t/api/module.t t/apr/netlib.t t/compat/conn_rec.t t/modperl/setupenv.t t/preconnection/note.t Thanks. So it all comes down to two issues. 1) Apache::Module::loaded('mod_perl.so') t/api/module1..11 # testing :

Re: make test hangs

2004-05-04 Thread Stas Bekman
William Fulmer wrote: Hi, I'm trying to get mod_perl-1.99_13 to compile with apache 2.0.49 and perl 5.6.2 That's insufficient, William. Please see: http://perl.apache.org/bugs/ [...] It hangs on api/request_rec. Try to figure out which sub-test is it hanging on. Try this trick:

Re: mp2 static build on HPUX11i: invalid ldflags

2004-05-04 Thread Stas Bekman
[EMAIL PROTECTED] wrote: BTW, I had to modify a bit the config_vars.mk file from Apache. You didn't mention what did you have to modify there. Sorry, I didn't make myself clear : Apache and Perl are compiled with the same compiler and the same options. The only problem that I found is for the

Re: [mp1] subprocess_env and non-mod_perl handlers

2004-05-04 Thread John Wittkoski
Geoffrey Young wrote on 5/3/04, 8:02 PM: Example 2: Basically the same except I have a C handler defined for TypeHandler and a mod_perl handler defined for FixupHandler. When the C code does: ap_table_set(r-subprocess_env, TEST, value); The mod_perl handler for

Re: [mp1] subprocess_env and non-mod_perl handlers

2004-05-04 Thread Geoffrey Young
Geoff, So I haven't been able to get very far on the code to test this further, but in the Eagle book I noticed this (section 9.1.4): subprocess_env() is only required if you need to change the environment in a subprocess launched by a different handler or module. what this section is

Re: [mp1] subprocess_env and non-mod_perl handlers

2004-05-04 Thread John Wittkoski
Geoffrey Young wrote on 5/4/04, 4:18 PM: not really. but clearly you have some kind of problem. Doh! I definitely do, I think I'm it. Remember earlier when you said how in debugging you often find that you are the bug? Well, I am the bug in this case. :-) In the process of trying to

Re: SOAP::Lite dispatching problems

2004-05-04 Thread Geoffrey Young
When I execute the client program I get 405 Method not allowed at /hello.pl line 11 error and no error messages in the error or access log files. Can someone shed some light on this for me? I read all the docs I could find regarding this on Google and SOAPLite.org and still have not been

Re: mp guide: Perl sections - leaks

2004-05-04 Thread Stas Bekman
Brad Bowman wrote: Thanks for the patch, Brad. But are you sure this is still the case with the latest mp1? This thread that you've quoted is 4 years old. And it doesn't show any code that may cause such a leak. I'm reasonable sure I got the leaks with apache 1.3.27 and mod_perl 1.27. I

Job QA positions, Mountain View, CA

2004-05-04 Thread Katherine Bretz
Hello, We have several open positions at Tellme. Tellme's web backend environment is mainly mod_perl based, involving externally visible, traditional web applications, as well as internal VoiceXML applications and XML data feeds. Tellme systems use HTTP and XML extensively as a generic

Re: SOAP::Lite dispatching problems

2004-05-04 Thread Randy Kobes
On Tue, 4 May 2004, Geoffrey Young wrote: When I execute the client program I get 405 Method not allowed at /hello.pl line 11 error and no error messages in the error or access log files. Can someone shed some light on this for me? I read all the docs I could find regarding this on

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

2004-05-04 Thread stas
stas2004/05/03 23:03:52 Added: src/modules/perl modperl_error.c modperl_error.h Log: modperl_error.[ch] is a new home for the error handling code and error code extension defines Revision ChangesPath 1.1

cvs commit: modperl-2.0/xs/APR/Error - New directory

2004-05-04 Thread stas
stas2004/05/03 23:04:13 modperl-2.0/xs/APR/Error - New directory

cvs commit: modperl-2.0/xs/APR/Error APR__Error.h Error_pm

2004-05-04 Thread stas
stas2004/05/03 23:05:17 Added: xs/APR/Error APR__Error.h Error_pm Log: the perl interface for the new exception handling code Revision ChangesPath 1.1 modperl-2.0/xs/APR/Error/APR__Error.h Index: APR__Error.h

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

2004-05-04 Thread stas
stas2004/05/03 23:11:31 Modified:lib/ModPerl WrapXS.pm Log: be strict Revision ChangesPath 1.71 +3 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS file:

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

2004-05-04 Thread stas
stas2004/05/03 23:12:24 Modified:src/modules/perl modperl_callback.c Log: as ERRSV is an object, we no longer can read its PVX slot directly, but need to get the magic invoked Revision ChangesPath 1.72 +2 -2 modperl-2.0/src/modules/perl/modperl_callback.c

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

2004-05-04 Thread stas
stas2004/05/03 23:16:46 Modified:t/modperl .cvsignore ModPerl-Registry/lib/ModPerl RegistryCooker.pm src/modules/perl modperl_util.c t/response/TestModperl exit.pm Added: t/modperl exit.t Log: ModPerl::Util::exit now throws an

cvs commit: modperl-2.0 Changes

2004-05-04 Thread stas
stas2004/05/03 23:42:00 Modified:.Changes Log: recent changes Revision ChangesPath 1.366 +19 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/todo release

2004-05-04 Thread geoff
geoff 2004/05/04 17:24:39 Modified:todo release Log: another thing I need to remember to follow through on Revision ChangesPath 1.23 +4 -0 modperl-2.0/todo/release Index: release ===