use warnings logging

2006-06-04 Thread Patrick Rutkowski
This post is in the context of mod_perl-2 handler's such as PerlResponseHandler MyModule::handler().When "use strict" in one of my modules has something to complain about it puts an error message into the vhosts's error log  as any good warnings/errors module should, for example /www/addons/logs/er

Re: testing Apache/2.2 on Win32

2006-06-04 Thread William A. Rowe, Jr.
We recently removed cli-[dev/[EMAIL PROTECTED] and moved that traffic straight to the general [EMAIL PROTECTED]/[EMAIL PROTECTED] lists. I mention it because announcements like this could be very useful to [EMAIL PROTECTED] folks. Bill Randy Kobes wrote: For those Win32 users using ActivePerl

[ANNOUNCE] Apache-AuthCookie 3.10

2006-06-04 Thread Michael Schout
The uploaded file Apache-AuthCookie-3.10.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.10.tar.gz size: 34993 bytes md5: 8dd9f4a3db329c378f5e5b394c05b5b3 Changes: Version: 3.10 - Bug Fix: when copying user from prev request, check that $r->prev

Re: regular expressions

2006-06-04 Thread Tech
Please remove me from list - Original Message - From: "Garrison Hoffman" <[EMAIL PROTECTED]> To: "Malka Cymbalista" <[EMAIL PROTECTED]> Cc: Sent: Sunday, June 04, 2006 2:01 PM Subject: Re: regular expressions Malka Cymbalista wrote: Can anyone recommend a good book on regular expre

Re: regular expressions

2006-06-04 Thread Tech
Please remove me from list - Original Message - From: "Sumit Babu" <[EMAIL PROTECTED]> To: "Malka Cymbalista" <[EMAIL PROTECTED]>; <> Sent: Sunday, June 04, 2006 2:00 PM Subject: Re: regular expressions Can anyone recommend a good book on regular expressions. I don't need a beginner

testing Apache/2.2 on Win32

2006-06-04 Thread Randy Kobes
For those Win32 users using ActivePerl 8xx, I've placed at http://theoryx5.uwinnipeg.ca/ppms/ ppm packages suitable for use with Apache/2.2: mod_perl-2.2, for mod_perl-2, and libapreq-2.2, for libapreq2 (Apache2::Request and friends). Note that if you're using Apache/2.2 you should use these packa

Followup: POST form hanging at new CGI

2006-06-04 Thread Thomas Hilbig
Sorry for the top reply. I think this has become off topic as I tested a separate Windows/IIS server and still have the same problem where certain clients POST forms are timing out. I can conclude it is not an Apache/MP problem. I did have the client test his machine by submitting a file to anot

Re: regular expressions

2006-06-04 Thread Garrison Hoffman
Malka Cymbalista wrote: Can anyone recommend a good book on regular expressions. I don't need a beginners book - I know how to work with regular expressions but I want to be able to understand and use everything and anything that can be done with regular expressions -I guess I would say that I n

Re: regular expressions

2006-06-04 Thread Sumit Babu
> Can anyone recommend a good book on regular expressions. I don't need a > beginners book - I know how to work with regular expressions but I want > to be able to understand and use everything and anything that can be > done with regular expressions -I guess I would say that I need an > advanced

regular expressions

2006-06-04 Thread Malka Cymbalista
Can anyone recommend a good book on regular expressions. I don't need a beginners book - I know how to work with regular expressions but I want to be able to understand and use everything and anything that can be done with regular expressions -I guess I would say that I need an advanced book. Than

Re: connection to ibm db2 database

2006-06-04 Thread Helmut Zeilinger
Hi iv, may be Stas' Env::C module helps - see http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html and the modules manpage. For example i set the relevant environment variables to connect to an informix DB server in startup.pl: .. use Env::C; Env::C::setenv('INFORMIXDI

list stats

2006-06-04 Thread Philip M. Gollucci
Hi, I know there are better sources for this, but I had it handy. in May 2006 (based off the raw mbox file) 296 posts. Thats 296 / 31 = 9.54/day avg I sent 36 of them. There were ~ 85 unique posters. http://people.apache.org/~coar/mlists.html#perl.apache.org has more. There are multiple entri

Re: mod_perl make test failed tests

2006-06-04 Thread Philip M. Gollucci
Philip M. Gollucci wrote: I think DBI seems to be making progress on CLONE() ing $dbh handles, at least from the test results I got/saw over on dbi-dev (at) perl (dot) org for the 1.51-RC1 just posted. Its docs still say not to use DBI with ithread enabled perl in production, so I'd go with th

Re: mod_perl make test failed tests

2006-06-04 Thread Philip M. Gollucci
Maurice Yarrow wrote: Hello Philip Thanks for your reply, which was very reassuring, actually. Excellent! By the way, my perl5.8.3 is built for i386-linux-thread-multi, but my 5.8.8, which is what I built the mod_perl.so with, is built for i686-linux. Two questions, then: Is the non-thread

Re: mod_perl make test failed tests

2006-06-04 Thread Maurice Yarrow
Hello Philip Thanks for your reply, which was very reassuring, actually. By the way, my perl5.8.3 is built for i386-linux-thread-multi, but my 5.8.8, which is what I built the mod_perl.so with, is built for i686-linux. Two questions, then: Is the non-threaded perl5.8.8 / mod_perl combination t

Re: mod_perl make test failed tests

2006-06-04 Thread Philip M. Gollucci
Maurice Yarrow wrote: t/apache/content_length_header.t 271 3.70% 17 t/api/status.t 62 33.33% 4-5 These are fixed in SVN. You assume correctly. httpd backported/changed from functionality in 2.1.x to 2.0.56.. Just tests themselves need

mod_perl make test failed tests

2006-06-04 Thread Maurice Yarrow
Hello mod_perl community Environment: FC1, apache2.0.58, perl5.8.8, mod_perl2.0.2. I am getting some failed tests during the "make test" for mod_perl 2.0.2, in particular: Failed Test Stat Wstat Total Fail Failed List of Failed --