Problems with Multiple PerlTransHandlers

2003-12-16 Thread Patrick LeBoutillier
3.27-3 This is perl, v5.6.1 built for i386-linux Red Hat Linux release 7.3 (Valhalla) Thanks, -- ===== Patrick LeBoutillier Laval, Québec, Canada -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Logging at startup

2004-12-20 Thread Patrick LeBoutillier
Hi all, I'm using the logging API ($s->notice("...")) in some code that is loaded at startup using PerlRequire. As mentionned in the docs on the Apache server cycle, my code is executed twice. The first time the code is executed, I see the log statements appear on STDERR when Apache is restarted

Is there a "PerlPreForkHandler"?

2004-12-26 Thread Patrick LeBoutillier
parent right before the fork. Thanks, Patrick LeBoutillier -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Is there a "PerlPreForkHandler"?

2004-12-26 Thread Patrick LeBoutillier
Stas, > There is no such thing. But if you explain what you are trying to achieve > may be we can suggest an alternative solution. > Turns out after thinkning about it a bit more it wouldn't have been useful for what I want to do anyways. For those who are interested, I'm writing an open source

Re: Is there a "PerlPreForkHandler"?

2004-12-27 Thread Patrick LeBoutillier
> Will it take the same configuration files as the Tinc VPN, for > encryption purposes? I don't know about that, but that's why I decided to use Apache as the back end. Apache can provide encryption with https, authentication with BasicAuth and/or client certificates and all sorts of other securit

Some tests failed: mod_perl-2.0.0-RC2-XMas on FC3

2004-12-30 Thread Patrick LeBoutillier
Hi all, I get the following test errors on a plain Fedora Core 3 install: Failed Test Stat Wstat Total Fail Failed List of Failed --- t/api/access2.t 63 50.00% 2 5-6

Re: Some tests failed: mod_perl-2.0.0-RC2-XMas on FC3

2004-12-30 Thread Patrick LeBoutillier
Cheers, Patrick - Original Message - > Patrick LeBoutillier wrote: >> Hi all, >> I get the following test errors on a plain Fedora Core 3 install: Failed Test Stat Wstat Total Fail Failed List of Failed >>

Re: Some tests failed: mod_perl-2.0.0-RC2-XMas on FC3

2004-12-30 Thread Patrick LeBoutillier
My bad :(... All tests run fine now. Sorry, Patrick - Original Message - > Patrick LeBoutillier wrote: >> Stas, >> >> Maybe you read a bit too quickly... :) >> >> >>>>I saw someone having similar errors with Apache 2.1.x, but I&

Perl module requiring mod_perl

2005-01-12 Thread Patrick LeBoutillier
Hi, I am writing a Perl module the requires mod_perl to run. What I would like to do detect if mod_perl is installed (and the appropriate version) directly from Makefile.PL (PREREQ_PM). I'm thinking maybe a ModPerl.pm module could be added to the mod_perl distro that could contain that current mo

Apache::TEST: t/TEST question

2005-01-14 Thread Patrick LeBoutillier
Hi all, Should I include the generated t/TEST file in my module distribution or should I let the users system generate it? Thanks, Patrick -- = Patrick LeBoutllier Laval, Québec, Canada

[mp2] PerlPostConfigRequire requires absolute path?

2005-01-16 Thread Patrick LeBoutillier
Hi all, I'm loading a .pm file using PerlPostConfigRequire (1.99_19) and I can't get it to load without specifying an absolute path. Even if my module is installed someplace under @INC, PerlPostConfigRequire Apache/Whatever.pm or even PerlPostConfigRequire Carp.pm doesn't work. But

Re: [mp2] PerlPostConfigRequire requires absolute path?

2005-01-17 Thread Patrick LeBoutillier
> It's a fairly new feature. If you find the documentation lacking, please > do submit a documentation > patch ;-) (Or did you have a specific question about > PerlPostConfigRequire ?) What I meant was that I didn't find anything indicating that it should behave differently than, say, PerlRequire.

[ANNOUNCE] Apache-HTTunnel 0.02

2005-01-27 Thread Patrick LeBoutillier
COPYRIGHT AND LICENCE Copyright (C) 2005 Patrick LeBoutillier <[EMAIL PROTECTED]> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you