Hi All,
I've got mod_compress install, and for most of the types of file I've
listed in my configuration file it works great:
-------------------------------------
#### universal compress module
compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ("text/plain", "text/html", "application/
x-javascript", "text/css")
### host-specific text
compress.cache-dir="/var/cache/projdir/"
------------------------------------
However, the page itself is not compressed.
With PHP, one must edit the php.ini file to enable compression on
dynamic pages.
Is this possible with webpy generating a given page?
Thanks,
-Ken
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/webpy?hl=en.