Re: Using Gzip

2008-12-10 Thread Arak Tai'Roth
Okay, with all of your help I believe I have been able to piece together a solution that will work for me. Thank you everyone for your help, it was greatly appreciated. On Dec 10, 1:48 pm, "Jon Bennett" <[EMAIL PROTECTED]> wrote: > > you could use a .htaccess file to achieve this > > I have the f

Re: Using Gzip

2008-12-10 Thread Jon Bennett
> you could use a .htaccess file to achieve this I have the following in /app/webroot/.htaccess mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|css|js|php|pl|jpg|png|gif)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text

Re: Using Gzip

2008-12-10 Thread Sam Sherlock
you could use a.htaccess file to achieve this Marc Grabanski's Asset Mapper includes instructions for setting this up (optionally you may choose to use the AssetMapper in full) http://bakery.cakephp.org/articles/view/asset-mapper 2008/12/10 Arak Tai'Roth <[EMAIL PROTECTED]> > > Where should I b

Re: Using Gzip

2008-12-10 Thread Arak Tai'Roth
Where should I be putting this file if I want it to work on everything that is passed in my site? And how I would I go about compressing images as well (gif, jpeg, and png)? Or is it that not recommended? On Dec 10, 8:44 am, Reggie Mason <[EMAIL PROTECTED]> wrote: > I have this in a Directory bl

Re: Using Gzip

2008-12-10 Thread Reggie Mason
I have this in a Directory block in my httpd.conf. It uses mod_deflate AddOutputFilterByType DEFLATE text/html text/plain \ text/javascript application/x-javascript text/ css >From howtoforge - http://www.howtoforge.com/apache2_mod_deflate -ReggieB On

Re: Using Gzip

2008-12-10 Thread Arak Tai'Roth
Is anybody able to help me with this? I've seen other ways of doing Gzip, such as mod_gzip, but I'm not sure if those ways gzip javascript files as well or just delivered html. So if there is a better way to do this then I am doing, please let me know. On Dec 9, 3:58 pm, "Arak Tai'Roth" <[EMAIL