[Fwd: svn commit: r437104 - in /perl/Apache-SizeLimit/trunk: lib/Apache2/SizeLimit.pm t/response/TestApache2/check_n_requests2.pm t/response/TestApache2/deprecated.pm]

2006-08-26 Thread Philip M. Gollucci
Anyone wanting to take mp1 and mp2 variants for a test spin -- very appreciated. Thanks. Original Message Subject: svn commit: r437104 - Date: Sat, 26 Aug 2006 07:20:59 - To: modperl-cvs@perl.apache.org From: [EMAIL PROTECTED] Message-Id: [EMAIL PROTECTED] Author:

Re: many requests on one connection.

2006-08-26 Thread Tom Schindl
Hi, Don't parse data your own! Use: - CGI.pm (comes with your perl installation by default) or - libapreq http://search.cpan.org/~joesuf/libapreq2-2.08/ I'd say libapreq is the better choice if you start from scratch. The documentation you are referring to talks about internal redirect's which

Re: many requests on one connection.

2006-08-26 Thread Tom Schindl
One more thing. Did you know that there are SOAP-Modules available: - http://search.cpan.org/~rkobes/Apache2-SOAP-0.72/ - http://search.cpan.org/~byrne/SOAP-Lite-0.69/ Tom Erland Nylend wrote: Thanks for replying, On 2006-08-25, 13:04, Perrin Harkins wrote: HTTP has defined roles of client

Re: different default oracle date formats under mod_perl and scripts

2006-08-26 Thread Tom Schindl
Well maybe this is because if you run the scripts in the console you do it as another user with another environment than your apache is working. Try to sync the environment. Tom Jay Buffington wrote: Hi, I'm using DBI with DBD::Oracle. I've noticed that under scripts the default date

Re: many requests on one connection.

2006-08-26 Thread Perrin Harkins
Erland Nylend wrote: The CPE is the client, sending HTTP POST _queries_ with some data. The remote management server (apache server) is sending HTTP POST _replies_ back, but those also contains data. Okay, that makes sense. Persistent connections shouldn't require any additional work on your

Re: different default oracle date formats under mod_perl and scripts

2006-08-26 Thread Jay Buffington
Thank you all very much. As mentioned, this isn't a mod_perl issue. That NLS_ variable sounded familiar. I looked in my httpd.conf and found this: PerlSetEnv NLS_LANG american_america.we8iso8859p1 Which controls (among many other things) the default date format. I've moved that line out of

svn commit: r437091 - in /perl/Apache-SizeLimit/trunk: MANIFEST lib/Apache/SizeLimit.pm lib/Apache/SizeLimit/Core.pm lib/Apache2/SizeLimit.pm

2006-08-26 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:01:20 2006 New Revision: 437091 URL: http://svn.apache.org/viewvc?rev=437091view=rev Log: s/Apache::BaseSizeLimit/Apache::SizeLimit::Core/ Modified: perl/Apache-SizeLimit/trunk/MANIFEST perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

svn commit: r437102 - /perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm

2006-08-26 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:56:25 2006 New Revision: 437102 URL: http://svn.apache.org/viewvc?rev=437102view=rev Log: remove these 2 tests for now Modified: perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm Modified:

svn commit: r437104 - in /perl/Apache-SizeLimit/trunk: lib/Apache2/SizeLimit.pm t/response/TestApache2/check_n_requests2.pm t/response/TestApache2/deprecated.pm

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:20:53 2006 New Revision: 437104 URL: http://svn.apache.org/viewvc?rev=437104view=rev Log: o Apache::Log is not needed o note PerlOptions +GlobalRequest is needed to use the deprecated APIs in mod_perl 2.x Also, adjust the test suite toa ccount for this o

svn commit: r437114 - /perl/Apache-SizeLimit/trunk/RELEASE

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:32:26 2006 New Revision: 437114 URL: http://svn.apache.org/viewvc?rev=437114view=rev Log: note POD issue Modified: perl/Apache-SizeLimit/trunk/RELEASE Modified: perl/Apache-SizeLimit/trunk/RELEASE URL: