I am looking for a list of the bucket types for APR::BucketType
objects and their meanings. So far I have encountered the types
"FLUSH", "EOC" (end of connection?) and "mod_perl SV bucket".
It seems that bucket type (names) are only available as strings.
When looking for buckets of a particular t
> -Ursprüngliche Nachricht-
> Von: Stas Bekman [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 4. April 2005 18:47
> An: Dintelmann, Peter
> Cc: 'modperl@perl.apache.org'
> Betreff: Re: APR::BucketType bucket types?
>
>
> Dintelmann, Peter wrote:
>
The log phase can be invoked in a protocol handler using the
run_log_transaction() method from Apache::HookRun.
use Apache::Connection;
use Apache::Const -compile => qw(OK);
use Apache::RequestRec;
use Apache::RequestUtil;
use Apache::HookRun;
sub handler
{ my $c = s
[snip]
> > ok; I didn't think about that...
> > So what is the most efficient way to determine the
> > "standard" bucket types like EOS/EOC/FLUSH?
>
> with is_foo methods:
> http://perl.apache.org/docs/2.0/api/APR/Bucket.html
> though at the moment we expose just two of them
> -Ursprüngliche Nachricht-
> Von: Stas Bekman [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 5. April 2005 17:58
> An: Dintelmann, Peter
> Cc: 'modperl@perl.apache.org'
> Betreff: Re: setting request_time (prot. handler)
>
>
> Dintelmann, Peter wr
When you are implementing your own authentication mechanism e.g.
in a server using the multiprotocol feature you have to pass two
pieces of information to the Auth handler: the name of the auth
mechanism used and the data submitted by the client (e.g. a MD5
hash).
The name of the auth mechanism ca
Geoffrey,
thanks for the quick reply.
> > When you are implementing your own authentication mechanism e.g.
> > in a server using the multiprotocol feature you have to pass two
> > pieces of information to the Auth handler: the name of the auth
> > mechanism used and the data submi
The "make" step of building mod_perl-2.0.3 with Perl 5.10.0
(DEVEL32096) on Solaris 8 in 64-bit fails with the following
message:
$ make
cd "src/modules/perl" && make
gcc -I/var/tmp/peter/mod_perl-2.0.3/src/modules/perl
-I/var/tmp/peter/mod_perl-2.0.3/xs -I/opt/MISperl/httpd2/include
-I/opt/MISp
> -Ursprüngliche Nachricht-
> Von: Philippe M. Chiasson [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 27. Oktober 2007 09:15
> An: Dave Mitchell
> Cc: Dintelmann, Peter; Mod_Perl Mailingliste (E-Mail); Perl 5 Porters
> (E-Mail)
> Betreff: Re: building mod_perl-2
> -Ursprüngliche Nachricht-
> Von: Dintelmann, Peter
> Gesendet: Montag, 29. Oktober 2007 12:39
> An: Philippe M. Chiasson; Dave Mitchell
> Cc: Mod_Perl Mailingliste (E-Mail); Perl 5 Porters (E-Mail)
> Betreff: AW: building mod_perl-2.0.3 with Perl
The current mod_perl/2.0.4-dev snapshot compiles
correctly with Perl 5.10.0 DEVEL 32209.
> -Ursprüngliche Nachricht-
> Von: Dintelmann, Peter
> Gesendet: Montag, 29. Oktober 2007 12:39
> An: Philippe M. Chiasson; Dave Mitchell
> Cc: Mod_Perl Mailingliste (E-Mail); Perl 5
11 matches
Mail list logo