mp guide: sections -> leaks

2004-05-04 Thread Brad Bowman
Hello, I've had problems with 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 code,

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 do

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 -- A

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

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, ver

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: SetHandler perl-script PerlHandler Your::Module Thanks DJ! I did get this earlier: PerlModule Apache::Registry AddHandler perl-script .mpl PerlHandler Apache::Registry so incorporating the 2 i

Re: mp guide: sections -> leaks

2004-05-04 Thread Stas Bekman
Brad Bowman wrote: Hello, I've had problems with 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 hav

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

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 modpe

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 : Apache::Module

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: http://perl.apache

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_p

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 secti

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 figu

Re: [mp1] subprocess_env and non-mod_perl handlers

2004-05-04 Thread Geoffrey Young
John Wittkoski wrote: > > 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 ca

SOAP::Lite dispatching problems

2004-05-04 Thread Richard Calosso
I am trying to get my Apache server to dispatch SOAP requests per some examples on the SOAP::Lite docs with not much success.  I am running on RH9 with Apache 2.0.49, mod_perl 1.99_13 built on perl v5.8.3 all built from source locally. I added the following location directive to httpd.conf

Re: mp guide: sections -> leaks

2004-05-04 Thread Brad Bowman
> 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 don't know about

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 bee

Re: mp guide: 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 don't

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 data-pas

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 th