On 23 Mar 2010, at 18:30, Roger wrote:

> Hello all,
> 
> I'm currently using mod_deflate, enabled with the following option:
> 
> AddOutputFilterByType DEFLATE text/html text/plain text/xml

AddOutputFilterByType configures the filter *before* your PHP (or other
dynamic contents) have determined content-type.

See the mod_filter page for a solution that works with dynamic and
proxied contents.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to