Re: libapreq2 upload question

2004-12-21 Thread eps com estem
Here's a patch for $upload-slurp, see if it helps: Fast work, as always, Joe :) These patches I've incorporated in a new libapreq2.ppd ppm package at a href=/app/message?l=eso=8url=http%3A%2F%2Ftheoryx5%2Euwinnipeg%2Eca%2Fppms%2F target=_blankhttp://theoryx5.uwinnipeg.ca/ppms//a The version

Runs on Perl 5.8.0 but no on 5.8.3:[DBI]

2004-12-21 Thread Chetan Anand
Hi, Whenever I execute a Perl script the following erroris displayed in apache's error_log:[error] [client 127.0.0.1] Can't use string ("") as aHASH ref while "strict refs" in use at/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/DBI.pmline 514., referer:

Re: What's wrong with this system's configuration?

2004-12-21 Thread Nick ***
: Stas Bekman [EMAIL PROTECTED] : Re: What's wrong with this system's configuration? : Nick *** [EMAIL PROTECTED] : , 2004, 17 18:18:34 EET -- Nick *** wrote: # @(#)B11.23_LRhosts $Revision: 1.9.214.1 $ $Date: 96/10/08

multiple developers on one Sever

2004-12-21 Thread Henning Meyer
Hello, I've got a mod_perl-Apache running, which hosts multiple developement-versions (of multiple CVS-developers) of a webapp. Therefore I've got this apache-config: Location ~ /dev/project.*/web Options +Includes XBitHack on /Location Location ~ /dev/project.*/web/+cgi-bin SetHandler

Re: multiple developers on one Sever

2004-12-21 Thread Pratik
Please provide information about the versions of mod_perl and apache that you are using. If you provide your fully working configuration file, it will be easy to identify the issue. - Pratik -- http://pratik.syslock.org -- Report problems: http://perl.apache.org/bugs/ Mail list info:

Re: multiple developers on one Sever

2004-12-21 Thread Arun pandey
I guess the problem might be with your PerlHandler, coz Apache::Registry, caches all scripts, as a result certain global values will remain persistent. In such a case you might want to use Apache::PerlRun instead , which mimics mod_cgi by flushing the namespace at the every start of request.

PerlRun Memory leak upgrading from 1.99_14 to 2.0.0-RC1

2004-12-21 Thread Jean-François Nadeau
Hi all, I was using mod_perl-1.99_14 under Apache 2.0.49, I upgraded to mod_perl-2.0.0-RC1 under Apache 2.0.52. Im using RedHat 8.0 /perl 5.8.0 / CGI.pm 3.05 Apache configuration : SetHandler perl-scriptPerlResponseHandler ModPerl::PerlRunPerlOptions +ParseHeaders +GlobalRequest We

Re: Runs on Perl 5.8.0 but no on 5.8.3:[DBI]

2004-12-21 Thread Tom Schindl
Although I doubt this has something todo with mod_perl which this list is dedicated to you should at least state: * Version of DBI.pm * Maybe also the part of DBI.pm around line 514 * try to run a programm on the command-line using DBI if it also fails = upgrade DBI.pm (are the version on the

Apache::DBI and PerlChildExitHandler

2004-12-21 Thread Joel
Good morning, This is not a problem, per se, nor is it something I especially need to get done, but it would certainly be nice to have and might, in some small way, benefit the world in general. Here's what's going on: I am using mod_perl 1.99_13 (yes, I know I should upgrade) and Apache

RE: PerlRun Memory leak upgrading from 1.99_14 to 2.0.0-RC1

2004-12-21 Thread Jean-François Nadeau
The problem might be in RegistryCooker.pm I upgraded each script from 1.99_14 to currentone by one to find the leak starts when using the current RegistryCooker.pm Let me know if this help... thanks From: Jean-François Nadeau [mailto:[EMAIL PROTECTED] Sent: 21 décembre 2004 08:15To:

Re: libapreq2 upload question

2004-12-21 Thread Randy Kobes
On Tue, 21 Dec 2004, eps com estem wrote: Here's a patch for $upload-slurp, see if it helps: Fast work, as always, Joe :) These patches I've incorporated in a new libapreq2.ppd ppm package at a href=/app/message?l=eso=8url=http%3A%2F%2Ftheoryx5%2Euwinnipeg%2Eca%2Fppms%2F

Re: Apache::DBI and PerlChildExitHandler

2004-12-21 Thread Stas Bekman
Joel wrote: Good morning, This is not a problem, per se, nor is it something I especially need to get done, but it would certainly be nice to have and might, in some small way, benefit the world in general. Here's what's going on: I am using mod_perl 1.99_13 (yes, I know I should upgrade) and

Re: Runs on Perl 5.8.0 but no on 5.8.3:[DBI]

2004-12-21 Thread Jay Scherrer
Does this have something to do with SElinux? At what security level is your SE-Linux turn on? Because on FC2 SE was by default set to high. Jay Scherrer On Tuesday 21 December 2004 02:44 am, Chetan Anand wrote: Hi, Whenever I execute a Perl script the following error is displayed in apache's

Re: PerlRun Memory leak upgrading from 1.99_14 to 2.0.0-RC1

2004-12-21 Thread Stas Bekman
Jean-François Nadeau wrote: Hi all, I was using mod_perl-1.99_14 under Apache 2.0.49, I upgraded to mod_perl-2.0.0-RC1 under Apache 2.0.52. Im using RedHat 8.0 / perl 5.8.0 / CGI.pm 3.05 Apache configuration : SetHandler perl-script PerlResponseHandler ModPerl::PerlRun PerlOptions

Re: libapreq2 upload question

2004-12-21 Thread Joe Schaefer
eps com estem [EMAIL PROTECTED] writes: [...] One last question, would you use libapreq2 to handle all GET and POST data or only the multipart-POST data?? It's designed to be usable for all GET / POST data. The Content-Types it currently understands are

RE: PerlRun Memory leak upgrading from 1.99_14 to 2.0.0-RC1

2004-12-21 Thread Jean-François Nadeau
Thanks for the quick reply. I cleaned up my installation and reinstalled. See attached bug report and BuildConfig.pm. Configured with: perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=/usr/local/apache-2.0.52/ make make install The leak persist after reinstall. I do not have a sample

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Joshua Hoblitt
On Mon, 20 Dec 2004, Stas Bekman wrote: Joshua Hoblitt wrote: Hi Folks, I've been unable to figure out how to get Apache::TestMB to setup my build environment in such a way as to suppress APXS warnings during a test run. e.g. -- t/10_client_newAPXS

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Stas Bekman
Joshua Hoblitt wrote: [This thread really belongs to the httpd-test list, since it has nothing to do with modperl] [...] Apache/1.3.33 (Unix) mod_perl/1.29 and I'm using Apache::Test/Apache::TestMB 1.17. what code do you have in your tests that invokes those? Any of the .t files that have use

Re: PerlRun Memory leak upgrading from 1.99_14 to 2.0.0-RC1

2004-12-21 Thread Stas Bekman
Configured with: perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=/usr/local/apache-2.0.52/ make make install OK. Why do you use MP_AP_PREFIX and not MP_APXS? The docs suggest to use the latter: http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Installation

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Geoffrey Young
$ make test /usr/bin/perl5.8.5 Build --makefile_env_macros 1 test /usr/bin/perl5.8.5 -I /home/moa/jhoblitt/docs/perl/dev/modules/PS-IPP-IData/blib/lib -I /home/moa/jhoblitt/docs/perl/dev/modules/PS-IPP-IData/blib/arch t/TEST -clean [warning] setting ulimit to allow core files ulimit -c

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Randy Kobes
On Tue, 21 Dec 2004, Geoffrey Young wrote: -verbose=0 APXS (/usr/local/apache/bin/apxs) query for SBINDIR failed APXS (/usr/local/apache/bin/apxs) query for TARGET failed APXS (/usr/local/apache/bin/apxs) query for SYSCONFDIR failed APXS (/usr/local/apache/bin/apxs) query for PREFIX

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Stas Bekman
Randy Kobes wrote: On Tue, 21 Dec 2004, Geoffrey Young wrote: -verbose=0 APXS (/usr/local/apache/bin/apxs) query for SBINDIR failed APXS (/usr/local/apache/bin/apxs) query for TARGET failed APXS (/usr/local/apache/bin/apxs) query for SYSCONFDIR failed APXS (/usr/local/apache/bin/apxs) query for

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Joshua Hoblitt
On Tue, 21 Dec 2004, Stas Bekman wrote: Joshua Hoblitt wrote: [This thread really belongs to the httpd-test list, since it has nothing to do with modperl] [...] Apache/1.3.33 (Unix) mod_perl/1.29 and I'm using Apache::Test/Apache::TestMB 1.17. what code do you have in your tests that invokes

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Stas Bekman
Joshua Hoblitt wrote: On Tue, 21 Dec 2004, Stas Bekman wrote: Joshua Hoblitt wrote: [This thread really belongs to the httpd-test list, since it has nothing to do with modperl] [...] Apache/1.3.33 (Unix) mod_perl/1.29 and I'm using Apache::Test/Apache::TestMB 1.17. what code do you have in

svn commit: r122996 - /perl/modperl/trunk/lib/ModPerl/Manifest.pm

2004-12-21 Thread stas
Author: stas Date: Tue Dec 21 14:18:32 2004 New Revision: 122996 URL: http://svn.apache.org/viewcvs?view=revrev=122996 Log: exclude Apache-Test/Apache-TestItSelf from mp2 distro, as this is an internal to developers sub-project Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm Modified:

svn commit: r123016 - /perl/modperl/trunk/src/modules/perl/modperl_cmd.c

2004-12-21 Thread stas
Author: stas Date: Tue Dec 21 15:06:01 2004 New Revision: 123016 URL: http://svn.apache.org/viewcvs?view=revrev=123016 Log: storing perl context doesn't require messing around with global perl context Modified: perl/modperl/trunk/src/modules/perl/modperl_cmd.c Modified:

svn commit: r123017 - /perl/modperl/trunk/src/modules/perl/modperl_config.c

2004-12-21 Thread stas
Author: stas Date: Tue Dec 21 15:06:42 2004 New Revision: 123017 URL: http://svn.apache.org/viewcvs?view=revrev=123017 Log: restore the global perl context when done with perlpostconfigrequire Modified: perl/modperl/trunk/src/modules/perl/modperl_config.c Modified:

svn commit: r123021 - /perl/modperl/trunk/src/modules/perl/mod_perl.h

2004-12-21 Thread stas
Author: stas Date: Tue Dec 21 16:09:07 2004 New Revision: 123021 URL: http://svn.apache.org/viewcvs?view=revrev=123021 Log: consistency tweak Modified: perl/modperl/trunk/src/modules/perl/mod_perl.h Modified: perl/modperl/trunk/src/modules/perl/mod_perl.h Url:

svn commit: r123029 - /perl/modperl/trunk/todo/release

2004-12-21 Thread stas
Author: stas Date: Tue Dec 21 17:42:55 2004 New Revision: 123029 URL: http://svn.apache.org/viewcvs?view=revrev=123029 Log: things to work on (not showstoppers for RC2, but for 2.0) Modified: perl/modperl/trunk/todo/release Modified: perl/modperl/trunk/todo/release Url: