Re: MP2 and RH 9 question

2004-01-15 Thread Stas Bekman
Thomas Bolioli wrote: On a stock RH 9 system: my %params = $r->args(); $r->print( join("",map {"$_ => $params{$_}"} keys(%params)), ""); and this $r->print($r->args()); are producing the same output. Or in other words, the list context is returning the entire QS while it used to return a hash i

Re: MP2 and RH 9 question

2004-01-15 Thread Perrin Harkins
On Thu, 2004-01-15 at 23:15, Thomas Bolioli wrote: > RH is conservative about upgrades so I am still on 1.99_07 and > 2.0.40. Are these implementations mature enough to develop a new app on? Short answer: no, they are not. If you plan to use mp2 at this stage, you must keep up to date with it.

MP2 and RH 9 question

2004-01-15 Thread Thomas Bolioli
On a stock RH 9 system: my %params = $r->args(); $r->print( join("",map {"$_ => $params{$_}"} keys(%params)), ""); and this $r->print($r->args()); are producing the same output. Or in other words, the list context is returning the entire QS while it used to return a hash in MP1. The docs for v

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread Stas Bekman
steve larson wrote: Hello, output desired as well as error_log output. You didn't include http://perl.apache.org/docs/2.0/user/help/help.html#Important_Information also please remove parts of the message that you don't reply to /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/AP

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread steve larson
Hello, output desired as well as error_log output. Thanks for your support, :) Steve Larson [EMAIL PROTECTED] [EMAIL PROTECTED] modperl]# /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so [EMAIL PROTECTED] modperl]# ldd /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Ap

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread Stas Bekman
Also please post the whole bug report again, since I don't know what options did you use this time to build mod_perl. This could help answer the question of the APR.so problem. __ Stas BekmanJAm_pH --> Just Another m

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread Stas Bekman
steve larson wrote: Hello, I have installed apache, and built modperl, here is output from the make test, please let me know if I can overlook certain errors here or these need to be addressed(I assume). Very good, we are getting advanced. Also, I did not add proxy or some other options, ie. de

Re: [mp2] Cookies and practical mod_perl

2004-01-15 Thread Geoffrey Young
Thomas Bolioli wrote: > I am using practical mod_perl (good book stas) book to come back up to > speed on mp after being away from perl and apache web development for a > few years. I am developing something new in mp2 and I am trying to set > cookies. The book's examples use Apache::Cookie and I

[mp2] Cookies and practical mod_perl

2004-01-15 Thread Thomas Bolioli
I am using practical mod_perl (good book stas) book to come back up to speed on mp after being away from perl and apache web development for a few years. I am developing something new in mp2 and I am trying to set cookies. The book's examples use Apache::Cookie and I tried to install Apache::Co

bug reporting aids

2004-01-15 Thread Geoffrey Young
hi all to help people in reporting bugs in mod_perl code that are _not_ caught by the test suite, I have created a few Apache-Test skeletons. for mod_perl 2.0: http://perl.apache.org/~geoff/bug-reporting-skeleton-mp2.tar.gz for mod_perl 1.0: http://perl.apache.org/~geoff/bug-reporting-skelet

Re: Modperl 2.0 Not finding correct *.conf

2004-01-15 Thread steve larson
Hello, I have installed apache, and built modperl, here is output from the make test, please let me know if I can overlook certain errors here or these need to be addressed(I assume). Also, I did not add proxy or some other options, ie. deflate, etc. - perhaps this explains why certain tests we

[JOB] mod_perl Portal Installation/Customization

2004-01-15 Thread Joe Breeden
Title: [JOB] mod_perl Portal Installation/Customization I am looking for someone to recommend, install, and modify a mod_perl based web portal that can integrate with a PostgreSQL database we already have that authenticates jabber clients. This is a telecommute job. I realize this is not a

Re: [Fwd: Apache::AuthenNTLM]

2004-01-15 Thread Shannon Eric Peevey
Wiebe Kloosterman wrote: Shannon, I found my problem, KeepAlive wasn't turned on. i am sorry Wiebe Kloosterman No problem. Thanks for letting us know the solution. speeves cws -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html