On Sat, Jun 08, 2002 at 04:17:20AM +0800, Stas Bekman wrote:
> If you say you are bored why don't you port Apache::src :)
I already did :) At least the inc method (which you need to build just
about anything). If you can think of more to add on to this, be my guest.
Also, if you can forward m
Stephen Clouse wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I have noticed that modperl2 at the moment does not install any header files as
> did its predecessor. Is this a permanent change? Because it seems rather
> unworkable for any type of XS function that wants to access
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have noticed that modperl2 at the moment does not install any header files as
did its predecessor. Is this a permanent change? Because it seems rather
unworkable for any type of XS function that wants to access the API.
For example, I'm attempt
Greetings.
[...]
> On Tue, 4 Jun 2002, Alessandro Forghieri wrote:
>
> > perl_clone_host(PerlInterpreter* proto_perl, UV flags) {
>
> this will only be called if the number of concurrent requests is >
> PerlInterpStart. i can look into the problem later, but in
> the meantime
> would be in
> >>but better run t/REPORT and send the whole output here.
> >
-8<-- Start Bug Report 8<--
1. Problem Description:
[DESCRIBE THE PROBLEM HERE]
2. Used Components and their Configuration:
*** using lib/Apache/BuildConfig.pm
*** Makefile.PL options:
Doug, how correct is the overview.pod regarding hooks? Currently it says:
C can register hooks itself at server startup:
Apache::Hook->add(PerlAuthenHandler => \&authenticate,
Apache::Hook::MIDDLE);
Apache::Hook->add(PerlLogHandler=> \&logger,
Apache::Hook::LAST);
is that the syntax
Herbert Rosmanith wrote:
>>but better run t/REPORT and send the whole output here.
>
>
> how do I do that? do I have to reinstall perl from source?
No, see:
http://perl.apache.org/release/docs/2.0/user/help/help.html#Minimum_Information
--
__
what's the plan for PerlCleanupHandler in 2.0? (the usual question of
whether to document it or not :)
I understand that in 2.0 since now we have a pool that gets destroyed at
the end of each request, we simply use:
$r->pool->cleanup_register(\&cleanup_callback, $data);
as a perlcleanup ha
> Herbert Rosmanith wrote:
> >>On Thu, 6 Jun 2002, Herbert Rosmanith wrote:
> >>
> >>
> >>>hi,
> >>>
> >>>httpd is 2.0.36
> >>>modperl is modperl-2.0_20020606103544.tar.gz
> >>
> >>can we see your perl -V
> >>
> >
> >
> > bash-2.03# perl -v
> >
> > This is perl, v5.6.1 built for i686-linux
>
>
Herbert Rosmanith wrote:
>>On Thu, 6 Jun 2002, Herbert Rosmanith wrote:
>>
>>
>>>hi,
>>>
>>>httpd is 2.0.36
>>>modperl is modperl-2.0_20020606103544.tar.gz
>>
>>can we see your perl -V
>>
>
>
> bash-2.03# perl -v
>
> This is perl, v5.6.1 built for i686-linux
it's -V, not -v
but better run t/R
> On Thu, 6 Jun 2002, Herbert Rosmanith wrote:
>
> >
> > hi,
> >
> > httpd is 2.0.36
> > modperl is modperl-2.0_20020606103544.tar.gz
>
> can we see your perl -V
>
bash-2.03# perl -v
This is perl, v5.6.1 built for i686-linux
11 matches
Mail list logo