I've implemented a basic mod_deflate setup on my Apache with the following:

        AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css

and it works fine for pages that are pulled as blah.html. The problem is that when I pull a URL that's a dhandler like

        /user/blah

That's not being deflated. I guess it's because it's not specified as a .html file but I'm not sure. Any ideas? I know next to nothing about mod_deflate except reading the page on it in Apache's docs.

Thanks in advance.

-- Matt Grommes --


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to