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
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
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
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
> 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
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
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
>>
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&
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
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
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
> 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.
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
13 matches
Mail list logo