Hello guys,

I`m facing a very annoying issue. I tried a lot of searches and maybe
because it is too specific I couldn`t find references.

I`ve setup a app and apache to run gzipped post requests. It`s working
perfectly when I send directly to a test php file.
But as I`m using zend php framework I need to do rewrite with
RewriteRule ^.*$ index.php [NC,L]
and when index.php receive the request, looks like it was not
unzipped. $_POST variable is:

Array
(
    [^_~K^H] => w~@?e^G^G??bg...
...
...

So, looks like the rewrite is changing the gzipped body handling. Is
it possible? And any idea about how to make index.php receive the
correct, unzipped, body?



Thanks,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to