Hi,
I tried to write an handler to be execute in the PostReadRequest phase
of the http request cycle.
here's the simple code (it is only a test):
#file:touch.pl
#-
use strict;
use warnings;
use Apache::ServerUtil ();
use Apache::RequestIO ();
my $r = shift;
$r->conte
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
On Thu, 19 May 2011, marco wrote:
Hi,
I tried to write an handler to be execute in the PostReadRequest phase of the
http request cycle.
#file:touch.pl
...
PerlResponseHandler touch.pl
...
PerlPostReadRequestHandler touch.pl
Raf wrote:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
On Thu, 19 May 2011, marco wrote:
Hi,
I tried to write an handler to be execute in the PostReadRequest phase
of the http request cycle.
#file:touch.pl
...
PerlResponseHandler touch.pl
...
PerlPostReadRequestHandle
Il 19/05/2011 16.32, André Warnier ha scritto:
Raf wrote:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
On Thu, 19 May 2011, marco wrote:
Hi,
I tried to write an handler to be execute in the PostReadRequest
phase of the http request cycle.
#file:touch.pl
...
PerlResponse
Il 19/05/2011 16.47, marco ha scritto:
Il 19/05/2011 16.32, André Warnier ha scritto:
Raf wrote:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
On Thu, 19 May 2011, marco wrote:
Hi,
I tried to write an handler to be execute in the PostReadRequest
phase of the http request cycle.
Hi All,
In a modperl2 handler, using Apache2::Cookie, I have code as follows to fetch
the names of the requests cookies:
my @cookie_names = (eval { $cookie_jar->cookies() });
if ($@) { _oops("Could not parse cookies blah blah."); }
I understand that with this code I either get all of the cookie
Have you tried mod_deflate?
On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini wrote:
> Hi people,
> I've got this problem with DEFLATE.
> This is my code example :
> use strict;
> use warnings;
> use Apache2::Filter ();
> use Apache2::RequestRec ();
> use APR::Table ();
> use Cache::FileB
yes the result is the same.
Idel
=
Mobile: +39 349 442 2668
E-Mail: idel.fusch...@gmail.com
Web Site: http://www.idelfuschini.it
OpenSource Project: Apache Mobile Filter -
http://www.idelfuschini.it/apache-mobile-filter-v2x.html
Test Page: http://www.apachemobilefilter.org/test
Please cc the list on your responses so that others can help answer in
the event this scratch off lottery ticket here next to me has a big
prize and I take off on vacation ;)
For what it is worth, it looks like your code example contained a
response handler and output filter in the same subroutine
On Saturday, May 07, 2011 12:30:56 Idel Fuschini wrote:
> I've got this problem with DEFLATE.
I think you either simply forgot to mention a PerlResponseHandler or you
should omit the "SetHandler modperl".
>
>PerlSetOutputFilter DEFLATE
>PerlSetOutputFilter INCLUDES
>SetHandler modpe
10 matches
Mail list logo