Deflate problem
--00163641753300cc8c04a2ad1a90
Content-Type: text/plain; charset=ISO-8859-1
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::FileBackend;
use Apache2::Const -compile => qw(OK);
use constant BUFF_LEN => 1024;
use vars qw($VERSION);
sub handler {
unless ($f->ctx) {
$f->r->headers_out->unset('Content-Length');
$f->ctx(1);
}
my $Hash=$f->r->subprocess_env();
my $html_page="<b>hello</b>";
my $content_type="text/html";
my $len_bytes=length $html_page;
$f->r->headers_out->set("Content-Length"=>$len_bytes);
$f->r->headers_out->set("Last-Modified" => time());
$f->r->content_type($content_type);
$f->print($html_page);
return Apache2::Const::OK;
}
This is my configuration on httpd.conf;
<Location /WSDeflate/*>
PerlSetOutputFilter DEFLATE
PerlSetOutputFilter INCLUDES
SetHandler modperl
PerlOutputFilterHandler Apache2::AMFWebService
Allow from all
</Location>
I don't have any response on my browser, why ?
Thanks
Idel
=====================
Mobile: +39 349 442 2668
E-Mail: idel.fuschini [at] 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/php_test.php
Mobile Test Page: http://www.apachemobilefilter.org
------
La presente comunicazione ed i suoi allegati e' destinata esclusivamente
ai destinatari. Qualsiasi suo utilizzo, comunicazione o diffusione non
autorizzata
e' proibita. Se ha ricevuto questa comunicazione per errore, la preghiamo di
darne
immediata comunicazione al mittente e di cancellare tutte le informazioni
erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie
This message and its attachments are intended only for use by the
addressees. Any use,
re-transmission or dissemination not authorized of it is prohibited. If you
received
this e-mail in error, please inform the sender immediately and delete all
the material.
(Rif. D.Lgs. 196/2003). Thank you.
--00163641753300cc8c04a2ad1a90
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div>Hi people,</div><div>I've got this problem with DEFLATE.</div><div=
>This is my code example :</div><div><br></div><div>=A0 use strict;</div><d=
iv>=A0 use warnings;=A0</div><div>=A0 use Apache2::Filter ();</div><div>=A0=
use Apache2::RequestRec ();</div>
<div>=A0 use APR::Table ();</div><div>=A0 use Cache::FileBackend;</div><div=
>=A0 use Apache2::Const -compile =3D> qw(OK);</div><div>=A0 use constant=
BUFF_LEN =3D> 1024;</div><div>=A0 use vars qw($VERSION);</div><div><br>=
</div><div>
=A0 sub handler {</div><div>=A0 =A0 =A0 unless ($f->ctx) {</div><div>=A0=
=A0 =A0 =A0 =A0 $f->r->headers_out->unset('Content-Length'=
;);</div><div>=A0 =A0 =A0 =A0 =A0 $f->ctx(1);</div><div>=A0 =A0 =A0 }</d=
iv><div>=A0 =A0 =A0=A0</div><div>=A0 =A0 =A0 my $Hash=3D$f->r->subpro=
cess_env();</div>
<div>=A0 =A0 =A0 my $html_page=3D"<b>hello</b>";</div=
><div>=A0 =A0 =A0 my $content_type=3D"text/html";</div><div>=A0 =
=A0 =A0 my $len_bytes=3Dlength $html_page;</div><div>=A0 =A0 =A0 $f->r-&=
gt;headers_out->set("Content-Length"=3D>$len_bytes);</div>
<div>=A0 =A0 =A0 $f->r->headers_out->set("Last-Modified"=
=3D> time());</div><div>=A0 =A0 =A0 $f->r->content_type($content_=
type);</div><div>=A0 =A0 =A0 $f->print($html_page);</div><div>=A0 =A0 =
=A0 return Apache2::Const::OK;</div>
<div>=A0 }</div><div><br></div><div>This is my configuration on httpd.conf;=
</div><div><div><div><Location /WSDeflate/*></div><div>=A0 =A0PerlSet=
OutputFilter DEFLATE</div><div>=A0 =A0PerlSetOutputFilter INCLUDES</div><di=
v>=A0 =A0SetHandler modperl</div>
<div>=A0 =A0PerlOutputFilterHandler Apache2::AMFWebService</div><div>=A0 =
=A0Allow from all</div></div></div><div></Location></div><div><br></d=
iv><div>I don't have any response on my browser, why ?</div><div><br></=
div><div>
Thanks</div>Idel<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D<br>Mobile: +39 349 442 2668<br>E-Mail: <a href=3D"mailto:idel.fus=
chini [at] gmail.com">idel.fuschini [at] gmail.com</a><br>Web Site: <a href=3D"http:/=
/www.idelfuschini.it">http://www.idelfuschini.it</a><br>
OpenSource Project: Apache Mobile Filter - <a href=3D"http://www.idelfuschi=
ni.it/apache-mobile-filter-v2x.html">http://www.idelfuschini .it/apache-mobi=
le-filter-v2x.html</a><br>Test Page:=A0 <a href=3D"http://www.apachemobilef=
ilter.org/test/php_test.php">http://www.apachemobilefilter.o rg/test/php_tes=
t.php</a><br>
Mobile Test Page:=A0 <a href=3D"http://www.apachemobilefilter.org">http://w=
ww.apachemobilefilter.org</a><br>------<br>La presente comunicazione ed i s=
uoi allegati e' destinata esclusivamente <br>ai destinatari. Qualsiasi =
suo utilizzo, comunicazione o diffusione non autorizzata<br>
e' proibita. Se ha ricevuto questa comunicazione per errore, la preghia=
mo di darne <br>immediata comunicazione al mittente e di cancellare tutte l=
e informazioni<br>erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie<br=
>
<br>This message and its attachments are intended only for use by the addre=
ssees. Any use, <br>re-transmission or dissemination not authorized of it i=
s prohibited. If you received <br>this e-mail in error, please inform the s=
ender immediately and delete all the material. <br>
(Rif. D.Lgs. 196/2003). Thank you.<br>
--00163641753300cc8c04a2ad1a90--
Re: Deflate problem
Have you tried mod_deflate?
On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini <idel.fuschini [at] gmail.com> wro=
te:
> Hi people,
> I've got this problem with DEFLATE.
> This is my code example :
> =A0 use strict;
> =A0 use warnings;
> =A0 use Apache2::Filter ();
> =A0 use Apache2::RequestRec ();
> =A0 use APR::Table ();
> =A0 use Cache::FileBackend;
> =A0 use Apache2::Const -compile =3D> qw(OK);
> =A0 use constant BUFF_LEN =3D> 1024;
> =A0 use vars qw($VERSION);
> =A0 sub handler {
> =A0 =A0 =A0 unless ($f->ctx) {
> =A0 =A0 =A0 =A0 =A0 $f->r->headers_out->unset('Content-Length');
> =A0 =A0 =A0 =A0 =A0 $f->ctx(1);
> =A0 =A0 =A0 }
>
> =A0 =A0 =A0 my $Hash=3D$f->r->subprocess_env();
> =A0 =A0 =A0 my $html_page=3D"<b>hello</b>";
> =A0 =A0 =A0 my $content_type=3D"text/html";
> =A0 =A0 =A0 my $len_bytes=3Dlength $html_page;
> =A0 =A0 =A0 $f->r->headers_out->set("Content-Length"=3D>$len_bytes);
> =A0 =A0 =A0 $f->r->headers_out->set("Last-Modified" =3D> time());
> =A0 =A0 =A0 $f->r->content_type($content_type);
> =A0 =A0 =A0 $f->print($html_page);
> =A0 =A0 =A0 return Apache2::Const::OK;
> =A0 }
> This is my configuration on httpd.conf;
> <Location /WSDeflate/*>
> =A0 =A0PerlSetOutputFilter DEFLATE
> =A0 =A0PerlSetOutputFilter INCLUDES
> =A0 =A0SetHandler modperl
> =A0 =A0PerlOutputFilterHandler Apache2::AMFWebService
> =A0 =A0Allow from all
> </Location>
> I don't have any response on my browser, why ?
> Thanks
> Idel
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D
> Mobile: +39 349 442 2668
> E-Mail: idel.fuschini [at] gmail.com
> Web Site: http://www.idelfuschini.it
> OpenSource Project: Apache Mobile Filter -
> http://www.idelfuschini.it/apache-mobile-filter-v2x.html
> Test Page:=A0 http://www.apachemobilefilter.org/test/php_test.php
> Mobile Test Page:=A0 http://www.apachemobilefilter.org
> ------
> La presente comunicazione ed i suoi allegati e' destinata esclusivamente
> ai destinatari. Qualsiasi suo utilizzo, comunicazione o diffusione non
> autorizzata
> e' proibita. Se ha ricevuto questa comunicazione per errore, la preghiamo=
di
> darne
> immediata comunicazione al mittente e di cancellare tutte le informazioni
> erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie
>
> This message and its attachments are intended only for use by the
> addressees. Any use,
> re-transmission or dissemination not authorized of it is prohibited. If y=
ou
> received
> this e-mail in error, please inform the sender immediately and delete all
> the material.
> (Rif. D.Lgs. 196/2003). Thank you.
>
Re: Deflate problem
--000e0cd5cb624642cf04a3a51b69
Content-Type: text/plain; charset=ISO-8859-1
yes the result is the same.
Idel
=====================
Mobile: +39 349 442 2668
E-Mail: idel.fuschini [at] 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/php_test.php
Mobile Test Page: http://www.apachemobilefilter.org
------
La presente comunicazione ed i suoi allegati e' destinata esclusivamente
ai destinatari. Qualsiasi suo utilizzo, comunicazione o diffusione non
autorizzata
e' proibita. Se ha ricevuto questa comunicazione per errore, la preghiamo di
darne
immediata comunicazione al mittente e di cancellare tutte le informazioni
erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie
This message and its attachments are intended only for use by the
addressees. Any use,
re-transmission or dissemination not authorized of it is prohibited. If you
received
this e-mail in error, please inform the sender immediately and delete all
the material.
(Rif. D.Lgs. 196/2003). Thank you.
On 19 May 2011 19:52, Fred Moyer <fred [at] redhotpenguin.com> wrote:
> Have you tried mod_deflate?
>
> On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini <idel.fuschini [at] gmail.com>
> 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::FileBackend;
> > use Apache2::Const -compile => qw(OK);
> > use constant BUFF_LEN => 1024;
> > use vars qw($VERSION);
> > sub handler {
> > unless ($f->ctx) {
> > $f->r->headers_out->unset('Content-Length');
> > $f->ctx(1);
> > }
> >
> > my $Hash=$f->r->subprocess_env();
> > my $html_page="<b>hello</b>";
> > my $content_type="text/html";
> > my $len_bytes=length $html_page;
> > $f->r->headers_out->set("Content-Length"=>$len_bytes);
> > $f->r->headers_out->set("Last-Modified" => time());
> > $f->r->content_type($content_type);
> > $f->print($html_page);
> > return Apache2::Const::OK;
> > }
> > This is my configuration on httpd.conf;
> > <Location /WSDeflate/*>
> > PerlSetOutputFilter DEFLATE
> > PerlSetOutputFilter INCLUDES
> > SetHandler modperl
> > PerlOutputFilterHandler Apache2::AMFWebService
> > Allow from all
> > </Location>
> > I don't have any response on my browser, why ?
> > Thanks
> > Idel
> > =====================
> > Mobile: +39 349 442 2668
> > E-Mail: idel.fuschini [at] 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/php_test.php
> > Mobile Test Page: http://www.apachemobilefilter.org
> > ------
> > La presente comunicazione ed i suoi allegati e' destinata esclusivamente
> > ai destinatari. Qualsiasi suo utilizzo, comunicazione o diffusione non
> > autorizzata
> > e' proibita. Se ha ricevuto questa comunicazione per errore, la preghiamo
> di
> > darne
> > immediata comunicazione al mittente e di cancellare tutte le informazioni
> > erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie
> >
> > This message and its attachments are intended only for use by the
> > addressees. Any use,
> > re-transmission or dissemination not authorized of it is prohibited. If
> you
> > received
> > this e-mail in error, please inform the sender immediately and delete all
> > the material.
> > (Rif. D.Lgs. 196/2003). Thank you.
> >
>
--000e0cd5cb624642cf04a3a51b69
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
yes the result is the same.<br clear=3D"all">Idel<br>=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>Mobile: +39 349 442 2668<br>E=
-Mail: <a href=3D"mailto:idel.fuschini [at] gmail.com">idel.fuschini [at] gmail.com</=
a><br>Web Site: <a href=3D"http://www.idelfuschini.it">http://www.idelfusch=
ini.it</a><br>
OpenSource Project: Apache Mobile Filter - <a href=3D"http://www.idelfuschi=
ni.it/apache-mobile-filter-v2x.html">http://www.idelfuschini .it/apache-mobi=
le-filter-v2x.html</a><br>Test Page:=A0 <a href=3D"http://www.apachemobilef=
ilter.org/test/php_test.php">http://www.apachemobilefilter.o rg/test/php_tes=
t.php</a><br>
Mobile Test Page:=A0 <a href=3D"http://www.apachemobilefilter.org">http://w=
ww.apachemobilefilter.org</a><br>------<br>La presente comunicazione ed i s=
uoi allegati e' destinata esclusivamente <br>ai destinatari. Qualsiasi =
suo utilizzo, comunicazione o diffusione non autorizzata<br>
e' proibita. Se ha ricevuto questa comunicazione per errore, la preghia=
mo di darne <br>immediata comunicazione al mittente e di cancellare tutte l=
e informazioni<br>erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie<br=
>
<br>This message and its attachments are intended only for use by the addre=
ssees. Any use, <br>re-transmission or dissemination not authorized of it i=
s prohibited. If you received <br>this e-mail in error, please inform the s=
ender immediately and delete all the material. <br>
(Rif. D.Lgs. 196/2003). Thank you.<br>
<br><br><div class=3D"gmail_quote">On 19 May 2011 19:52, Fred Moyer <span d=
ir=3D"ltr"><<a href=3D"mailto:fred [at] redhotpenguin.com">fred [at] redhotpenguin=
..com</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Have you tried mod_deflate?<br>
<div><div></div><div class=3D"h5"><br>
On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini <<a href=3D"mailto:idel.fu=
schini [at] gmail.com">idel.fuschini [at] gmail.com</a>> wrote:<br>
> Hi people,<br>
> I've got this problem with DEFLATE.<br>
> This is my code example :<br>
> =A0 use strict;<br>
> =A0 use warnings;<br>
> =A0 use Apache2::Filter ();<br>
> =A0 use Apache2::RequestRec ();<br>
> =A0 use APR::Table ();<br>
> =A0 use Cache::FileBackend;<br>
> =A0 use Apache2::Const -compile =3D> qw(OK);<br>
> =A0 use constant BUFF_LEN =3D> 1024;<br>
> =A0 use vars qw($VERSION);<br>
> =A0 sub handler {<br>
> =A0 =A0 =A0 unless ($f->ctx) {<br>
> =A0 =A0 =A0 =A0 =A0 $f->r->headers_out->unset('Content-Le=
ngth');<br>
> =A0 =A0 =A0 =A0 =A0 $f->ctx(1);<br>
> =A0 =A0 =A0 }<br>
><br>
> =A0 =A0 =A0 my $Hash=3D$f->r->subprocess_env();<br>
> =A0 =A0 =A0 my $html_page=3D"<b>hello</b>";<br>
> =A0 =A0 =A0 my $content_type=3D"text/html";<br>
> =A0 =A0 =A0 my $len_bytes=3Dlength $html_page;<br>
> =A0 =A0 =A0 $f->r->headers_out->set("Content-Length"=
;=3D>$len_bytes);<br>
> =A0 =A0 =A0 $f->r->headers_out->set("Last-Modified"=
=3D> time());<br>
> =A0 =A0 =A0 $f->r->content_type($content_type);<br>
> =A0 =A0 =A0 $f->print($html_page);<br>
> =A0 =A0 =A0 return Apache2::Const::OK;<br>
> =A0 }<br>
> This is my configuration on httpd.conf;<br>
> <Location /WSDeflate/*><br>
> =A0 =A0PerlSetOutputFilter DEFLATE<br>
> =A0 =A0PerlSetOutputFilter INCLUDES<br>
> =A0 =A0SetHandler modperl<br>
> =A0 =A0PerlOutputFilterHandler Apache2::AMFWebService<br>
> =A0 =A0Allow from all<br>
> </Location><br>
> I don't have any response on my browser, why ?<br>
> Thanks<br>
> Idel<br>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D<br>
> Mobile: +39 349 442 2668<br>
> E-Mail: <a href=3D"mailto:idel.fuschini [at] gmail.com">idel.fuschini [at] gmail=
..com</a><br>
> Web Site: <a href=3D"http://www.idelfuschini.it" target=3D"_blank">htt=
p://www.idelfuschini.it</a><br>
> OpenSource Project: Apache Mobile Filter -<br>
> <a href=3D"http://www.idelfuschini.it/apache-mobile-filter-v2x.html" t=
arget=3D"_blank">http://www.idelfuschini.it/apache-mobile-fi lter-v2x.html</=
a><br>
> Test Page:=A0 <a href=3D"http://www.apachemobilefilter.org/test/php_te=
st.php" target=3D"_blank">http://www.apachemobilefilter.org/test/php _test.p=
hp</a><br>
> Mobile Test Page:=A0 <a href=3D"http://www.apachemobilefilter.org" tar=
get=3D"_blank">http://www.apachemobilefilter.org</a><br>
> ------<br>
> La presente comunicazione ed i suoi allegati e' destinata esclusiv=
amente<br>
> ai destinatari. Qualsiasi suo utilizzo, comunicazione o diffusione non=
<br>
> autorizzata<br>
> e' proibita. Se ha ricevuto questa comunicazione per errore, la pr=
eghiamo di<br>
> darne<br>
> immediata comunicazione al mittente e di cancellare tutte le informazi=
oni<br>
> erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie<br>
><br>
> This message and its attachments are intended only for use by the<br>
> addressees. Any use,<br>
> re-transmission or dissemination not authorized of it is prohibited. I=
f you<br>
> received<br>
> this e-mail in error, please inform the sender immediately and delete =
all<br>
> the material.<br>
> (Rif. D.Lgs. 196/2003). Thank you.<br>
><br>
</div></div></blockquote></div><br>
--000e0cd5cb624642cf04a3a51b69--
Re: Deflate problem
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. You
probably want to revisit the filter documentation on perl.apache.org.
For instance, you set a content length header from $f; I don't know
too many filters that know ahead of time what the length of the
response will be until it is filtered.
On Thu, May 19, 2011 at 11:23 AM, Idel Fuschini <idel.fuschini [at] gmail.com> w=
rote:
> yes the result is the same.
>
> On 19 May 2011 19:52, Fred Moyer <fred [at] redhotpenguin.com> wrote:
>>
>> Have you tried mod_deflate?
>>
>> On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini <idel.fuschini [at] gmail.com>
>> wrote:
>> > Hi people,
>> > I've got this problem with DEFLATE.
>> > This is my code example :
>> > =A0 use strict;
>> > =A0 use warnings;
>> > =A0 use Apache2::Filter ();
>> > =A0 use Apache2::RequestRec ();
>> > =A0 use APR::Table ();
>> > =A0 use Cache::FileBackend;
>> > =A0 use Apache2::Const -compile =3D> qw(OK);
>> > =A0 use constant BUFF_LEN =3D> 1024;
>> > =A0 use vars qw($VERSION);
>> > =A0 sub handler {
>> > =A0 =A0 =A0 unless ($f->ctx) {
>> > =A0 =A0 =A0 =A0 =A0 $f->r->headers_out->unset('Content-Length');
>> > =A0 =A0 =A0 =A0 =A0 $f->ctx(1);
>> > =A0 =A0 =A0 }
>> >
>> > =A0 =A0 =A0 my $Hash=3D$f->r->subprocess_env();
>> > =A0 =A0 =A0 my $html_page=3D"<b>hello</b>";
>> > =A0 =A0 =A0 my $content_type=3D"text/html";
>> > =A0 =A0 =A0 my $len_bytes=3Dlength $html_page;
>> > =A0 =A0 =A0 $f->r->headers_out->set("Content-Length"=3D>$len_bytes);
>> > =A0 =A0 =A0 $f->r->headers_out->set("Last-Modified" =3D> time());
>> > =A0 =A0 =A0 $f->r->content_type($content_type);
>> > =A0 =A0 =A0 $f->print($html_page);
>> > =A0 =A0 =A0 return Apache2::Const::OK;
>> > =A0 }
>> > This is my configuration on httpd.conf;
>> > <Location /WSDeflate/*>
>> > =A0 =A0PerlSetOutputFilter DEFLATE
>> > =A0 =A0PerlSetOutputFilter INCLUDES
>> > =A0 =A0SetHandler modperl
>> > =A0 =A0PerlOutputFilterHandler Apache2::AMFWebService
>> > =A0 =A0Allow from all
>> > </Location>
>> > I don't have any response on my browser, why ?
>> > Thanks
>> > Idel
>> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D
>> > Mobile: +39 349 442 2668
>> > E-Mail: idel.fuschini [at] gmail.com
>> > Web Site: http://www.idelfuschini.it
>> > OpenSource Project: Apache Mobile Filter -
>> > http://www.idelfuschini.it/apache-mobile-filter-v2x.html
>> > Test Page:=A0 http://www.apachemobilefilter.org/test/php_test.php
>> > Mobile Test Page:=A0 http://www.apachemobilefilter.org
>> > ------
>> > La presente comunicazione ed i suoi allegati e' destinata esclusivamen=
te
>> > ai destinatari. Qualsiasi suo utilizzo, comunicazione o diffusione non
>> > autorizzata
>> > e' proibita. Se ha ricevuto questa comunicazione per errore, la
>> > preghiamo di
>> > darne
>> > immediata comunicazione al mittente e di cancellare tutte le
>> > informazioni
>> > erroneamente acquisite. (Rif. D.Lgs. 196/2003). Grazie
>> >
>> > This message and its attachments are intended only for use by the
>> > addressees. Any use,
>> > re-transmission or dissemination not authorized of it is prohibited. I=
f
>> > you
>> > received
>> > this e-mail in error, please inform the sender immediately and delete
>> > all
>> > the material.
>> > (Rif. D.Lgs. 196/2003). Thank you.
>> >
>
>
Re: Deflate problem
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".
> <Location /WSDeflate/*>
> PerlSetOutputFilter DEFLATE
> PerlSetOutputFilter INCLUDES
> SetHandler modperl
> PerlOutputFilterHandler Apache2::AMFWebService
> Allow from all
> </Location>
=46urther, the order the filters will be called is this:
INCLUDES =3D=3D> Apache2::AMFWebService =3D=3D> DEFLATE
Torsten Förtsch
=2D-
Need professional modperl support? Hire me! (http://foertsch.name)
Like fantasy? http://kabatinte.net